#473347

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

Shades of Bossanova #473347

Tints of Bossanova #473347

Color information

#473347 (or 0x473347) is unknown color: approx Bossanova. HEX triplet: 47, 33 and 47. RGB value is (71,51,71). Sum of RGB (Red+Green+Blue) = 71+51+71=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473347 is #B8CCB8. Grayscale: #3B3B3B. Windows color (decimal): -12111033 or 4666183. OLE color: 4666183.

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

Color convert

RGB715171-
CMYK00.2800.72
HSL300º16.39%23.92%-
HSV(B)300º28.17%27.84%-
XYZ4.924.166.51-
YUV59.26134.63136.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71517100.2800.7230016.3923.92
Hex47334701C04812c1018
Octal1076310703401104542030
Binary10001111100111000111011100010010001001011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473347; }

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

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

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

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

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

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

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

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