#473547

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

Shades of Bossanova #473547

Tints of Bossanova #473547

Color information

#473547 (or 0x473547) is unknown color: approx Bossanova. HEX triplet: 47, 35 and 47. RGB value is (71,53,71). Sum of RGB (Red+Green+Blue) = 71+53+71=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473547 is #B8CAB8. Grayscale: #3C3C3C. Windows color (decimal): -12110521 or 4666695. OLE color: 4666695.

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

Color convert

RGB715371-
CMYK00.2500.72
HSL300º14.52%24.31%-
HSV(B)300º25.35%27.84%-
XYZ5.014.346.54-
YUV60.43133.96135.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=36.41%
G=27.18%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71537100.2500.7230014.5224.31
Hex47354701904812cf18
Octal1076510703101104541730
Binary1000111110101100011101100101001000100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473547; }

 p { color: rgb(71,53,71); }

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

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

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

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

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

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

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