#474547

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

Shades of Bossanova #474547

Tints of Bossanova #474547

Color information

#474547 (or 0x474547) is unknown color: approx Bossanova. HEX triplet: 47, 45 and 47. RGB value is (71,69,71). Sum of RGB (Red+Green+Blue) = 71+69+71=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474547 is #B8BAB8. Grayscale: #454545. Windows color (decimal): -12106425 or 4670791. OLE color: 4670791.

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

Color convert

RGB716971-
CMYK00.0300.72
HSL300º1.43%27.45%-
HSV(B)300º2.82%27.84%-
XYZ5.866.056.82-
YUV69.83128.66128.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=33.65%
G=32.70%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71697100.0300.723001.4327.45
Hex4745470304812c11b
Octal107105107030110454133
Binary10001111000101100011101101001000100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474547; }

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

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

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

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

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

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

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

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