Shades of Bossanova #46354A
Tints of Bossanova #46354A
RGB
CMYK
RGB Variations
Color information
#46354A (or 0x46354A) is known color: Bossanova. HEX triplet: 46, 35 and 4A. RGB value is (70,53,74). Sum of RGB (Red+Green+Blue) = 70+53+74=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #46354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46354A is #B9CAB5. Grayscale: #3C3C3C. Windows color (decimal): -12176054 or 4863302. OLE color: 4863302.
HSL color Cylindrical-coordinate representation of color #46354A: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46354A is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 53 | 74 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.71 |
| HSL | 288.57º | 0.17% | 0.25% | - |
| HSV(B) | 288.57º | 0.28% | 0.29% | - |
| XYZ | 5.03 | 4.34 | 7.05 | - |
| YUV | 60.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 74 | 0.05 | 0.28 | 0 | 0.71 | 288.57 | 0.17 | 0.25 |
| Hex | 46 | 35 | 4A | 5 | 1C | 0 | 47 | 121 | 11 | 19 |
| Octal | 106 | 65 | 112 | 5 | 34 | 0 | 107 | 441 | 21 | 31 |
| Binary | 1000110 | 110101 | 1001010 | 101 | 11100 | 0 | 1000111 | 100100001 | 10001 | 11001 |
Color Harmonies of #46354A
Complementary color
Monochromatic Colors of #46354A
Black with #46354A
Text Example
Text Example
White with #46354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46354A; }
p { color: rgb(70,53,74); }
H1.HeaderClassName
{
color: #46354A;
}
.AnyTagClassName
{
color: #46354A;
}
</style>
background-color css
<style>
a { background-color: #46354A; }
a { background-color: rgb(70,53,74); }
div.DivClassName
{
background-color: #46354A;
}
.BgClassName
{
background-color: #46354A;
}
</style>
border-color css
<style>
span { border-color: #46354A; }
span { border-color: rgb(70,53,74); }
td.TdClassName
{
border-color: #46354A;
}
.TagClassName
{
border-color: #46354A;
}
</style>