#463A48

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

Shades of Bossanova #463A48

Tints of Bossanova #463A48

Color information

#463A48 (or 0x463A48) is unknown color: approx Bossanova. HEX triplet: 46, 3A and 48. RGB value is (70,58,72). Sum of RGB (Red+Green+Blue) = 70+58+72=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #463A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A48 is #B9C5B7. Grayscale: #3F3F3F. Windows color (decimal): -12174776 or 4733510. OLE color: 4733510.

HSL color Cylindrical-coordinate representation of color #463A48: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463A48 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB705872-
CMYK0.030.1900.72
HSL291.43º10.77%25.49%-
HSV(B)291.43º19.44%28.24%-
XYZ5.214.86.78-
YUV63.18132.98132.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 72 (28.52% from 255) = 36%
R=35%
G=29%
B=36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7058720.030.1900.72291.4310.7725.49
Hex463A48313048123b19
Octal1067211032301104431331
Binary10001101110101001000111001101001000100100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A48; }

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

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

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

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

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

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

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

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