#464446

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

Shades of Bossanova #464446

Tints of Bossanova #464446

Color information

#464446 (or 0x464446) is unknown color: approx Bossanova. HEX triplet: 46, 44 and 46. RGB value is (70,68,70). Sum of RGB (Red+Green+Blue) = 70+68+70=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #464446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464446 is #B9BBB9. Grayscale: #444444. Windows color (decimal): -12172218 or 4604998. OLE color: 4604998.

HSL color Cylindrical-coordinate representation of color #464446: hue angle of 300º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464446 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB706870-
CMYK00.0300.73
HSL300º1.45%27.06%-
HSV(B)300º2.86%27.45%-
XYZ5.75.886.63-
YUV68.83128.66128.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=33.65%
G=32.69%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70687000.0300.733001.4527.06
Hex4644460304912c11b
Octal106104106030111454133
Binary10001101000100100011001101001001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464446; }

 p { color: rgb(70,68,70); }

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

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

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

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

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

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

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