Color Hex Logo

#456393 Color Hex

#456393
(69,99,147)
0 Favorites   0 Comments

Color spaces of #456393

RGB 6999147
HSL0.600.360.42
HSV217°53°58°
CMYK 0.530.330.00   0.42
XYZ12.182512.295529.3349
Yxy12.29550.22640.2285
Hunter Lab35.06490.6520-25.0558
CIE-Lab41.68203.4688-29.7213

#456393 color RGB value is (69,99,147).

#456393 hex color red value is 69, green value is 99 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #456393 hue: 0.60 , saturation: 0.36 and the lightness value of 456393 is 0.42.

The process color (four color CMYK) of #456393 color hex is 0.53, 0.33, 0.00, 0.42. Web safe color of #456393 is #336699. Color #456393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 10010011
Octal 105 143 223
Decimal 69 99 147
Hex 45 63 93

RGB Percentages of Color #456393

%21.90
%31.43
%46.67

CMYK Percentages of Color #456393

%53
%33
%0
%42

Triadic Colors of #456393

#456393 #934563 #639345

Analogous Colors of #456393

#456393 #4e4593 #458a93

Monochromatic Colors of #456393

#456393

Complementary Color

#456393 #937545

#456393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456393 Color CSS Codes

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

#456393 Text Font Color

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

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


#456393 Background Color

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

This div background color is #456393


#456393 Border Color

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

This div border color is #456393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456393


Comments

No comments written yet.

Please login to write comment.