#464848

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

Shades of Dark Slate #464848

Tints of Dark Slate #464848

Color information

#464848 (or 0x464848) is unknown color: approx Dark Slate. HEX triplet: 46, 48 and 48. RGB value is (70,72,72). Sum of RGB (Red+Green+Blue) = 70+72+72=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #464848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464848 is #B9B7B7. Grayscale: #474747. Windows color (decimal): -12171192 or 4737094. OLE color: 4737094.

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

Color convert

RGB707272-
CMYK0.03000.72
HSL180º1.41%27.84%-
HSV(B)180º2.78%28.24%-
XYZ6.016.47.05-
YUV71.4128.34127-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=32.71%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072720.03000.721801.4127.84
Hex46484830048b411c
Octal106110110300110264134
Binary1000110100100010010001100100100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464848; }

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

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

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

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

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

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

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

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