#464447

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

Shades of Bossanova #464447

Tints of Bossanova #464447

Color information

#464447 (or 0x464447) is unknown color: approx Bossanova. HEX triplet: 46, 44 and 47. RGB value is (70,68,71). Sum of RGB (Red+Green+Blue) = 70+68+71=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 71 - color contains mainly: blue. Hex color #464447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464447 is #B9BBB8. Grayscale: #444444. Windows color (decimal): -12172217 or 4670534. OLE color: 4670534.

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

Color convert

RGB706871-
CMYK0.010.0400.72
HSL280º2.16%27.25%-
HSV(B)280º4.23%27.84%-
XYZ5.735.896.8-
YUV68.94129.16128.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=33.49%
G=32.54%
B=33.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7068710.010.0400.722802.1627.25
Hex4644471404811821b
Octal106104107140110430233
Binary1000110100010010001111100010010001000110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464447; }

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

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

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

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

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

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

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

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