#484747

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

Shades of Charcoal #484747

Tints of Charcoal #484747

Color information

#484747 (or 0x484747) is unknown color: approx Charcoal. HEX triplet: 48, 47 and 47. RGB value is (72,71,71). Sum of RGB (Red+Green+Blue) = 72+71+71=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 72 - color contains mainly: red. Hex color #484747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484747 is #B7B8B8. Grayscale: #474747. Windows color (decimal): -12040377 or 4671304. OLE color: 4671304.

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

Color convert

RGB727171-
CMYK00.010.010.72
HSL0.7%28.04%-
HSV(B)1.39%28.24%-
XYZ6.066.346.87-
YUV71.3127.83128.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=33.64%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72717100.010.010.7200.728.04
Hex48474701148011c
Octal1101071070111100134
Binary10010001000111100011101110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484747; }

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

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

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

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

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

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

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

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