Html Css Color HEX #484940 Heavy Metal

📋 copy color: '#484940'

red 72 ◦ green 73 ◦ blue 64

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

Shades of Heavy Metal #484940

Tints of Heavy Metal #484940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 34.45%
G = 34.93%
B = 30.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#484940 (or 0x484940) is known color: Heavy Metal. HEX triplet: 48, 49 and 40. RGB value is (72,73,64). Sum of RGB (Red+Green+Blue) = 72+73+64=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 73 - color contains mainly: green. Hex color #484940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484940 is #B7B6BF. Grayscale: #474747. Windows color (decimal): -12039872 or 4213064. OLE color: 4213064.

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

Color convert

RGB 72 73 64 -
CMYK 0.01 0 0.12 0.71
HSL 66.67º 0.07% 0.27% -
HSV(B) 66.67º 0.12% 0.29% -
XYZ 5.98 6.51 5.79 -
YUV 71.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 72 73 64 0.01 0 0.12 0.71 66.67 0.07 0.27
Hex 48 49 40 1 0 C 47 43 7 1B
Octal 110 111 100 1 0 14 107 103 7 33
Binary 1001000 1001001 1000000 1 0 1100 1000111 1000011 111 11011

Color Harmonies of #484940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484940

Black with #484940

Text Example


Text Example

White with #484940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484940; }

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

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

background-color css

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

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

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

border-color css

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

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

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