#473847

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

Shades of Bossanova #473847

Tints of Bossanova #473847

Color information

#473847 (or 0x473847) is unknown color: approx Bossanova. HEX triplet: 47, 38 and 47. RGB value is (71,56,71). Sum of RGB (Red+Green+Blue) = 71+56+71=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473847 is #B8C7B8. Grayscale: #3E3E3E. Windows color (decimal): -12109753 or 4667463. OLE color: 4667463.

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

Color convert

RGB715671-
CMYK00.2100.72
HSL300º11.81%24.9%-
HSV(B)300º21.13%27.84%-
XYZ5.154.626.58-
YUV62.2132.97134.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=35.86%
G=28.28%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71567100.2100.7230011.8124.9
Hex47384701504812cc19
Octal1077010702501104541431
Binary1000111111000100011101010101001000100101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473847; }

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

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

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

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

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

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

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

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