#474848

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

Shades of Dark Slate #474848

Tints of Dark Slate #474848

Color information

#474848 (or 0x474848) is unknown color: approx Dark Slate. HEX triplet: 47, 48 and 48. RGB value is (71,72,72). Sum of RGB (Red+Green+Blue) = 71+72+72=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #474848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474848 is #B8B7B7. Grayscale: #474747. Windows color (decimal): -12105656 or 4737095. OLE color: 4737095.

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

Color convert

RGB717272-
CMYK0.01000.72
HSL180º0.7%28.04%-
HSV(B)180º1.39%28.24%-
XYZ6.096.447.05-
YUV71.7128.17127.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=33.02%
G=33.49%
B=33.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172720.01000.721800.728.04
Hex47484810048b411c
Octal107110110100110264134
Binary100011110010001001000100100100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474848; }

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

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

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

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

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

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

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

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