Color Hex Logo

#426198 Color Hex

#426198
(66,97,152)
0 Favorites   0 Comments

Color spaces of #426198

RGB 6697152
HSL0.610.390.43
HSV218°57°60°
CMYK 0.570.360.00   0.40
XYZ12.189011.974631.3747
Yxy11.97460.21950.2156
Hunter Lab34.60432.3171-29.5334
CIE-Lab41.17575.6957-33.5213

#426198 color RGB value is (66,97,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100001 10011000
Octal 102 141 230
Decimal 66 97 152
Hex 42 61 98

RGB Percentages of Color #426198

%20.95
%30.79
%48.25

CMYK Percentages of Color #426198

%57
%36
%0
%40

Triadic Colors of #426198

#426198 #984261 #619842

Analogous Colors of #426198

#426198 #4e4298 #428c98

Monochromatic Colors of #426198

#426198

Complementary Color

#426198 #987942

#426198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426198 Color CSS Codes

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

#426198 Text Font Color

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

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


#426198 Background Color

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

This div background color is #426198


#426198 Border Color

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

This div border color is #426198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,97,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426198

#426198 Color Palettes


Comments

No comments written yet.

Please login to write comment.