#474047

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

Shades of Bossanova #474047

Tints of Bossanova #474047

Color information

#474047 (or 0x474047) is unknown color: approx Bossanova. HEX triplet: 47, 40 and 47. RGB value is (71,64,71). Sum of RGB (Red+Green+Blue) = 71+64+71=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474047 is #B8BFB8. Grayscale: #424242. Windows color (decimal): -12107705 or 4669511. OLE color: 4669511.

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

Color convert

RGB716471-
CMYK00.1000.72
HSL300º5.19%26.47%-
HSV(B)300º9.86%27.84%-
XYZ5.575.466.72-
YUV66.89130.32130.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=34.47%
G=31.07%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71647100.1000.723005.1926.47
Hex4740470A04812c51a
Octal1071001070120110454532
Binary100011110000001000111010100100100010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474047; }

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

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

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

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

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

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

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

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