Color Hex Logo

#456289 Color Hex

#456289
(69,98,137)
0 Favorites   0 Comments

Color spaces of #456289

RGB 6998137
HSL0.600.330.40
HSV214°50°54°
CMYK 0.500.280.00   0.46
XYZ11.337311.806725.3483
Yxy11.80670.23380.2435
Hunter Lab34.3609-1.2358-19.6861
CIE-Lab40.90720.8378-24.9184

#456289 color RGB value is (69,98,137).

#456289 hex color red value is 69, green value is 98 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #456289 hue: 0.60 , saturation: 0.33 and the lightness value of 456289 is 0.40.

The process color (four color CMYK) of #456289 color hex is 0.50, 0.28, 0.00, 0.46. Web safe color of #456289 is #336699. Color #456289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100010 10001001
Octal 105 142 211
Decimal 69 98 137
Hex 45 62 89

RGB Percentages of Color #456289

%22.70
%32.24
%45.07

CMYK Percentages of Color #456289

%50
%28
%0
%46

Triadic Colors of #456289

#456289 #894562 #628945

Analogous Colors of #456289

#456289 #4a4589 #458489

Monochromatic Colors of #456289

#456289

Complementary Color

#456289 #896c45

#456289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456289 Color CSS Codes

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

#456289 Text Font Color

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

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


#456289 Background Color

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

This div background color is #456289


#456289 Border Color

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

This div border color is #456289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456289


Comments

No comments written yet.

Please login to write comment.