Color Hex Logo

#426475 Color Hex

#426475
(66,100,117)
0 Favorites   0 Comments

Color spaces of #426475

RGB 66100117
HSL0.560.280.36
HSV200°44°46°
CMYK 0.440.150.00   0.54
XYZ10.014811.556918.5325
Yxy11.55690.24970.2882
Hunter Lab33.9954-6.9073-8.5249
CIE-Lab40.5030-7.3885-13.4188

#426475 color RGB value is (66,100,117).

#426475 hex color red value is 66, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #426475 hue: 0.56 , saturation: 0.28 and the lightness value of 426475 is 0.36.

The process color (four color CMYK) of #426475 color hex is 0.44, 0.15, 0.00, 0.54. Web safe color of #426475 is #336666. Color #426475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 01110101
Octal 102 144 165
Decimal 66 100 117
Hex 42 64 75

RGB Percentages of Color #426475

%23.32
%35.34
%41.34

CMYK Percentages of Color #426475

%44
%15
%0
%54

Triadic Colors of #426475

#426475 #754264 #647542

Analogous Colors of #426475

#426475 #424a75 #42756d

Monochromatic Colors of #426475

#426475

Complementary Color

#426475 #755342

#426475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426475 Color CSS Codes

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

#426475 Text Font Color

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

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


#426475 Background Color

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

This div background color is #426475


#426475 Border Color

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

This div border color is #426475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426475


Comments

No comments written yet.

Please login to write comment.