#464148

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

Shades of Bossanova #464148

Tints of Bossanova #464148

Color information

#464148 (or 0x464148) is unknown color: approx Bossanova. HEX triplet: 46, 41 and 48. RGB value is (70,65,72). Sum of RGB (Red+Green+Blue) = 70+65+72=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #464148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464148 is #B9BEB7. Grayscale: #434343. Windows color (decimal): -12172984 or 4735302. OLE color: 4735302.

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

Color convert

RGB706572-
CMYK0.030.1000.72
HSL282.86º5.11%26.86%-
HSV(B)282.86º9.72%28.24%-
XYZ5.595.556.91-
YUV67.29130.66129.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=33.82%
G=31.40%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7065720.030.1000.72282.865.1126.86
Hex4641483A04811b51b
Octal1061011103120110433533
Binary1000110100000110010001110100100100010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464148; }

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

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

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

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

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

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

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

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