Shades of Bossanova #4A454A
Tints of Bossanova #4A454A
RGB
CMYK
RGB Variations
Color information
#4A454A (or 0x4A454A) is known color: Bossanova. HEX triplet: 4A, 45 and 4A. RGB value is (74,69,74). Sum of RGB (Red+Green+Blue) = 74+69+74=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: red, blue. Hex color #4A454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A454A is #B5BAB5. Grayscale: #474747. Windows color (decimal): -11909814 or 4867402. OLE color: 4867402.
HSL color Cylindrical-coordinate representation of color #4A454A: hue angle of 300º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4A454A is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 74 | - |
| CMYK | 0 | 0.07 | 0 | 0.71 |
| HSL | 300º | 0.03% | 0.28% | - |
| HSV(B) | 300º | 0.07% | 0.29% | - |
| XYZ | 6.19 | 6.21 | 7.35 | - |
| YUV | 71.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 74 | 0 | 0.07 | 0 | 0.71 | 300 | 0.03 | 0.28 |
| Hex | 4A | 45 | 4A | 0 | 7 | 0 | 47 | 12C | 3 | 1C |
| Octal | 112 | 105 | 112 | 0 | 7 | 0 | 107 | 454 | 3 | 34 |
| Binary | 1001010 | 1000101 | 1001010 | 0 | 111 | 0 | 1000111 | 100101100 | 11 | 11100 |
Color Harmonies of #4A454A
Complementary color
Monochromatic Colors of #4A454A
Black with #4A454A
Text Example
Text Example
White with #4A454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A454A; }
p { color: rgb(74,69,74); }
H1.HeaderClassName
{
color: #4A454A;
}
.AnyTagClassName
{
color: #4A454A;
}
</style>
background-color css
<style>
a { background-color: #4A454A; }
a { background-color: rgb(74,69,74); }
div.DivClassName
{
background-color: #4A454A;
}
.BgClassName
{
background-color: #4A454A;
}
</style>
border-color css
<style>
span { border-color: #4A454A; }
span { border-color: rgb(74,69,74); }
td.TdClassName
{
border-color: #4A454A;
}
.TagClassName
{
border-color: #4A454A;
}
</style>