#46483A

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

Shades of Heavy Metal #46483A

Tints of Heavy Metal #46483A

Color information

#46483A (or 0x46483A) is unknown color: approx Heavy Metal. HEX triplet: 46, 48 and 3A. RGB value is (70,72,58). Sum of RGB (Red+Green+Blue) = 70+72+58=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #46483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483A is #B9B7C5. Grayscale: #454545. Windows color (decimal): -12171206 or 3819590. OLE color: 3819590.

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

Color convert

RGB707258-
CMYK0.0300.190.72
HSL68.57º10.77%25.49%-
HSV(B)68.57º19.44%28.24%-
XYZ5.616.244.91-
YUV69.81121.34128.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 29%
R=35%
G=36%
B=29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072580.0300.190.7268.5710.7725.49
Hex46483A30134845b19
Octal1061107230231101051331
Binary100011010010001110101101001110010001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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