Color Hex Logo

#457999 Color Hex

#457999
(69,121,153)
0 Favorites   0 Comments

Color spaces of #457999

RGB 69121153
HSL0.560.380.44
HSV203°55°60°
CMYK 0.550.210.00   0.40
XYZ15.041417.239932.6719
Yxy17.23990.23160.2654
Hunter Lab41.5210-7.9982-17.5893
CIE-Lab48.5609-7.8300-22.5843

#457999 color RGB value is (69,121,153).

#457999 hex color red value is 69, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #457999 hue: 0.56 , saturation: 0.38 and the lightness value of 457999 is 0.44.

The process color (four color CMYK) of #457999 color hex is 0.55, 0.21, 0.00, 0.40. Web safe color of #457999 is #336699. Color #457999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111001 10011001
Octal 105 171 231
Decimal 69 121 153
Hex 45 79 99

RGB Percentages of Color #457999

%20.12
%35.28
%44.61

CMYK Percentages of Color #457999

%55
%21
%0
%40

Triadic Colors of #457999

#457999 #994579 #799945

Analogous Colors of #457999

#457999 #454f99 #45998f

Monochromatic Colors of #457999

#457999

Complementary Color

#457999 #996545

#457999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457999 Color CSS Codes

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

#457999 Text Font Color

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

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


#457999 Background Color

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

This div background color is #457999


#457999 Border Color

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

This div border color is #457999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,121,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #457999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #457999;
  -webkit-box-shadow: 1px 1px 3px 2px #457999;
  box-shadow:         1px 1px 3px 2px #457999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457999


Comments

No comments written yet.

Please login to write comment.