Shades of Bossanova #4E4052
Tints of Bossanova #4E4052
RGB
CMYK
RGB Variations
Color information
#4E4052 (or 0x4E4052) is known color: Bossanova. HEX triplet: 4E, 40 and 52. RGB value is (78,64,82). Sum of RGB (Red+Green+Blue) = 78+64+82=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4052 is #B1BFAD. Grayscale: #464646. Windows color (decimal): -11648942 or 5390414. OLE color: 5390414.
HSL color Cylindrical-coordinate representation of color #4E4052: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E4052 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 64 | 82 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.68 |
| HSL | 286.67º | 0.12% | 0.29% | - |
| HSV(B) | 286.67º | 0.22% | 0.32% | - |
| XYZ | 6.5 | 5.9 | 8.78 | - |
| YUV | 70.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 82 | 0.05 | 0.22 | 0 | 0.68 | 286.67 | 0.12 | 0.29 |
| Hex | 4E | 40 | 52 | 5 | 16 | 0 | 44 | 11F | C | 1D |
| Octal | 116 | 100 | 122 | 5 | 26 | 0 | 104 | 437 | 14 | 35 |
| Binary | 1001110 | 1000000 | 1010010 | 101 | 10110 | 0 | 1000100 | 100011111 | 1100 | 11101 |
Color Harmonies of #4E4052
Complementary color
Monochromatic Colors of #4E4052
Black with #4E4052
Text Example
Text Example
White with #4E4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4052; }
p { color: rgb(78,64,82); }
H1.HeaderClassName
{
color: #4E4052;
}
.AnyTagClassName
{
color: #4E4052;
}
</style>
background-color css
<style>
a { background-color: #4E4052; }
a { background-color: rgb(78,64,82); }
div.DivClassName
{
background-color: #4E4052;
}
.BgClassName
{
background-color: #4E4052;
}
</style>
border-color css
<style>
span { border-color: #4E4052; }
span { border-color: rgb(78,64,82); }
td.TdClassName
{
border-color: #4E4052;
}
.TagClassName
{
border-color: #4E4052;
}
</style>