Shades of Bossanova #4E4250
Tints of Bossanova #4E4250
RGB
CMYK
RGB Variations
Color information
#4E4250 (or 0x4E4250) is known color: Bossanova. HEX triplet: 4E, 42 and 50. RGB value is (78,66,80). Sum of RGB (Red+Green+Blue) = 78+66+80=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4250 is #B1BDAF. Grayscale: #474747. Windows color (decimal): -11648432 or 5259854. OLE color: 5259854.
HSL color Cylindrical-coordinate representation of color #4E4250: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4250 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 80 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.69 |
| HSL | 291.43º | 0.1% | 0.29% | - |
| HSV(B) | 291.43º | 0.18% | 0.31% | - |
| XYZ | 6.54 | 6.1 | 8.42 | - |
| YUV | 71.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 80 | 0.02 | 0.17 | 0 | 0.69 | 291.43 | 0.1 | 0.29 |
| Hex | 4E | 42 | 50 | 2 | 11 | 0 | 45 | 123 | A | 1D |
| Octal | 116 | 102 | 120 | 2 | 21 | 0 | 105 | 443 | 12 | 35 |
| Binary | 1001110 | 1000010 | 1010000 | 10 | 10001 | 0 | 1000101 | 100100011 | 1010 | 11101 |
Color Harmonies of #4E4250
Complementary color
Monochromatic Colors of #4E4250
Black with #4E4250
Text Example
Text Example
White with #4E4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4250; }
p { color: rgb(78,66,80); }
H1.HeaderClassName
{
color: #4E4250;
}
.AnyTagClassName
{
color: #4E4250;
}
</style>
background-color css
<style>
a { background-color: #4E4250; }
a { background-color: rgb(78,66,80); }
div.DivClassName
{
background-color: #4E4250;
}
.BgClassName
{
background-color: #4E4250;
}
</style>
border-color css
<style>
span { border-color: #4E4250; }
span { border-color: rgb(78,66,80); }
td.TdClassName
{
border-color: #4E4250;
}
.TagClassName
{
border-color: #4E4250;
}
</style>