#463247

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

Shades of Bossanova #463247

Tints of Bossanova #463247

Color information

#463247 (or 0x463247) is unknown color: approx Bossanova. HEX triplet: 46, 32 and 47. RGB value is (70,50,71). Sum of RGB (Red+Green+Blue) = 70+50+71=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #463247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463247 is #B9CDB8. Grayscale: #3A3A3A. Windows color (decimal): -12176825 or 4665926. OLE color: 4665926.

HSL color Cylindrical-coordinate representation of color #463247: hue angle of 297.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463247 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB705071-
CMYK0.010.3000.72
HSL297.14º17.36%23.73%-
HSV(B)297.14º29.58%27.84%-
XYZ4.84.046.49-
YUV58.37135.13136.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=36.65%
G=26.18%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7050710.010.3000.72297.1417.3623.73
Hex46324711E0481291118
Octal1066210713601104512130
Binary10001101100101000111111110010010001001010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463247; }

 p { color: rgb(70,50,71); }

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

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

 a { background-color: rgb(70,50,71); }

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

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

 span { border-color: rgb(70,50,71); }

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