Shades of Bossanova #463A4A
Tints of Bossanova #463A4A
RGB
CMYK
RGB Variations
Color information
#463A4A (or 0x463A4A) is known color: Bossanova. HEX triplet: 46, 3A and 4A. RGB value is (70,58,74). Sum of RGB (Red+Green+Blue) = 70+58+74=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 74 - color contains mainly: blue. Hex color #463A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A4A is #B9C5B5. Grayscale: #3F3F3F. Windows color (decimal): -12174774 or 4864582. OLE color: 4864582.
HSL color Cylindrical-coordinate representation of color #463A4A: hue angle of 285º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #463A4A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 58 | 74 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.71 |
| HSL | 285º | 0.12% | 0.26% | - |
| HSV(B) | 285º | 0.22% | 0.29% | - |
| XYZ | 5.27 | 4.82 | 7.13 | - |
| YUV | 63.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 74 | 0.05 | 0.22 | 0 | 0.71 | 285 | 0.12 | 0.26 |
| Hex | 46 | 3A | 4A | 5 | 16 | 0 | 47 | 11D | C | 1A |
| Octal | 106 | 72 | 112 | 5 | 26 | 0 | 107 | 435 | 14 | 32 |
| Binary | 1000110 | 111010 | 1001010 | 101 | 10110 | 0 | 1000111 | 100011101 | 1100 | 11010 |
Color Harmonies of #463A4A
Complementary color
Monochromatic Colors of #463A4A
Black with #463A4A
Text Example
Text Example
White with #463A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A4A; }
p { color: rgb(70,58,74); }
H1.HeaderClassName
{
color: #463A4A;
}
.AnyTagClassName
{
color: #463A4A;
}
</style>
background-color css
<style>
a { background-color: #463A4A; }
a { background-color: rgb(70,58,74); }
div.DivClassName
{
background-color: #463A4A;
}
.BgClassName
{
background-color: #463A4A;
}
</style>
border-color css
<style>
span { border-color: #463A4A; }
span { border-color: rgb(70,58,74); }
td.TdClassName
{
border-color: #463A4A;
}
.TagClassName
{
border-color: #463A4A;
}
</style>