#473447

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

Shades of Bossanova #473447

Tints of Bossanova #473447

Color information

#473447 (or 0x473447) is unknown color: approx Bossanova. HEX triplet: 47, 34 and 47. RGB value is (71,52,71). Sum of RGB (Red+Green+Blue) = 71+52+71=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473447 is #B8CBB8. Grayscale: #3B3B3B. Windows color (decimal): -12110777 or 4666439. OLE color: 4666439.

HSL color Cylindrical-coordinate representation of color #473447: 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.27%. Process color model (Four color, CMYK) of #473447 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB715271-
CMYK00.2700.72
HSL300º15.45%24.12%-
HSV(B)300º26.76%27.84%-
XYZ4.964.256.52-
YUV59.85134.29135.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=36.60%
G=26.80%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71527100.2700.7230015.4524.12
Hex47344701B04812cf18
Octal1076410703301104541730
Binary1000111110100100011101101101001000100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473447; }

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

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

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

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

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

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

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

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