#474545

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

Shades of Charcoal #474545

Tints of Charcoal #474545

Color information

#474545 (or 0x474545) is unknown color: approx Charcoal. HEX triplet: 47, 45 and 45. RGB value is (71,69,69). Sum of RGB (Red+Green+Blue) = 71+69+69=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 71 - color contains mainly: red. Hex color #474545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474545 is #B8BABA. Grayscale: #454545. Windows color (decimal): -12106427 or 4539719. OLE color: 4539719.

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

Color convert

RGB716969-
CMYK00.030.030.72
HSL1.43%27.45%-
HSV(B)2.82%27.84%-
XYZ5.86.036.49-
YUV69.6127.66129-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=33.97%
G=33.01%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71696900.030.030.7201.4327.45
Hex47454503348011b
Octal1071051050331100133
Binary1000111100010110001010111110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474545; }

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

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

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

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

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

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

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

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