#46483B

Color #46483B Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #46483B

Tints of Heavy Metal #46483B

Color information

#46483B (or 0x46483B) is unknown color: approx Heavy Metal. HEX triplet: 46, 48 and 3B. RGB value is (70,72,59). Sum of RGB (Red+Green+Blue) = 70+72+59=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #46483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483B is #B9B7C4. Grayscale: #454545. Windows color (decimal): -12171205 or 3885126. OLE color: 3885126.

HSL color Cylindrical-coordinate representation of color #46483B: hue angle of 69.23º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46483B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB707259-
CMYK0.0300.180.72
HSL69.23º9.92%25.69%-
HSV(B)69.23º18.06%28.24%-
XYZ5.636.255.05-
YUV69.92121.84128.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=34.83%
G=35.82%
B=29.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072590.0300.180.7269.239.9225.69
Hex46483B30124845a1a
Octal1061107330221101051232
Binary100011010010001110111101001010010001000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46483B; }

 p { color: rgb(70,72,59); }

 H1.HeaderClassName
 {
   color: #46483B;
 }
 .AnyTagClassName
 {
   color: #46483B;
 }
</style>
background-color css

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

 a { background-color: rgb(70,72,59); }

 div.DivClassName
 {
   background-color: #46483B;
 }
 .BgClassName
 {
   background-color: #46483B;
 }
</style>
border-color css

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

 span { border-color: rgb(70,72,59); }

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