#473E49

Color #473E49 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #473E49

Tints of Bossanova #473E49

Color information

#473E49 (or 0x473E49) is unknown color: approx Bossanova. HEX triplet: 47, 3E and 49. RGB value is (71,62,73). Sum of RGB (Red+Green+Blue) = 71+62+73=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #473E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E49 is #B8C1B6. Grayscale: #414141. Windows color (decimal): -12108215 or 4800071. OLE color: 4800071.

HSL color Cylindrical-coordinate representation of color #473E49: hue angle of 289.09º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473E49 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716273-
CMYK0.030.1500.71
HSL289.09º8.15%26.47%-
HSV(B)289.09º15.07%28.63%-
XYZ5.525.277.03-
YUV65.94131.98131.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=34.47%
G=30.10%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7162730.030.1500.71289.098.1526.47
Hex473E493F04712181a
Octal1077611131701074411032
Binary1000111111110100100111111101000111100100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E49; }

 p { color: rgb(71,62,73); }

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

<style>
 a { background-color: #473E49; }

 a { background-color: rgb(71,62,73); }

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

<style>
 span { border-color: #473E49; }

 span { border-color: rgb(71,62,73); }

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