Shades of Bossanova #4E4351
Tints of Bossanova #4E4351
RGB
CMYK
RGB Variations
Color information
#4E4351 (or 0x4E4351) is known color: Bossanova. HEX triplet: 4E, 43 and 51. RGB value is (78,67,81). Sum of RGB (Red+Green+Blue) = 78+67+81=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #4E4351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4351 is #B1BCAE. Grayscale: #474747. Windows color (decimal): -11648175 or 5325646. OLE color: 5325646.
HSL color Cylindrical-coordinate representation of color #4E4351: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E4351 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 67 | 81 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.68 |
| HSL | 287.14º | 0.09% | 0.29% | - |
| HSV(B) | 287.14º | 0.17% | 0.32% | - |
| XYZ | 6.63 | 6.23 | 8.64 | - |
| YUV | 71.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 81 | 0.04 | 0.17 | 0 | 0.68 | 287.14 | 0.09 | 0.29 |
| Hex | 4E | 43 | 51 | 4 | 11 | 0 | 44 | 11F | 9 | 1D |
| Octal | 116 | 103 | 121 | 4 | 21 | 0 | 104 | 437 | 11 | 35 |
| Binary | 1001110 | 1000011 | 1010001 | 100 | 10001 | 0 | 1000100 | 100011111 | 1001 | 11101 |
Color Harmonies of #4E4351
Complementary color
Monochromatic Colors of #4E4351
Black with #4E4351
Text Example
Text Example
White with #4E4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4351; }
p { color: rgb(78,67,81); }
H1.HeaderClassName
{
color: #4E4351;
}
.AnyTagClassName
{
color: #4E4351;
}
</style>
background-color css
<style>
a { background-color: #4E4351; }
a { background-color: rgb(78,67,81); }
div.DivClassName
{
background-color: #4E4351;
}
.BgClassName
{
background-color: #4E4351;
}
</style>
border-color css
<style>
span { border-color: #4E4351; }
span { border-color: rgb(78,67,81); }
td.TdClassName
{
border-color: #4E4351;
}
.TagClassName
{
border-color: #4E4351;
}
</style>