Color Hex Logo

#486bae Color Hex

#486BAE
(72,107,174)
0 Favorites   0 Comments

Color spaces of #486bae

RGB 72107174
HSL0.610.410.48
HSV219°59°68°
CMYK 0.590.390.00   0.32
XYZ15.570214.949142.1092
Yxy14.94910.21440.2058
Hunter Lab38.66414.2207-37.5081
CIE-Lab45.56448.2189-39.5688

#486bae color RGB value is (72,107,174).

#486bae hex color red value is 72, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #486bae hue: 0.61 , saturation: 0.41 and the lightness value of 486bae is 0.48.

The process color (four color CMYK) of #486bae color hex is 0.59, 0.39, 0.00, 0.32. Web safe color of #486bae is #336699. Color #486bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 10101110
Octal 110 153 256
Decimal 72 107 174
Hex 48 6B AE

RGB Percentages of Color #486bae

%20.40
%30.31
%49.29

CMYK Percentages of Color #486bae

%59
%39
%0
%32

Triadic Colors of #486bae

#486bae #ae486b #6bae48

Analogous Colors of #486bae

#486bae #5848ae #489eae

Monochromatic Colors of #486bae

#486bae

Complementary Color

#486bae #ae8b48

#486bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bae Color CSS Codes

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

#486bae Text Font Color

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

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


#486bae Background Color

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

This div background color is #486bae


#486bae Border Color

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

This div border color is #486bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bae


Comments

No comments written yet.

Please login to write comment.