#463C47

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

Shades of Bossanova #463C47

Tints of Bossanova #463C47

Color information

#463C47 (or 0x463C47) is unknown color: approx Bossanova. HEX triplet: 46, 3C and 47. RGB value is (70,60,71). Sum of RGB (Red+Green+Blue) = 70+60+71=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #463C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C47 is #B9C3B8. Grayscale: #404040. Windows color (decimal): -12174265 or 4668486. OLE color: 4668486.

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

Color convert

RGB706071-
CMYK0.010.1500.72
HSL294.55º8.4%25.69%-
HSV(B)294.55º15.49%27.84%-
XYZ5.284.996.65-
YUV64.24131.81132.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=34.83%
G=29.85%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7060710.010.1500.72294.558.425.69
Hex463C471F04812781a
Octal1067410711701104471032
Binary100011011110010001111111101001000100100111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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