Html Css Color HEX #45473B Heavy Metal

📋 copy color: '#45473B'

red 69 ◦ green 71 ◦ blue 59

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

Shades of Heavy Metal #45473B

Tints of Heavy Metal #45473B

RGB

 RED value IS 69 (27.34% from 255) = 34.67%

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 34.67%
G = 35.68%
B = 29.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#45473B (or 0x45473B) is known color: Heavy Metal. HEX triplet: 45, 47 and 3B. RGB value is (69,71,59). Sum of RGB (Red+Green+Blue) = 69+71+59=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #45473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45473B is #BAB8C4. Grayscale: #454545. Windows color (decimal): -12236997 or 3884869. OLE color: 3884869.

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

Color convert

RGB 69 71 59 -
CMYK 0.03 0 0.17 0.72
HSL 70º 0.09% 0.25% -
HSV(B) 70º 0.17% 0.28% -
XYZ 5.5 6.09 5.02 -
YUV 69.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 69 71 59 0.03 0 0.17 0.72 70 0.09 0.25
Hex 45 47 3B 3 0 11 48 46 9 19
Octal 105 107 73 3 0 21 110 106 11 31
Binary 1000101 1000111 111011 11 0 10001 1001000 1000110 1001 11001

Color Harmonies of #45473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45473B

Black with #45473B

Text Example


Text Example

White with #45473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45473B;
 }
 .AnyTagClassName
 {
   color: #45473B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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