#473249

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

Shades of Bossanova #473249

Tints of Bossanova #473249

Color information

#473249 (or 0x473249) is unknown color: approx Bossanova. HEX triplet: 47, 32 and 49. RGB value is (71,50,73). Sum of RGB (Red+Green+Blue) = 71+50+73=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #473249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473249 is #B8CDB6. Grayscale: #3A3A3A. Windows color (decimal): -12111287 or 4796999. OLE color: 4796999.

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

Color convert

RGB715073-
CMYK0.030.3200.71
HSL294.78º18.7%24.12%-
HSV(B)294.78º31.51%28.63%-
XYZ4.944.16.83-
YUV58.9135.96136.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=36.60%
G=25.77%
B=37.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7150730.030.3200.71294.7818.724.12
Hex4732493200471271318
Octal1076211134001074472330
Binary1000111110010100100111100000010001111001001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473249; }

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

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

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

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

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

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

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

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