Shades of Bossanova #4A404C
Tints of Bossanova #4A404C
RGB
CMYK
RGB Variations
Color information
#4A404C (or 0x4A404C) is known color: Bossanova. HEX triplet: 4A, 40 and 4C. RGB value is (74,64,76). Sum of RGB (Red+Green+Blue) = 74+64+76=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A404C is #B5BFB3. Grayscale: #444444. Windows color (decimal): -11911092 or 4997194. OLE color: 4997194.
HSL color Cylindrical-coordinate representation of color #4A404C: hue angle of 290º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A404C is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 64 | 76 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.70 |
| HSL | 290º | 0.09% | 0.27% | - |
| HSV(B) | 290º | 0.16% | 0.3% | - |
| XYZ | 5.96 | 5.64 | 7.61 | - |
| YUV | 68.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 76 | 0.03 | 0.16 | 0 | 0.70 | 290 | 0.09 | 0.27 |
| Hex | 4A | 40 | 4C | 3 | 10 | 0 | 46 | 122 | 9 | 1B |
| Octal | 112 | 100 | 114 | 3 | 20 | 0 | 106 | 442 | 11 | 33 |
| Binary | 1001010 | 1000000 | 1001100 | 11 | 10000 | 0 | 1000110 | 100100010 | 1001 | 11011 |
Color Harmonies of #4A404C
Complementary color
Monochromatic Colors of #4A404C
Black with #4A404C
Text Example
Text Example
White with #4A404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A404C; }
p { color: rgb(74,64,76); }
H1.HeaderClassName
{
color: #4A404C;
}
.AnyTagClassName
{
color: #4A404C;
}
</style>
background-color css
<style>
a { background-color: #4A404C; }
a { background-color: rgb(74,64,76); }
div.DivClassName
{
background-color: #4A404C;
}
.BgClassName
{
background-color: #4A404C;
}
</style>
border-color css
<style>
span { border-color: #4A404C; }
span { border-color: rgb(74,64,76); }
td.TdClassName
{
border-color: #4A404C;
}
.TagClassName
{
border-color: #4A404C;
}
</style>