#473548

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

Shades of Bossanova #473548

Tints of Bossanova #473548

Color information

#473548 (or 0x473548) is unknown color: approx Bossanova. HEX triplet: 47, 35 and 48. RGB value is (71,53,72). Sum of RGB (Red+Green+Blue) = 71+53+72=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #473548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473548 is #B8CAB7. Grayscale: #3C3C3C. Windows color (decimal): -12110520 or 4732231. OLE color: 4732231.

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

Color convert

RGB715372-
CMYK0.010.2600.72
HSL296.84º15.2%24.51%-
HSV(B)296.84º26.39%28.24%-
XYZ5.044.356.71-
YUV60.55134.46135.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=36.22%
G=27.04%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153720.010.2600.72296.8415.224.51
Hex47354811A048129f19
Octal1076511013201104511731
Binary1000111110101100100011101001001000100101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473548; }

 p { color: rgb(71,53,72); }

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

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

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

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

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

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

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