#473647

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

Shades of Bossanova #473647

Tints of Bossanova #473647

Color information

#473647 (or 0x473647) is unknown color: approx Bossanova. HEX triplet: 47, 36 and 47. RGB value is (71,54,71). Sum of RGB (Red+Green+Blue) = 71+54+71=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473647 is #B8C9B8. Grayscale: #3C3C3C. Windows color (decimal): -12110265 or 4666951. OLE color: 4666951.

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

Color convert

RGB715471-
CMYK00.2400.72
HSL300º13.6%24.51%-
HSV(B)300º23.94%27.84%-
XYZ5.064.436.55-
YUV61.02133.63135.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=36.22%
G=27.55%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71547100.2400.7230013.624.51
Hex47364701804812ce19
Octal1076610703001104541631
Binary1000111110110100011101100001001000100101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473647; }

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

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

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

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

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

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

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

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