#473349

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

Shades of Bossanova #473349

Tints of Bossanova #473349

Color information

#473349 (or 0x473349) is unknown color: approx Bossanova. HEX triplet: 47, 33 and 49. RGB value is (71,51,73). Sum of RGB (Red+Green+Blue) = 71+51+73=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #473349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473349 is #B8CCB6. Grayscale: #3B3B3B. Windows color (decimal): -12111031 or 4797255. OLE color: 4797255.

HSL color Cylindrical-coordinate representation of color #473349: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473349 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB715173-
CMYK0.030.3000.71
HSL294.55º17.74%24.31%-
HSV(B)294.55º30.14%28.63%-
XYZ4.984.196.85-
YUV59.49135.63136.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=36.41%
G=26.15%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7151730.030.3000.71294.5517.7424.31
Hex47334931E0471271218
Octal1076311133601074472230
Binary100011111001110010011111110010001111001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473349; }

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

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

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

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

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

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

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

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