#464047

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

Shades of Bossanova #464047

Tints of Bossanova #464047

Color information

#464047 (or 0x464047) is unknown color: approx Bossanova. HEX triplet: 46, 40 and 47. RGB value is (70,64,71). Sum of RGB (Red+Green+Blue) = 70+64+71=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #464047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464047 is #B9BFB8. Grayscale: #424242. Windows color (decimal): -12173241 or 4669510. OLE color: 4669510.

HSL color Cylindrical-coordinate representation of color #464047: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464047 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB706471-
CMYK0.010.1000.72
HSL291.43º5.19%26.47%-
HSV(B)291.43º9.86%27.84%-
XYZ5.55.426.72-
YUV66.59130.49130.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=34.15%
G=31.22%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7064710.010.1000.72291.435.1926.47
Hex4640471A04812351a
Octal1061001071120110443532
Binary100011010000001000111110100100100010010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464047; }

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

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

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

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

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

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

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

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