Shades of Bossanova #4E4152
Tints of Bossanova #4E4152
RGB
CMYK
RGB Variations
Color information
#4E4152 (or 0x4E4152) is known color: Bossanova. HEX triplet: 4E, 41 and 52. RGB value is (78,65,82). Sum of RGB (Red+Green+Blue) = 78+65+82=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4152 is #B1BEAD. Grayscale: #464646. Windows color (decimal): -11648686 or 5390670. OLE color: 5390670.
HSL color Cylindrical-coordinate representation of color #4E4152: hue angle of 285.88º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E4152 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 65 | 82 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.68 |
| HSL | 285.88º | 0.12% | 0.29% | - |
| HSV(B) | 285.88º | 0.21% | 0.32% | - |
| XYZ | 6.56 | 6.01 | 8.8 | - |
| YUV | 70.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 82 | 0.05 | 0.21 | 0 | 0.68 | 285.88 | 0.12 | 0.29 |
| Hex | 4E | 41 | 52 | 5 | 15 | 0 | 44 | 11E | C | 1D |
| Octal | 116 | 101 | 122 | 5 | 25 | 0 | 104 | 436 | 14 | 35 |
| Binary | 1001110 | 1000001 | 1010010 | 101 | 10101 | 0 | 1000100 | 100011110 | 1100 | 11101 |
Color Harmonies of #4E4152
Complementary color
Monochromatic Colors of #4E4152
Black with #4E4152
Text Example
Text Example
White with #4E4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4152; }
p { color: rgb(78,65,82); }
H1.HeaderClassName
{
color: #4E4152;
}
.AnyTagClassName
{
color: #4E4152;
}
</style>
background-color css
<style>
a { background-color: #4E4152; }
a { background-color: rgb(78,65,82); }
div.DivClassName
{
background-color: #4E4152;
}
.BgClassName
{
background-color: #4E4152;
}
</style>
border-color css
<style>
span { border-color: #4E4152; }
span { border-color: rgb(78,65,82); }
td.TdClassName
{
border-color: #4E4152;
}
.TagClassName
{
border-color: #4E4152;
}
</style>