Color Hex Logo

#486a72 Color Hex

#486A72
(72,106,114)
0 Favorites   0 Comments

Color spaces of #486a72

RGB 72106114
HSL0.530.230.36
HSV191°37°45°
CMYK 0.370.070.00   0.55
XYZ10.863812.900717.8371
Yxy12.90070.26110.3101
Hunter Lab35.9175-8.8657-4.3019
CIE-Lab42.6132-9.9910-8.3765

#486a72 color RGB value is (72,106,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 01110010
Octal 110 152 162
Decimal 72 106 114
Hex 48 6A 72

RGB Percentages of Color #486a72

%24.66
%36.30
%39.04

CMYK Percentages of Color #486a72

%37
%7
%0
%55

Triadic Colors of #486a72

#486a72 #72486a #6a7248

Analogous Colors of #486a72

#486a72 #485572 #487265

Monochromatic Colors of #486a72

#486a72

Complementary Color

#486a72 #725048

#486a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486a72 Color CSS Codes

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

#486a72 Text Font Color

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

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


#486a72 Background Color

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

This div background color is #486a72


#486a72 Border Color

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

This div border color is #486a72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,106,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 #486a72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486a72


Comments

No comments written yet.

Please login to write comment.