Html Css Color HEX #474849 Steel Grey

📋 copy color: '#474849'

red 71 ◦ green 72 ◦ blue 73

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

Shades of Steel Grey #474849

Tints of Steel Grey #474849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

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

R = 32.87%
G = 33.33%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474849 (or 0x474849) is known color: Steel Grey. HEX triplet: 47, 48 and 49. RGB value is (71,72,73). Sum of RGB (Red+Green+Blue) = 71+72+73=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 73 - color contains mainly: blue. Hex color #474849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474849 is #B8B7B6. Grayscale: #474747. Windows color (decimal): -12105655 or 4802631. OLE color: 4802631.

HSL color Cylindrical-coordinate representation of color #474849: hue angle of 210º 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 #474849 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 72 73 -
CMYK 0.03 0.01 0 0.71
HSL 210º 0.01% 0.28% -
HSV(B) 210º 0.03% 0.29% -
XYZ 6.12 6.46 7.23 -
YUV 71.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 71 72 73 0.03 0.01 0 0.71 210 0.01 0.28
Hex 47 48 49 3 1 0 47 D2 1 1C
Octal 107 110 111 3 1 0 107 322 1 34
Binary 1000111 1001000 1001001 11 1 0 1000111 11010010 1 11100

Color Harmonies of #474849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474849

Black with #474849

Text Example


Text Example

White with #474849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474849; }

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

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

background-color css

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

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

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

border-color css

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

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

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