Html Css Color HEX #484949 Dark Slate

📋 copy color: '#484949'

red 72 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate #484949

Tints of Dark Slate #484949

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 value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484949 (or 0x484949) is known color: 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

RGB 72 73 73 -
CMYK 0.01 0 0 0.71
HSL 180º 0.01% 0.28% -
HSV(B) 180º 0.01% 0.29% -
XYZ 6.26 6.62 7.25 -
YUV 72.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 72 73 73 0.01 0 0 0.71 180 0.01 0.28
Hex 48 49 49 1 0 0 47 B4 1 1C
Octal 110 111 111 1 0 0 107 264 1 34
Binary 1001000 1001001 1001001 1 0 0 1000111 10110100 1 11100

Color Harmonies of #484949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484949

Black with #484949

Text Example


Text Example

White with #484949

Text Example


Text Example

HTML Codes & Css Web 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>