Color Hex Logo

#455fab Color Hex

#455FAB
(69,95,171)
0 Favorites   0 Comments

Color spaces of #455fab

RGB 6995171
HSL0.620.430.47
HSV225°60°67°
CMYK 0.600.440.00   0.33
XYZ13.897112.389940.1871
Yxy12.38990.20910.1864
Hunter Lab35.19938.8752-43.0520
CIE-Lab41.829214.1460-43.7571

#455fab color RGB value is (69,95,171).

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

The process color (four color CMYK) of #455fab color hex is 0.60, 0.44, 0.00, 0.33. Web safe color of #455fab is #336699. Color #455fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011111 10101011
Octal 105 137 253
Decimal 69 95 171
Hex 45 5F AB

RGB Percentages of Color #455fab

%20.60
%28.36
%51.04

CMYK Percentages of Color #455fab

%60
%44
%0
%33

Triadic Colors of #455fab

#455fab #ab455f #5fab45

Analogous Colors of #455fab

#455fab #5e45ab #4592ab

Monochromatic Colors of #455fab

#455fab

Complementary Color

#455fab #ab9145

#455fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#455fab Color CSS Codes

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

#455fab Text Font Color

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

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


#455fab Background Color

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

This div background color is #455fab


#455fab Border Color

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

This div border color is #455fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,95,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 #455fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455fab


Comments

No comments written yet.

Please login to write comment.