Html Css Color HEX #484941 Heavy Metal

📋 copy color: '#484941'

red 72 ◦ green 73 ◦ blue 65

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

Shades of Heavy Metal #484941

Tints of Heavy Metal #484941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 34.29%
G = 34.76%
B = 30.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#484941 (or 0x484941) is known color: Heavy Metal. HEX triplet: 48, 49 and 41. RGB value is (72,73,65). Sum of RGB (Red+Green+Blue) = 72+73+65=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #484941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484941 is #B7B6BE. Grayscale: #474747. Windows color (decimal): -12039871 or 4278600. OLE color: 4278600.

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

Color convert

RGB 72 73 65 -
CMYK 0.01 0 0.11 0.71
HSL 67.5º 0.06% 0.27% -
HSV(B) 67.5º 0.11% 0.29% -
XYZ 6.01 6.52 5.94 -
YUV 71.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 72 73 65 0.01 0 0.11 0.71 67.5 0.06 0.27
Hex 48 49 41 1 0 B 47 44 6 1B
Octal 110 111 101 1 0 13 107 104 6 33
Binary 1001000 1001001 1000001 1 0 1011 1000111 1000100 110 11011

Color Harmonies of #484941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484941

Black with #484941

Text Example


Text Example

White with #484941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484941; }

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

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

background-color css

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

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

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

border-color css

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

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

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