Shades of Bossanova #4A444D
Tints of Bossanova #4A444D
RGB
CMYK
RGB Variations
Color information
#4A444D (or 0x4A444D) is known color: Bossanova. HEX triplet: 4A, 44 and 4D. RGB value is (74,68,77). Sum of RGB (Red+Green+Blue) = 74+68+77=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A444D is #B5BBB2. Grayscale: #464646. Windows color (decimal): -11910067 or 5063754. OLE color: 5063754.
HSL color Cylindrical-coordinate representation of color #4A444D: hue angle of 280º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A444D is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 68 | 77 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.70 |
| HSL | 280º | 0.06% | 0.28% | - |
| HSV(B) | 280º | 0.12% | 0.3% | - |
| XYZ | 6.23 | 6.13 | 7.88 | - |
| YUV | 70.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 77 | 0.04 | 0.12 | 0 | 0.70 | 280 | 0.06 | 0.28 |
| Hex | 4A | 44 | 4D | 4 | C | 0 | 46 | 118 | 6 | 1C |
| Octal | 112 | 104 | 115 | 4 | 14 | 0 | 106 | 430 | 6 | 34 |
| Binary | 1001010 | 1000100 | 1001101 | 100 | 1100 | 0 | 1000110 | 100011000 | 110 | 11100 |
Color Harmonies of #4A444D
Complementary color
Monochromatic Colors of #4A444D
Black with #4A444D
Text Example
Text Example
White with #4A444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A444D; }
p { color: rgb(74,68,77); }
H1.HeaderClassName
{
color: #4A444D;
}
.AnyTagClassName
{
color: #4A444D;
}
</style>
background-color css
<style>
a { background-color: #4A444D; }
a { background-color: rgb(74,68,77); }
div.DivClassName
{
background-color: #4A444D;
}
.BgClassName
{
background-color: #4A444D;
}
</style>
border-color css
<style>
span { border-color: #4A444D; }
span { border-color: rgb(74,68,77); }
td.TdClassName
{
border-color: #4A444D;
}
.TagClassName
{
border-color: #4A444D;
}
</style>