Html Css Color HEX #424646 Dark Slate

📋 copy color: '#424646'

red 66 ◦ green 70 ◦ blue 70

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

Shades of Dark Slate #424646

Tints of Dark Slate #424646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 32.04%
G = 33.98%
B = 33.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424646 (or 0x424646) is known color: Dark Slate. HEX triplet: 42, 46 and 46. RGB value is (66,70,70). Sum of RGB (Red+Green+Blue) = 66+70+70=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #424646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424646 is #BDB9B9. Grayscale: #444444. Windows color (decimal): -12433850 or 4605506. OLE color: 4605506.

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

Color convert

RGB 66 70 70 -
CMYK 0.06 0 0 0.73
HSL 180º 0.03% 0.27% -
HSV(B) 180º 0.06% 0.27% -
XYZ 5.54 5.98 6.66 -
YUV 68.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 66 70 70 0.06 0 0 0.73 180 0.03 0.27
Hex 42 46 46 6 0 0 49 B4 3 1B
Octal 102 106 106 6 0 0 111 264 3 33
Binary 1000010 1000110 1000110 110 0 0 1001001 10110100 11 11011

Color Harmonies of #424646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424646

Black with #424646

Text Example


Text Example

White with #424646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424646; }

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

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

background-color css

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

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

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

border-color css

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

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

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