Shades of Bossanova #4A364D
Tints of Bossanova #4A364D
RGB
CMYK
RGB Variations
Color information
#4A364D (or 0x4A364D) is known color: Bossanova. HEX triplet: 4A, 36 and 4D. RGB value is (74,54,77). Sum of RGB (Red+Green+Blue) = 74+54+77=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A364D is #B5C9B2. Grayscale: #3E3E3E. Windows color (decimal): -11913651 or 5060170. OLE color: 5060170.
HSL color Cylindrical-coordinate representation of color #4A364D: hue angle of 292.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A364D is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 54 | 77 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.70 |
| HSL | 292.17º | 0.18% | 0.26% | - |
| HSV(B) | 292.17º | 0.3% | 0.3% | - |
| XYZ | 5.48 | 4.63 | 7.63 | - |
| YUV | 62.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 77 | 0.04 | 0.30 | 0 | 0.70 | 292.17 | 0.18 | 0.26 |
| Hex | 4A | 36 | 4D | 4 | 1E | 0 | 46 | 124 | 12 | 1A |
| Octal | 112 | 66 | 115 | 4 | 36 | 0 | 106 | 444 | 22 | 32 |
| Binary | 1001010 | 110110 | 1001101 | 100 | 11110 | 0 | 1000110 | 100100100 | 10010 | 11010 |
Color Harmonies of #4A364D
Complementary color
Monochromatic Colors of #4A364D
Black with #4A364D
Text Example
Text Example
White with #4A364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A364D; }
p { color: rgb(74,54,77); }
H1.HeaderClassName
{
color: #4A364D;
}
.AnyTagClassName
{
color: #4A364D;
}
</style>
background-color css
<style>
a { background-color: #4A364D; }
a { background-color: rgb(74,54,77); }
div.DivClassName
{
background-color: #4A364D;
}
.BgClassName
{
background-color: #4A364D;
}
</style>
border-color css
<style>
span { border-color: #4A364D; }
span { border-color: rgb(74,54,77); }
td.TdClassName
{
border-color: #4A364D;
}
.TagClassName
{
border-color: #4A364D;
}
</style>