Color Hex Logo

#426aaf Color Hex

#426AAF
(66,106,175)
0 Favorites   0 Comments

Color spaces of #426aaf

RGB 66106175
HSL0.610.450.47
HSV218°62°69°
CMYK 0.620.390.00   0.31
XYZ15.138714.561542.5702
Yxy14.56150.20950.2015
Hunter Lab38.15954.0356-39.4314
CIE-Lab45.02777.9814-41.0241

#426aaf color RGB value is (66,106,175).

#426aaf hex color red value is 66, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #426aaf hue: 0.61 , saturation: 0.45 and the lightness value of 426aaf is 0.47.

The process color (four color CMYK) of #426aaf color hex is 0.62, 0.39, 0.00, 0.31. Web safe color of #426aaf is #336699. Color #426aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 10101111
Octal 102 152 257
Decimal 66 106 175
Hex 42 6A AF

RGB Percentages of Color #426aaf

%19.02
%30.55
%50.43

CMYK Percentages of Color #426aaf

%62
%39
%0
%31

Triadic Colors of #426aaf

#426aaf #af426a #6aaf42

Analogous Colors of #426aaf

#426aaf #5042af #42a1af

Monochromatic Colors of #426aaf

#426aaf

Complementary Color

#426aaf #af8742

#426aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#426aaf Color CSS Codes

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

#426aaf Text Font Color

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

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


#426aaf Background Color

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

This div background color is #426aaf


#426aaf Border Color

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

This div border color is #426aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426aaf


Comments

No comments written yet.

Please login to write comment.