#47344A

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

Shades of Bossanova #47344A

Tints of Bossanova #47344A

Color information

#47344A (or 0x47344A) is unknown color: approx Bossanova. HEX triplet: 47, 34 and 4A. RGB value is (71,52,74). Sum of RGB (Red+Green+Blue) = 71+52+74=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #47344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47344A is #B8CBB5. Grayscale: #3C3C3C. Windows color (decimal): -12110774 or 4863047. OLE color: 4863047.

HSL color Cylindrical-coordinate representation of color #47344A: hue angle of 291.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47344A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB715274-
CMYK0.040.3000.71
HSL291.82º17.46%24.71%-
HSV(B)291.82º29.73%29.02%-
XYZ5.064.297.04-
YUV60.19135.79135.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=36.04%
G=26.40%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7152740.040.3000.71291.8217.4624.71
Hex47344A41E0471241119
Octal1076411243601074442131
Binary1000111110100100101010011110010001111001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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