Html Css Color HEX #484942 Heavy Metal

📋 copy color: '#484942'

red 72 ◦ green 73 ◦ blue 66

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

Shades of Heavy Metal #484942

Tints of Heavy Metal #484942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 34.12%
G = 34.6%
B = 31.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#484942 (or 0x484942) is known color: Heavy Metal. HEX triplet: 48, 49 and 42. RGB value is (72,73,66). Sum of RGB (Red+Green+Blue) = 72+73+66=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #484942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484942 is #B7B6BD. Grayscale: #474747. Windows color (decimal): -12039870 or 4344136. OLE color: 4344136.

HSL color Cylindrical-coordinate representation of color #484942: hue angle of 68.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484942 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 66 -
CMYK 0.01 0 0.10 0.71
HSL 68.57º 0.05% 0.27% -
HSV(B) 68.57º 0.1% 0.29% -
XYZ 6.04 6.54 6.1 -
YUV 71.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 72 73 66 0.01 0 0.10 0.71 68.57 0.05 0.27
Hex 48 49 42 1 0 A 47 45 5 1B
Octal 110 111 102 1 0 12 107 105 5 33
Binary 1001000 1001001 1000010 1 0 1010 1000111 1000101 101 11011

Color Harmonies of #484942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484942

Black with #484942

Text Example


Text Example

White with #484942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484942; }

 p { color: rgb(72,73,66); }

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

background-color css

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

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

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

border-color css

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

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

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