Shades of Bossanova #4A404E
Tints of Bossanova #4A404E
RGB
CMYK
RGB Variations
Color information
#4A404E (or 0x4A404E) is known color: Bossanova. HEX triplet: 4A, 40 and 4E. RGB value is (74,64,78). Sum of RGB (Red+Green+Blue) = 74+64+78=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A404E is #B5BFB1. Grayscale: #444444. Windows color (decimal): -11911090 or 5128266. OLE color: 5128266.
HSL color Cylindrical-coordinate representation of color #4A404E: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A404E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 64 | 78 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.69 |
| HSL | 282.86º | 0.1% | 0.28% | - |
| HSV(B) | 282.86º | 0.18% | 0.31% | - |
| XYZ | 6.03 | 5.67 | 7.98 | - |
| YUV | 68.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 78 | 0.05 | 0.18 | 0 | 0.69 | 282.86 | 0.1 | 0.28 |
| Hex | 4A | 40 | 4E | 5 | 12 | 0 | 45 | 11B | A | 1C |
| Octal | 112 | 100 | 116 | 5 | 22 | 0 | 105 | 433 | 12 | 34 |
| Binary | 1001010 | 1000000 | 1001110 | 101 | 10010 | 0 | 1000101 | 100011011 | 1010 | 11100 |
Color Harmonies of #4A404E
Complementary color
Monochromatic Colors of #4A404E
Black with #4A404E
Text Example
Text Example
White with #4A404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A404E; }
p { color: rgb(74,64,78); }
H1.HeaderClassName
{
color: #4A404E;
}
.AnyTagClassName
{
color: #4A404E;
}
</style>
background-color css
<style>
a { background-color: #4A404E; }
a { background-color: rgb(74,64,78); }
div.DivClassName
{
background-color: #4A404E;
}
.BgClassName
{
background-color: #4A404E;
}
</style>
border-color css
<style>
span { border-color: #4A404E; }
span { border-color: rgb(74,64,78); }
td.TdClassName
{
border-color: #4A404E;
}
.TagClassName
{
border-color: #4A404E;
}
</style>