#47394C

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

Shades of Bossanova #47394C

Tints of Bossanova #47394C

Color information

#47394C (or 0x47394C) is unknown color: approx Bossanova. HEX triplet: 47, 39 and 4C. RGB value is (71,57,76). Sum of RGB (Red+Green+Blue) = 71+57+76=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #47394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47394C is #B8C6B3. Grayscale: #3F3F3F. Windows color (decimal): -12109492 or 4995399. OLE color: 4995399.

HSL color Cylindrical-coordinate representation of color #47394C: hue angle of 284.21º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47394C is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB715776-
CMYK0.070.2500.70
HSL284.21º14.29%26.08%-
HSV(B)284.21º25%29.8%-
XYZ5.374.797.48-
YUV63.35135.14133.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=34.80%
G=27.94%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7157760.070.2500.70284.2114.2926.08
Hex47394C71904611ce1a
Octal1077111473101064341632
Binary100011111100110011001111100101000110100011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47394C; }

 p { color: rgb(71,57,76); }

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

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

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

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

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

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

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