Color Hex Logo

#426474 Color Hex

#426474
(66,100,116)
0 Favorites   0 Comments

Color spaces of #426474

RGB 66100116
HSL0.550.270.36
HSV199°43°45°
CMYK 0.430.140.00   0.55
XYZ9.956311.533518.2244
Yxy11.53350.25070.2904
Hunter Lab33.9610-7.1012-8.0439
CIE-Lab40.4649-7.6847-12.8669

#426474 color RGB value is (66,100,116).

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

The process color (four color CMYK) of #426474 color hex is 0.43, 0.14, 0.00, 0.55. Web safe color of #426474 is #336666. Color #426474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 01110100
Octal 102 144 164
Decimal 66 100 116
Hex 42 64 74

RGB Percentages of Color #426474

%23.40
%35.46
%41.13

CMYK Percentages of Color #426474

%43
%14
%0
%55

Triadic Colors of #426474

#426474 #744264 #647442

Analogous Colors of #426474

#426474 #424b74 #42746b

Monochromatic Colors of #426474

#426474

Complementary Color

#426474 #745242

#426474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426474 Color CSS Codes

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

#426474 Text Font Color

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

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


#426474 Background Color

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

This div background color is #426474


#426474 Border Color

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

This div border color is #426474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426474


Comments

No comments written yet.

Please login to write comment.