Color Hex Logo

#426099 Color Hex

#426099
(66,96,153)
0 Favorites   0 Comments

Color spaces of #426099

RGB 6696153
HSL0.610.400.43
HSV219°57°60°
CMYK 0.570.370.00   0.40
XYZ12.179411.823931.7773
Yxy11.82390.21830.2120
Hunter Lab34.38593.0489-30.7220
CIE-Lab40.93496.6677-34.4992

#426099 color RGB value is (66,96,153).

#426099 hex color red value is 66, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #426099 hue: 0.61 , saturation: 0.40 and the lightness value of 426099 is 0.43.

The process color (four color CMYK) of #426099 color hex is 0.57, 0.37, 0.00, 0.40. Web safe color of #426099 is #336699. Color #426099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 10011001
Octal 102 140 231
Decimal 66 96 153
Hex 42 60 99

RGB Percentages of Color #426099

%20.95
%30.48
%48.57

CMYK Percentages of Color #426099

%57
%37
%0
%40

Triadic Colors of #426099

#426099 #994260 #609942

Analogous Colors of #426099

#426099 #504299 #428c99

Monochromatic Colors of #426099

#426099

Complementary Color

#426099 #997b42

#426099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426099 Color CSS Codes

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

#426099 Text Font Color

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

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


#426099 Background Color

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

This div background color is #426099


#426099 Border Color

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

This div border color is #426099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,96,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 #426099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426099


Comments

No comments written yet.

Please login to write comment.