Shades of Bossanova #4E4154
Tints of Bossanova #4E4154
RGB
CMYK
RGB Variations
Color information
#4E4154 (or 0x4E4154) is known color: Bossanova. HEX triplet: 4E, 41 and 54. RGB value is (78,65,84). Sum of RGB (Red+Green+Blue) = 78+65+84=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E4154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4154 is #B1BEAB. Grayscale: #464646. Windows color (decimal): -11648684 or 5521742. OLE color: 5521742.
HSL color Cylindrical-coordinate representation of color #4E4154: hue angle of 281.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E4154 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 65 | 84 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.67 |
| HSL | 281.05º | 0.13% | 0.29% | - |
| HSV(B) | 281.05º | 0.23% | 0.33% | - |
| XYZ | 6.63 | 6.04 | 9.2 | - |
| YUV | 71.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 84 | 0.07 | 0.23 | 0 | 0.67 | 281.05 | 0.13 | 0.29 |
| Hex | 4E | 41 | 54 | 7 | 17 | 0 | 43 | 119 | D | 1D |
| Octal | 116 | 101 | 124 | 7 | 27 | 0 | 103 | 431 | 15 | 35 |
| Binary | 1001110 | 1000001 | 1010100 | 111 | 10111 | 0 | 1000011 | 100011001 | 1101 | 11101 |
Color Harmonies of #4E4154
Complementary color
Monochromatic Colors of #4E4154
Black with #4E4154
Text Example
Text Example
White with #4E4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4154; }
p { color: rgb(78,65,84); }
H1.HeaderClassName
{
color: #4E4154;
}
.AnyTagClassName
{
color: #4E4154;
}
</style>
background-color css
<style>
a { background-color: #4E4154; }
a { background-color: rgb(78,65,84); }
div.DivClassName
{
background-color: #4E4154;
}
.BgClassName
{
background-color: #4E4154;
}
</style>
border-color css
<style>
span { border-color: #4E4154; }
span { border-color: rgb(78,65,84); }
td.TdClassName
{
border-color: #4E4154;
}
.TagClassName
{
border-color: #4E4154;
}
</style>