Color Hex Logo

#454479 Color Hex

#454479
(69,68,121)
0 Favorites   0 Comments

Color spaces of #454479

RGB 6968121
HSL0.670.280.37
HSV241°44°47°
CMYK 0.430.440.00   0.53
XYZ7.97266.779918.9776
Yxy6.77990.23640.2010
Hunter Lab26.03829.0877-24.9859
CIE-Lab31.300514.9907-30.1656

#454479 color RGB value is (69,68,121).

#454479 hex color red value is 69, green value is 68 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #454479 hue: 0.67 , saturation: 0.28 and the lightness value of 454479 is 0.37.

The process color (four color CMYK) of #454479 color hex is 0.43, 0.44, 0.00, 0.53. Web safe color of #454479 is #333366. Color #454479 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01000100 01111001
Octal 105 104 171
Decimal 69 68 121
Hex 45 44 79

RGB Percentages of Color #454479

%26.74
%26.36
%46.90

CMYK Percentages of Color #454479

%43
%44
%0
%53

Triadic Colors of #454479

#454479 #794544 #447945

Analogous Colors of #454479

#454479 #604479 #445e79

Monochromatic Colors of #454479

#454479

Complementary Color

#454479 #787944

#454479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#454479 Color CSS Codes

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

#454479 Text Font Color

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

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


#454479 Background Color

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

This div background color is #454479


#454479 Border Color

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

This div border color is #454479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454479


Comments

No comments written yet.

Please login to write comment.