Color Hex Logo

#426aab Color Hex

#426AAB
(66,106,171)
0 Favorites   0 Comments

Color spaces of #426aab

RGB 66106171
HSL0.600.440.46
HSV217°61°67°
CMYK 0.610.380.00   0.33
XYZ14.751514.406640.5313
Yxy14.40660.21170.2067
Hunter Lab37.95602.9505-36.7435
CIE-Lab44.81056.5868-39.0254

#426aab color RGB value is (66,106,171).

#426aab hex color red value is 66, green value is 106 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #426aab hue: 0.60 , saturation: 0.44 and the lightness value of 426aab is 0.46.

The process color (four color CMYK) of #426aab color hex is 0.61, 0.38, 0.00, 0.33. Web safe color of #426aab is #336699. Color #426aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 10101011
Octal 102 152 253
Decimal 66 106 171
Hex 42 6A AB

RGB Percentages of Color #426aab

%19.24
%30.90
%49.85

CMYK Percentages of Color #426aab

%61
%38
%0
%33

Triadic Colors of #426aab

#426aab #ab426a #6aab42

Analogous Colors of #426aab

#426aab #4e42ab #429fab

Monochromatic Colors of #426aab

#426aab

Complementary Color

#426aab #ab8342

#426aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#426aab Color CSS Codes

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

#426aab Text Font Color

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

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


#426aab Background Color

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

This div background color is #426aab


#426aab Border Color

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

This div border color is #426aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,106,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426aab;
  -webkit-box-shadow: 1px 1px 3px 2px #426aab;
  box-shadow:         1px 1px 3px 2px #426aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426aab


Comments

No comments written yet.

Please login to write comment.