Shades of Bossanova #4E4450
Tints of Bossanova #4E4450
RGB
CMYK
RGB Variations
Color information
#4E4450 (or 0x4E4450) is known color: Bossanova. HEX triplet: 4E, 44 and 50. RGB value is (78,68,80). Sum of RGB (Red+Green+Blue) = 78+68+80=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4450 is #B1BBAF. Grayscale: #484848. Windows color (decimal): -11647920 or 5260366. OLE color: 5260366.
HSL color Cylindrical-coordinate representation of color #4E4450: hue angle of 290º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4450 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 80 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.69 |
| HSL | 290º | 0.08% | 0.29% | - |
| HSV(B) | 290º | 0.15% | 0.31% | - |
| XYZ | 6.66 | 6.33 | 8.46 | - |
| YUV | 72.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 80 | 0.02 | 0.15 | 0 | 0.69 | 290 | 0.08 | 0.29 |
| Hex | 4E | 44 | 50 | 2 | F | 0 | 45 | 122 | 8 | 1D |
| Octal | 116 | 104 | 120 | 2 | 17 | 0 | 105 | 442 | 10 | 35 |
| Binary | 1001110 | 1000100 | 1010000 | 10 | 1111 | 0 | 1000101 | 100100010 | 1000 | 11101 |
Color Harmonies of #4E4450
Complementary color
Monochromatic Colors of #4E4450
Black with #4E4450
Text Example
Text Example
White with #4E4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4450; }
p { color: rgb(78,68,80); }
H1.HeaderClassName
{
color: #4E4450;
}
.AnyTagClassName
{
color: #4E4450;
}
</style>
background-color css
<style>
a { background-color: #4E4450; }
a { background-color: rgb(78,68,80); }
div.DivClassName
{
background-color: #4E4450;
}
.BgClassName
{
background-color: #4E4450;
}
</style>
border-color css
<style>
span { border-color: #4E4450; }
span { border-color: rgb(78,68,80); }
td.TdClassName
{
border-color: #4E4450;
}
.TagClassName
{
border-color: #4E4450;
}
</style>