Color Hex Logo

#486572 Color Hex

#486572
(72,101,114)
0 Favorites   0 Comments

Color spaces of #486572

RGB 72101114
HSL0.550.230.36
HSV199°37°45°
CMYK 0.370.110.00   0.55
XYZ10.363411.900017.6703
Yxy11.90000.25950.2980
Hunter Lab34.4964-6.7437-6.2230
CIE-Lab41.0567-7.0662-10.7179

#486572 color RGB value is (72,101,114).

#486572 hex color red value is 72, green value is 101 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #486572 hue: 0.55 , saturation: 0.23 and the lightness value of 486572 is 0.36.

The process color (four color CMYK) of #486572 color hex is 0.37, 0.11, 0.00, 0.55. Web safe color of #486572 is #336666. Color #486572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 01110010
Octal 110 145 162
Decimal 72 101 114
Hex 48 65 72

RGB Percentages of Color #486572

%25.09
%35.19
%39.72

CMYK Percentages of Color #486572

%37
%11
%0
%55

Triadic Colors of #486572

#486572 #724865 #657248

Analogous Colors of #486572

#486572 #485072 #48726a

Monochromatic Colors of #486572

#486572

Complementary Color

#486572 #725548

#486572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486572 Color CSS Codes

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

#486572 Text Font Color

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

This sample text font color is #486572
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.


#486572 Background Color

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

This div background color is #486572


#486572 Border Color

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

This div border color is #486572


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,101,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486572; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486572;
  -webkit-box-shadow: 1px 1px 3px 2px #486572;
  box-shadow:         1px 1px 3px 2px #486572; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486572


Comments

No comments written yet.

Please login to write comment.