#473649

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

Shades of Bossanova #473649

Tints of Bossanova #473649

Color information

#473649 (or 0x473649) is unknown color: approx Bossanova. HEX triplet: 47, 36 and 49. RGB value is (71,54,73). Sum of RGB (Red+Green+Blue) = 71+54+73=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #473649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473649 is #B8C9B6. Grayscale: #3D3D3D. Windows color (decimal): -12110263 or 4798023. OLE color: 4798023.

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

Color convert

RGB715473-
CMYK0.030.2600.71
HSL293.68º14.96%24.9%-
HSV(B)293.68º26.03%28.63%-
XYZ5.124.466.89-
YUV61.25134.63134.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=35.86%
G=27.27%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7154730.030.2600.71293.6814.9624.9
Hex47364931A047126f19
Octal1076611133201074461731
Binary10001111101101001001111101001000111100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473649; }

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

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

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

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

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

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

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

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