Html Css Color HEX #424747 Dark Slate

📋 copy color: '#424747'

red 66 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate #424747

Tints of Dark Slate #424747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 31.73%
G = 34.13%
B = 34.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424747 (or 0x424747) is known color: Dark Slate. HEX triplet: 42, 47 and 47. RGB value is (66,71,71). Sum of RGB (Red+Green+Blue) = 66+71+71=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #424747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424747 is #BDB8B8. Grayscale: #454545. Windows color (decimal): -12433593 or 4671298. OLE color: 4671298.

HSL color Cylindrical-coordinate representation of color #424747: hue angle of 180º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #424747 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 71 -
CMYK 0.07 0 0 0.72
HSL 180º 0.04% 0.27% -
HSV(B) 180º 0.07% 0.28% -
XYZ 5.64 6.12 6.85 -
YUV 69.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 66 71 71 0.07 0 0 0.72 180 0.04 0.27
Hex 42 47 47 7 0 0 48 B4 4 1B
Octal 102 107 107 7 0 0 110 264 4 33
Binary 1000010 1000111 1000111 111 0 0 1001000 10110100 100 11011

Color Harmonies of #424747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424747

Black with #424747

Text Example


Text Example

White with #424747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424747; }

 p { color: rgb(66,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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