Shades of Bossanova #4A404D
Tints of Bossanova #4A404D
RGB
CMYK
RGB Variations
Color information
#4A404D (or 0x4A404D) is known color: Bossanova. HEX triplet: 4A, 40 and 4D. RGB value is (74,64,77). Sum of RGB (Red+Green+Blue) = 74+64+77=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A404D is #B5BFB2. Grayscale: #444444. Windows color (decimal): -11911091 or 5062730. OLE color: 5062730.
HSL color Cylindrical-coordinate representation of color #4A404D: hue angle of 286.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A404D is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 64 | 77 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.70 |
| HSL | 286.15º | 0.09% | 0.28% | - |
| HSV(B) | 286.15º | 0.17% | 0.3% | - |
| XYZ | 6 | 5.66 | 7.8 | - |
| YUV | 68.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 77 | 0.04 | 0.17 | 0 | 0.70 | 286.15 | 0.09 | 0.28 |
| Hex | 4A | 40 | 4D | 4 | 11 | 0 | 46 | 11E | 9 | 1C |
| Octal | 112 | 100 | 115 | 4 | 21 | 0 | 106 | 436 | 11 | 34 |
| Binary | 1001010 | 1000000 | 1001101 | 100 | 10001 | 0 | 1000110 | 100011110 | 1001 | 11100 |
Color Harmonies of #4A404D
Complementary color
Monochromatic Colors of #4A404D
Black with #4A404D
Text Example
Text Example
White with #4A404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A404D; }
p { color: rgb(74,64,77); }
H1.HeaderClassName
{
color: #4A404D;
}
.AnyTagClassName
{
color: #4A404D;
}
</style>
background-color css
<style>
a { background-color: #4A404D; }
a { background-color: rgb(74,64,77); }
div.DivClassName
{
background-color: #4A404D;
}
.BgClassName
{
background-color: #4A404D;
}
</style>
border-color css
<style>
span { border-color: #4A404D; }
span { border-color: rgb(74,64,77); }
td.TdClassName
{
border-color: #4A404D;
}
.TagClassName
{
border-color: #4A404D;
}
</style>