#47414A

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

Shades of Bossanova #47414A

Tints of Bossanova #47414A

Color information

#47414A (or 0x47414A) is unknown color: approx Bossanova. HEX triplet: 47, 41 and 4A. RGB value is (71,65,74). Sum of RGB (Red+Green+Blue) = 71+65+74=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #47414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47414A is #B8BEB5. Grayscale: #434343. Windows color (decimal): -12107446 or 4866375. OLE color: 4866375.

HSL color Cylindrical-coordinate representation of color #47414A: hue angle of 280º degrees, saturation: 0.06, 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 #47414A is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716574-
CMYK0.040.1200.71
HSL280º6.47%27.25%-
HSV(B)280º12.16%29.02%-
XYZ5.725.617.26-
YUV67.82131.49130.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=33.81%
G=30.95%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7165740.040.1200.712806.4727.25
Hex47414A4C04711861b
Octal1071011124140107430633
Binary10001111000001100101010011000100011110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47414A; }

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

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

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

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

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

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

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

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