#474049

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

Shades of Bossanova #474049

Tints of Bossanova #474049

Color information

#474049 (or 0x474049) is unknown color: approx Bossanova. HEX triplet: 47, 40 and 49. RGB value is (71,64,73). Sum of RGB (Red+Green+Blue) = 71+64+73=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #474049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474049 is #B8BFB6. Grayscale: #434343. Windows color (decimal): -12107703 or 4800583. OLE color: 4800583.

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

Color convert

RGB716473-
CMYK0.030.1200.71
HSL286.67º6.57%26.86%-
HSV(B)286.67º12.33%28.63%-
XYZ5.635.497.07-
YUV67.12131.32130.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=34.13%
G=30.77%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7164730.030.1200.71286.676.5726.86
Hex4740493C04711f71b
Octal1071001113140107437733
Binary1000111100000010010011111000100011110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474049; }

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

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

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

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

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

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

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

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