Html Css Color HEX #474242 Charcoal

📋 copy color: '#474242'

red 71 ◦ green 66 ◦ blue 66

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

Shades of Charcoal #474242

Tints of Charcoal #474242

RGB

 RED value IS 71 (28.13% from 255) = 34.98%

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 34.98%
G = 32.51%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#474242 (or 0x474242) is known color: Charcoal. HEX triplet: 47, 42 and 42. RGB value is (71,66,66). Sum of RGB (Red+Green+Blue) = 71+66+66=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474242 is #B8BDBD. Grayscale: #434343. Windows color (decimal): -12107198 or 4342343. OLE color: 4342343.

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

Color convert

RGB 71 66 66 -
CMYK 0 0.07 0.07 0.72
HSL 0.04% 0.27% -
HSV(B) 0.07% 0.28% -
XYZ 5.53 5.63 5.95 -
YUV 67.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 71 66 66 0 0.07 0.07 0.72 0 0.04 0.27
Hex 47 42 42 0 7 7 48 0 4 1B
Octal 107 102 102 0 7 7 110 0 4 33
Binary 1000111 1000010 1000010 0 111 111 1001000 0 100 11011

Color Harmonies of #474242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474242

Black with #474242

Text Example


Text Example

White with #474242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474242; }

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

 H1.HeaderClassName
 {
   color: #474242;
 }
 .AnyTagClassName
 {
   color: #474242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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