#484646

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

Shades of Charcoal #484646

Tints of Charcoal #484646

Color information

#484646 (or 0x484646) is unknown color: approx Charcoal. HEX triplet: 48, 46 and 46. RGB value is (72,70,70). Sum of RGB (Red+Green+Blue) = 72+70+70=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 72 - color contains mainly: red. Hex color #484646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484646 is #B7B9B9. Grayscale: #464646. Windows color (decimal): -12040634 or 4605512. OLE color: 4605512.

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

Color convert

RGB727070-
CMYK00.030.030.72
HSL1.41%27.84%-
HSV(B)2.78%28.24%-
XYZ5.976.26.68-
YUV70.6127.66129-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=33.96%
G=33.02%
B=33.02%

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
Decimal72707000.030.030.7201.4127.84
Hex48464603348011c
Octal1101061060331100134
Binary1001000100011010001100111110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484646; }

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

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

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

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

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

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

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

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