Html Css Color HEX #426460 Dark Slate

📋 copy color: '#426460'

red 66 ◦ green 100 ◦ blue 96

#426460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #426460

Tints of Dark Slate #426460

RGB

 RED value IS 66 (26.17% from 255) = 25.19%

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 25.19%
G = 38.17%
B = 36.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#426460 (or 0x426460) is known color: Dark Slate. HEX triplet: 42, 64 and 60. RGB value is (66,100,96). Sum of RGB (Red+Green+Blue) = 66+100+96=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #426460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426460 is #BD9B9F. Grayscale: #595959. Windows color (decimal): -12426144 or 6317122. OLE color: 6317122.

HSL color Cylindrical-coordinate representation of color #426460: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #426460 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 96 -
CMYK 0.34 0 0.04 0.61
HSL 172.94º 0.2% 0.33% -
HSV(B) 172.94º 0.34% 0.39% -
XYZ 8.92 11.12 12.74 -
YUV 89.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 66 100 96 0.34 0 0.04 0.61 172.94 0.2 0.33
Hex 42 64 60 22 0 4 3D AD 14 21
Octal 102 144 140 42 0 4 75 255 24 41
Binary 1000010 1100100 1100000 100010 0 100 111101 10101101 10100 100001

Color Harmonies of #426460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426460

Black with #426460

Text Example


Text Example

White with #426460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426460; }

 p { color: rgb(66,100,96); }

 H1.HeaderClassName
 {
   color: #426460;
 }
 .AnyTagClassName
 {
   color: #426460;
 }
</style>

background-color css

<style>
 a { background-color: #426460; }

 a { background-color: rgb(66,100,96); }

 div.DivClassName
 {
   background-color: #426460;
 }
 .BgClassName
 {
   background-color: #426460;
 }
</style>

border-color css

<style>
 span { border-color: #426460; }

 span { border-color: rgb(66,100,96); }

 td.TdClassName
 {
   border-color: #426460;
 }
 .TagClassName
 {
   border-color: #426460;
 }
</style>