#464049

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

Shades of Bossanova #464049

Tints of Bossanova #464049

Color information

#464049 (or 0x464049) is unknown color: approx Bossanova. HEX triplet: 46, 40 and 49. RGB value is (70,64,73). Sum of RGB (Red+Green+Blue) = 70+64+73=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #464049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464049 is #B9BFB6. Grayscale: #424242. Windows color (decimal): -12173239 or 4800582. OLE color: 4800582.

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

Color convert

RGB706473-
CMYK0.040.1200.71
HSL280º6.57%26.86%-
HSV(B)280º12.33%28.63%-
XYZ5.565.457.06-
YUV66.82131.49130.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=33.82%
G=30.92%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7064730.040.1200.712806.5726.86
Hex4640494C04711871b
Octal1061001114140107430733
Binary10001101000000100100110011000100011110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464049; }

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

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

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

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

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

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

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

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