Color Hex Logo

#483d63 Color Hex

#483D63
(72,61,99)
0 Favorites   0 Comments

Color spaces of #483d63

RGB 726199
HSL0.710.240.31
HSV257°38°39°
CMYK 0.270.380.00   0.61
XYZ6.59345.616112.5409
Yxy5.61610.26640.2269
Hunter Lab23.69838.1906-14.7868
CIE-Lab28.422513.9678-20.7185

#483d63 color RGB value is (72,61,99).

#483d63 hex color red value is 72, green value is 61 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #483d63 hue: 0.71 , saturation: 0.24 and the lightness value of 483d63 is 0.31.

The process color (four color CMYK) of #483d63 color hex is 0.27, 0.38, 0.00, 0.61. Web safe color of #483d63 is #333366. Color #483d63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 01100011
Octal 110 75 143
Decimal 72 61 99
Hex 48 3D 63

RGB Percentages of Color #483d63

%31.03
%26.29
%42.67

CMYK Percentages of Color #483d63

%27
%38
%0
%61

Triadic Colors of #483d63

#483d63 #63483d #3d6348

Analogous Colors of #483d63

#483d63 #5b3d63 #3d4563

Monochromatic Colors of #483d63

#483d63

Complementary Color

#483d63 #58633d

#483d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483d63 Color CSS Codes

.mybgcolor {background-color:#483d63; } 
.myforecolor {color:#483d63; }
.mybordercolor {border:3px solid #483d63; }

#483d63 Text Font Color

<p style="color:#483d63">Text here</p>

This sample text font color is #483d63
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#483d63 Background Color

<div style="background-color:#483d63">
Div content here</div>

This div background color is #483d63


#483d63 Border Color

<div style="border:3px solid #483d63">
Div here</div>

This div border color is #483d63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483d63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483d63;
  -webkit-box-shadow: 1px 1px 3px 2px #483d63;
  box-shadow:         1px 1px 3px 2px #483d63; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,61,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #483d63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #483d63;
  -webkit-box-shadow: 1px 1px 3px 2px #483d63;
  box-shadow:         1px 1px 3px 2px #483d63;">
Div content here</div>

This div box has shadow with color #483d63


Comments

No comments written yet.

Please login to write comment.