Html Css Color HEX #484646 Charcoal

📋 copy color: '#484646'

red 72 ◦ green 70 ◦ blue 70

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

Shades of Charcoal #484646

Tints of Charcoal #484646

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 value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#484646 (or 0x484646) is known color: 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

RGB 72 70 70 -
CMYK 0 0.03 0.03 0.72
HSL 0.01% 0.28% -
HSV(B) 0.03% 0.28% -
XYZ 5.97 6.2 6.68 -
YUV 70.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 72 70 70 0 0.03 0.03 0.72 0 0.01 0.28
Hex 48 46 46 0 3 3 48 0 1 1C
Octal 110 106 106 0 3 3 110 0 1 34
Binary 1001000 1000110 1000110 0 11 11 1001000 0 1 11100

Color Harmonies of #484646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484646

Black with #484646

Text Example


Text Example

White with #484646

Text Example


Text Example

HTML Codes & Css Web 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>