Html Css Color HEX #424E4C Dark Slate

📋 copy color: '#424E4C'

red 66 ◦ green 78 ◦ blue 76

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

Shades of Dark Slate #424E4C

Tints of Dark Slate #424E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 30%
G = 35.45%
B = 34.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#424E4C (or 0x424E4C) is known color: Dark Slate. HEX triplet: 42, 4E and 4C. RGB value is (66,78,76). Sum of RGB (Red+Green+Blue) = 66+78+76=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 78 - color contains mainly: green. Hex color #424E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E4C is #BDB1B3. Grayscale: #4A4A4A. Windows color (decimal): -12431796 or 5000770. OLE color: 5000770.

HSL color Cylindrical-coordinate representation of color #424E4C: hue angle of 170º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424E4C is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 76 -
CMYK 0.15 0 0.03 0.69
HSL 170º 0.08% 0.28% -
HSV(B) 170º 0.15% 0.31% -
XYZ 6.28 7.13 7.88 -
YUV 74.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 66 78 76 0.15 0 0.03 0.69 170 0.08 0.28
Hex 42 4E 4C F 0 3 45 AA 8 1C
Octal 102 116 114 17 0 3 105 252 10 34
Binary 1000010 1001110 1001100 1111 0 11 1000101 10101010 1000 11100

Color Harmonies of #424E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E4C

Black with #424E4C

Text Example


Text Example

White with #424E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424E4C; }

 p { color: rgb(66,78,76); }

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

background-color css

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

 a { background-color: rgb(66,78,76); }

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

border-color css

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

 span { border-color: rgb(66,78,76); }

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