Color Hex Logo

#4576ab Color Hex

#4576AB
(69,118,171)
0 Favorites   0 Comments

Color spaces of #4576ab

RGB 69118171
HSL0.590.430.47
HSV211°60°67°
CMYK 0.600.310.00   0.33
XYZ16.283417.162440.9825
Yxy17.16240.21880.2306
Hunter Lab41.4275-2.3374-29.6538
CIE-Lab48.4640-0.1645-33.2581

#4576ab color RGB value is (69,118,171).

#4576ab hex color red value is 69, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4576ab hue: 0.59 , saturation: 0.43 and the lightness value of 4576ab is 0.47.

The process color (four color CMYK) of #4576ab color hex is 0.60, 0.31, 0.00, 0.33. Web safe color of #4576ab is #336699. Color #4576ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110110 10101011
Octal 105 166 253
Decimal 69 118 171
Hex 45 76 AB

RGB Percentages of Color #4576ab

%19.27
%32.96
%47.77

CMYK Percentages of Color #4576ab

%60
%31
%0
%33

Triadic Colors of #4576ab

#4576ab #ab4576 #76ab45

Analogous Colors of #4576ab

#4576ab #4745ab #45a9ab

Monochromatic Colors of #4576ab

#4576ab

Complementary Color

#4576ab #ab7a45

#4576ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4576ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4576ab Color CSS Codes

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

#4576ab Text Font Color

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

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


#4576ab Background Color

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

This div background color is #4576ab


#4576ab Border Color

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

This div border color is #4576ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,118,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4576ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4576ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4576ab;
  box-shadow:         1px 1px 3px 2px #4576ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,118,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4576ab


Comments

No comments written yet.

Please login to write comment.