Html Css Color HEX #484A3C Heavy Metal

📋 copy color: '#484A3C'

red 72 ◦ green 74 ◦ blue 60

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

Shades of Heavy Metal #484A3C

Tints of Heavy Metal #484A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 34.95%
G = 35.92%
B = 29.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#484A3C (or 0x484A3C) is known color: Heavy Metal. HEX triplet: 48, 4A and 3C. RGB value is (72,74,60). Sum of RGB (Red+Green+Blue) = 72+74+60=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 74 - color contains mainly: green. Hex color #484A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A3C is #B7B5C3. Grayscale: #474747. Windows color (decimal): -12039620 or 3951176. OLE color: 3951176.

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

Color convert

RGB 72 74 60 -
CMYK 0.03 0 0.19 0.71
HSL 68.57º 0.1% 0.26% -
HSV(B) 68.57º 0.19% 0.29% -
XYZ 5.94 6.6 5.24 -
YUV 71.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 72 74 60 0.03 0 0.19 0.71 68.57 0.1 0.26
Hex 48 4A 3C 3 0 13 47 45 A 1A
Octal 110 112 74 3 0 23 107 105 12 32
Binary 1001000 1001010 111100 11 0 10011 1000111 1000101 1010 11010

Color Harmonies of #484A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A3C

Black with #484A3C

Text Example


Text Example

White with #484A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A3C; }

 p { color: rgb(72,74,60); }

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

background-color css

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

 a { background-color: rgb(72,74,60); }

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

border-color css

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

 span { border-color: rgb(72,74,60); }

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