Html Css Color HEX #484747 Charcoal

📋 copy color: '#484747'

red 72 ◦ green 71 ◦ blue 71

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

Shades of Charcoal #484747

Tints of Charcoal #484747

RGB

 RED value IS 72 (28.52% from 255) = 33.64%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 33.64%
G = 33.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 72 71 71 -
CMYK 0 0.01 0.01 0.72
HSL 0.01% 0.28% -
HSV(B) 0.01% 0.28% -
XYZ 6.06 6.34 6.87 -
YUV 71.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 72 71 71 0 0.01 0.01 0.72 0 0.01 0.28
Hex 48 47 47 0 1 1 48 0 1 1C
Octal 110 107 107 0 1 1 110 0 1 34
Binary 1001000 1000111 1000111 0 1 1 1001000 0 1 11100

Color Harmonies of #484747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484747

Black with #484747

Text Example


Text Example

White with #484747

Text Example


Text Example

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