#424848

Color #424848 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #424848

Tints of Dark Slate #424848

Color information

#424848 (or 0x424848) is unknown color: approx Dark Slate. HEX triplet: 42, 48 and 48. RGB value is (66,72,72). Sum of RGB (Red+Green+Blue) = 66+72+72=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #424848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424848 is #BDB7B7. Grayscale: #464646. Windows color (decimal): -12433336 or 4737090. OLE color: 4737090.

HSL color Cylindrical-coordinate representation of color #424848: 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.08%. Process color model (Four color, CMYK) of #424848 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB667272-
CMYK0.08000.72
HSL180º4.35%27.06%-
HSV(B)180º8.33%28.24%-
XYZ5.736.267.04-
YUV70.21129.01125-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=31.43%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672720.08000.721804.3527.06
Hex42484880048b441b
Octal1021101101000110264433
Binary10000101001000100100010000010010001011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424848; }

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

 H1.HeaderClassName
 {
   color: #424848;
 }
 .AnyTagClassName
 {
   color: #424848;
 }
</style>
background-color css

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

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

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

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

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

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