#47364B

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

Shades of Bossanova #47364B

Tints of Bossanova #47364B

Color information

#47364B (or 0x47364B) is unknown color: approx Bossanova. HEX triplet: 47, 36 and 4B. RGB value is (71,54,75). Sum of RGB (Red+Green+Blue) = 71+54+75=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #47364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47364B is #B8C9B4. Grayscale: #3D3D3D. Windows color (decimal): -12110261 or 4929095. OLE color: 4929095.

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

Color convert

RGB715475-
CMYK0.050.2800.71
HSL288.57º16.28%25.29%-
HSV(B)288.57º28%29.41%-
XYZ5.194.497.25-
YUV61.48135.63134.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=35.5%
G=27%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7154750.050.2800.71288.5716.2825.29
Hex47364B51C0471211019
Octal1076611353401074412031
Binary1000111110110100101110111100010001111001000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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