Html Css Color HEX #45473A Heavy Metal

📋 copy color: '#45473A'

red 69 ◦ green 71 ◦ blue 58

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

Shades of Heavy Metal #45473A

Tints of Heavy Metal #45473A

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#45473A (or 0x45473A) is known color: 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

RGB 69 71 58 -
CMYK 0.03 0 0.18 0.72
HSL 69.23º 0.1% 0.25% -
HSV(B) 69.23º 0.18% 0.28% -
XYZ 5.47 6.08 4.89 -
YUV 68.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 69 71 58 0.03 0 0.18 0.72 69.23 0.1 0.25
Hex 45 47 3A 3 0 12 48 45 A 19
Octal 105 107 72 3 0 22 110 105 12 31
Binary 1000101 1000111 111010 11 0 10010 1001000 1000101 1010 11001

Color Harmonies of #45473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45473A

Black with #45473A

Text Example


Text Example

White with #45473A

Text Example


Text Example

HTML Codes & Css Web 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>