Shades of Bossanova #4E4252
Tints of Bossanova #4E4252
RGB
CMYK
RGB Variations
Color information
#4E4252 (or 0x4E4252) is known color: Bossanova. HEX triplet: 4E, 42 and 52. RGB value is (78,66,82). Sum of RGB (Red+Green+Blue) = 78+66+82=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4252 is #B1BDAD. Grayscale: #474747. Windows color (decimal): -11648430 or 5390926. OLE color: 5390926.
HSL color Cylindrical-coordinate representation of color #4E4252: hue angle of 285º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E4252 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 66 | 82 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.68 |
| HSL | 285º | 0.11% | 0.29% | - |
| HSV(B) | 285º | 0.2% | 0.32% | - |
| XYZ | 6.61 | 6.13 | 8.82 | - |
| YUV | 71.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 82 | 0.05 | 0.20 | 0 | 0.68 | 285 | 0.11 | 0.29 |
| Hex | 4E | 42 | 52 | 5 | 14 | 0 | 44 | 11D | B | 1D |
| Octal | 116 | 102 | 122 | 5 | 24 | 0 | 104 | 435 | 13 | 35 |
| Binary | 1001110 | 1000010 | 1010010 | 101 | 10100 | 0 | 1000100 | 100011101 | 1011 | 11101 |
Color Harmonies of #4E4252
Complementary color
Monochromatic Colors of #4E4252
Black with #4E4252
Text Example
Text Example
White with #4E4252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4252; }
p { color: rgb(78,66,82); }
H1.HeaderClassName
{
color: #4E4252;
}
.AnyTagClassName
{
color: #4E4252;
}
</style>
background-color css
<style>
a { background-color: #4E4252; }
a { background-color: rgb(78,66,82); }
div.DivClassName
{
background-color: #4E4252;
}
.BgClassName
{
background-color: #4E4252;
}
</style>
border-color css
<style>
span { border-color: #4E4252; }
span { border-color: rgb(78,66,82); }
td.TdClassName
{
border-color: #4E4252;
}
.TagClassName
{
border-color: #4E4252;
}
</style>