Color Hex Logo

#426598 Color Hex

#426598
(66,101,152)
0 Favorites   0 Comments

Color spaces of #426598

RGB 66101152
HSL0.600.390.43
HSV216°57°60°
CMYK 0.570.340.00   0.40
XYZ12.567912.732631.5010
Yxy12.73260.22130.2242
Hunter Lab35.68280.4250-27.3637
CIE-Lab42.35753.1877-31.6607

#426598 color RGB value is (66,101,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 10011000
Octal 102 145 230
Decimal 66 101 152
Hex 42 65 98

RGB Percentages of Color #426598

%20.69
%31.66
%47.65

CMYK Percentages of Color #426598

%57
%34
%0
%40

Triadic Colors of #426598

#426598 #984265 #659842

Analogous Colors of #426598

#426598 #4a4298 #429098

Monochromatic Colors of #426598

#426598

Complementary Color

#426598 #987542

#426598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426598 Color CSS Codes

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

#426598 Text Font Color

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

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


#426598 Background Color

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

This div background color is #426598


#426598 Border Color

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

This div border color is #426598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426598


Comments

No comments written yet.

Please login to write comment.