#47344C

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

Shades of Bossanova #47344C

Tints of Bossanova #47344C

Color information

#47344C (or 0x47344C) is unknown color: approx Bossanova. HEX triplet: 47, 34 and 4C. RGB value is (71,52,76). Sum of RGB (Red+Green+Blue) = 71+52+76=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #47344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47344C is #B8CBB3. Grayscale: #3C3C3C. Windows color (decimal): -12110772 or 4994119. OLE color: 4994119.

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

Color convert

RGB715276-
CMYK0.070.3200.70
HSL287.5º18.75%25.1%-
HSV(B)287.5º31.58%29.8%-
XYZ5.134.327.4-
YUV60.42136.79135.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=35.68%
G=26.13%
B=38.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7152760.070.3200.70287.518.7525.1
Hex47344C7200461201319
Octal1076411474001064402331
Binary10001111101001001100111100000010001101001000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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