#484949

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

Shades of Dark Slate #484949

Tints of Dark Slate #484949

Color information

#484949 (or 0x484949) is unknown color: approx Dark Slate. HEX triplet: 48, 49 and 49. RGB value is (72,73,73). Sum of RGB (Red+Green+Blue) = 72+73+73=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #484949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484949 is #B7B6B6. Grayscale: #484848. Windows color (decimal): -12039863 or 4802888. OLE color: 4802888.

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

Color convert

RGB727373-
CMYK0.01000.71
HSL180º0.69%28.43%-
HSV(B)180º1.37%28.63%-
XYZ6.266.627.25-
YUV72.7128.17127.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=33.03%
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.71
SystemRedGreenBlueCMYKHSL
Decimal7273730.01000.711800.6928.43
Hex48494910047b411c
Octal110111111100107264134
Binary100100010010011001001100100011110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484949; }

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

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

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

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

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

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

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

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