#45473A

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

Shades of Heavy Metal #45473A

Tints of Heavy Metal #45473A

Color information

#45473A (or 0x45473A) is unknown color: approx Heavy Metal. HEX triplet: 45, 47 and 3A. RGB value is (69,71,58). Sum of RGB (Red+Green+Blue) = 69+71+58=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #45473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45473A is #BAB8C5. Grayscale: #444444. Windows color (decimal): -12236998 or 3819333. OLE color: 3819333.

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

Color convert

RGB697158-
CMYK0.0300.180.72
HSL69.23º10.08%25.29%-
HSV(B)69.23º18.31%27.84%-
XYZ5.476.084.89-
YUV68.92121.84128.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=34.85%
G=35.86%
B=29.29%

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
Decimal6971580.0300.180.7269.2310.0825.29
Hex45473A30124845a19
Octal1051077230221101051231
Binary100010110001111110101101001010010001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,71,58); }

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

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

 a { background-color: rgb(69,71,58); }

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

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

 span { border-color: rgb(69,71,58); }

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