Html Css Color HEX #474949 Dark Slate

📋 copy color: '#474949'

red 71 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate #474949

Tints of Dark Slate #474949

RGB

 RED value IS 71 (28.13% from 255) = 32.72%

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 32.72%
G = 33.64%
B = 33.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474949 (or 0x474949) is known color: Dark Slate. HEX triplet: 47, 49 and 49. RGB value is (71,73,73). Sum of RGB (Red+Green+Blue) = 71+73+73=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #474949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474949 is #B8B6B6. Grayscale: #484848. Windows color (decimal): -12105399 or 4802887. OLE color: 4802887.

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

Color convert

RGB 71 73 73 -
CMYK 0.03 0 0 0.71
HSL 180º 0.01% 0.28% -
HSV(B) 180º 0.03% 0.29% -
XYZ 6.18 6.59 7.25 -
YUV 72.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 71 73 73 0.03 0 0 0.71 180 0.01 0.28
Hex 47 49 49 3 0 0 47 B4 1 1C
Octal 107 111 111 3 0 0 107 264 1 34
Binary 1000111 1001001 1001001 11 0 0 1000111 10110100 1 11100

Color Harmonies of #474949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474949

Black with #474949

Text Example


Text Example

White with #474949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474949; }

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

 H1.HeaderClassName
 {
   color: #474949;
 }
 .AnyTagClassName
 {
   color: #474949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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