#463649

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

Shades of Bossanova #463649

Tints of Bossanova #463649

Color information

#463649 (or 0x463649) is unknown color: approx Bossanova. HEX triplet: 46, 36 and 49. RGB value is (70,54,73). Sum of RGB (Red+Green+Blue) = 70+54+73=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #463649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463649 is #B9C9B6. Grayscale: #3C3C3C. Windows color (decimal): -12175799 or 4798022. OLE color: 4798022.

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

Color convert

RGB705473-
CMYK0.040.2600.71
HSL290.53º14.96%24.9%-
HSV(B)290.53º26.03%28.63%-
XYZ5.054.426.89-
YUV60.95134.8134.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=35.53%
G=27.41%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7054730.040.2600.71290.5314.9624.9
Hex46364941A047123f19
Octal1066611143201074431731
Binary100011011011010010011001101001000111100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463649; }

 p { color: rgb(70,54,73); }

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

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

 a { background-color: rgb(70,54,73); }

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

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

 span { border-color: rgb(70,54,73); }

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