#464146

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

Shades of Bossanova #464146

Tints of Bossanova #464146

Color information

#464146 (or 0x464146) is unknown color: approx Bossanova. HEX triplet: 46, 41 and 46. RGB value is (70,65,70). Sum of RGB (Red+Green+Blue) = 70+65+70=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #464146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464146 is #B9BEB9. Grayscale: #434343. Windows color (decimal): -12172986 or 4604230. OLE color: 4604230.

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

Color convert

RGB706570-
CMYK00.0700.73
HSL300º3.7%26.47%-
HSV(B)300º7.14%27.45%-
XYZ5.525.526.57-
YUV67.06129.66130.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=34.15%
G=31.71%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70657000.0700.733003.726.47
Hex4641460704912c41a
Octal106101106070111454432
Binary10001101000001100011001110100100110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464146; }

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

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

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

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

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

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

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

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