#473E48

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

Shades of Bossanova #473E48

Tints of Bossanova #473E48

Color information

#473E48 (or 0x473E48) is unknown color: approx Bossanova. HEX triplet: 47, 3E and 48. RGB value is (71,62,72). Sum of RGB (Red+Green+Blue) = 71+62+72=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #473E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E48 is #B8C1B7. Grayscale: #414141. Windows color (decimal): -12108216 or 4734535. OLE color: 4734535.

HSL color Cylindrical-coordinate representation of color #473E48: hue angle of 294º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473E48 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB716272-
CMYK0.010.1400.72
HSL294º7.46%26.27%-
HSV(B)294º13.89%28.24%-
XYZ5.495.256.86-
YUV65.83131.48131.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=34.63%
G=30.24%
B=35.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7162720.010.1400.722947.4626.27
Hex473E481E04812671a
Octal107761101160110446732
Binary10001111111101001000111100100100010010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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