Color Hex Logo

#486f9b Color Hex

#486F9B
(72,111,155)
0 Favorites   0 Comments

Color spaces of #486f9b

RGB 72111155
HSL0.590.370.45
HSV212°54°61°
CMYK 0.540.280.00   0.39
XYZ14.273315.113233.1752
Yxy15.11320.22810.2416
Hunter Lab38.8757-2.4958-23.3831
CIE-Lab45.7889-0.5657-28.0477

#486f9b color RGB value is (72,111,155).

#486f9b hex color red value is 72, green value is 111 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #486f9b hue: 0.59 , saturation: 0.37 and the lightness value of 486f9b is 0.45.

The process color (four color CMYK) of #486f9b color hex is 0.54, 0.28, 0.00, 0.39. Web safe color of #486f9b is #336699. Color #486f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 10011011
Octal 110 157 233
Decimal 72 111 155
Hex 48 6F 9B

RGB Percentages of Color #486f9b

%21.30
%32.84
%45.86

CMYK Percentages of Color #486f9b

%54
%28
%0
%39

Triadic Colors of #486f9b

#486f9b #9b486f #6f9b48

Analogous Colors of #486f9b

#486f9b #4b489b #48999b

Monochromatic Colors of #486f9b

#486f9b

Complementary Color

#486f9b #9b7448

#486f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#486f9b Color CSS Codes

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

#486f9b Text Font Color

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

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


#486f9b Background Color

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

This div background color is #486f9b


#486f9b Border Color

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

This div border color is #486f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486f9b


Comments

No comments written yet.

Please login to write comment.