#473947

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

Shades of Bossanova #473947

Tints of Bossanova #473947

Color information

#473947 (or 0x473947) is unknown color: approx Bossanova. HEX triplet: 47, 39 and 47. RGB value is (71,57,71). Sum of RGB (Red+Green+Blue) = 71+57+71=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473947 is #B8C6B8. Grayscale: #3E3E3E. Windows color (decimal): -12109497 or 4667719. OLE color: 4667719.

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

Color convert

RGB715771-
CMYK00.2000.72
HSL300º10.94%25.1%-
HSV(B)300º19.72%27.84%-
XYZ5.24.726.6-
YUV62.78132.64133.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=35.68%
G=28.64%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71577100.2000.7230010.9425.1
Hex47394701404812cb19
Octal1077110702401104541331
Binary1000111111001100011101010001001000100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473947; }

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

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

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

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

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

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

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

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