#47384B

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

Shades of Bossanova #47384B

Tints of Bossanova #47384B

Color information

#47384B (or 0x47384B) is unknown color: approx Bossanova. HEX triplet: 47, 38 and 4B. RGB value is (71,56,75). Sum of RGB (Red+Green+Blue) = 71+56+75=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #47384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47384B is #B8C7B4. Grayscale: #3E3E3E. Windows color (decimal): -12109749 or 4929607. OLE color: 4929607.

HSL color Cylindrical-coordinate representation of color #47384B: hue angle of 287.37º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47384B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB715675-
CMYK0.050.2500.71
HSL287.37º14.5%25.69%-
HSV(B)287.37º25.33%29.41%-
XYZ5.284.687.28-
YUV62.65134.97133.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=35.15%
G=27.72%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7156750.050.2500.71287.3714.525.69
Hex47384B51904711ff1a
Octal1077011353101074371732
Binary100011111100010010111011100101000111100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47384B; }

 p { color: rgb(71,56,75); }

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

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

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

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

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

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

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