Color Hex Logo

#426299 Color Hex

#426299
(66,98,153)
0 Favorites   0 Comments

Color spaces of #426299

RGB 6698153
HSL0.610.400.43
HSV218°57°60°
CMYK 0.570.360.00   0.40
XYZ12.364212.193531.8389
Yxy12.19350.21920.2162
Hunter Lab34.91922.0948-29.6165
CIE-Lab41.52205.4054-33.5725

#426299 color RGB value is (66,98,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 10011001
Octal 102 142 231
Decimal 66 98 153
Hex 42 62 99

RGB Percentages of Color #426299

%20.82
%30.91
%48.26

CMYK Percentages of Color #426299

%57
%36
%0
%40

Triadic Colors of #426299

#426299 #994262 #629942

Analogous Colors of #426299

#426299 #4e4299 #428e99

Monochromatic Colors of #426299

#426299

Complementary Color

#426299 #997942

#426299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426299 Color CSS Codes

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

#426299 Text Font Color

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

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


#426299 Background Color

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

This div background color is #426299


#426299 Border Color

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

This div border color is #426299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426299


Comments

No comments written yet.

Please login to write comment.