#474147

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

Shades of Bossanova #474147

Tints of Bossanova #474147

Color information

#474147 (or 0x474147) is unknown color: approx Bossanova. HEX triplet: 47, 41 and 47. RGB value is (71,65,71). Sum of RGB (Red+Green+Blue) = 71+65+71=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474147 is #B8BEB8. Grayscale: #434343. Windows color (decimal): -12107449 or 4669767. OLE color: 4669767.

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

Color convert

RGB716571-
CMYK00.0800.72
HSL300º4.41%26.67%-
HSV(B)300º8.45%27.84%-
XYZ5.635.586.74-
YUV67.48129.99130.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=34.30%
G=31.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71657100.0800.723004.4126.67
Hex4741470804812c41b
Octal1071011070100110454433
Binary100011110000011000111010000100100010010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474147; }

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

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

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

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

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

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

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

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