Html Css Color HEX #48493F Heavy Metal

📋 copy color: '#48493F'

red 72 ◦ green 73 ◦ blue 63

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

Shades of Heavy Metal #48493F

Tints of Heavy Metal #48493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 34.62%
G = 35.1%
B = 30.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#48493F (or 0x48493F) is known color: Heavy Metal. HEX triplet: 48, 49 and 3F. RGB value is (72,73,63). Sum of RGB (Red+Green+Blue) = 72+73+63=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #48493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48493F is #B7B6C0. Grayscale: #474747. Windows color (decimal): -12039873 or 4147528. OLE color: 4147528.

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

Color convert

RGB 72 73 63 -
CMYK 0.01 0 0.14 0.71
HSL 66º 0.07% 0.27% -
HSV(B) 66º 0.14% 0.29% -
XYZ 5.95 6.5 5.64 -
YUV 71.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 72 73 63 0.01 0 0.14 0.71 66 0.07 0.27
Hex 48 49 3F 1 0 E 47 42 7 1B
Octal 110 111 77 1 0 16 107 102 7 33
Binary 1001000 1001001 111111 1 0 1110 1000111 1000010 111 11011

Color Harmonies of #48493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48493F

Black with #48493F

Text Example


Text Example

White with #48493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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