Shades of Bossanova #4E4253
Tints of Bossanova #4E4253
RGB
CMYK
RGB Variations
Color information
#4E4253 (or 0x4E4253) is known color: Bossanova. HEX triplet: 4E, 42 and 53. RGB value is (78,66,83). Sum of RGB (Red+Green+Blue) = 78+66+83=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4253 is #B1BDAC. Grayscale: #474747. Windows color (decimal): -11648429 or 5456462. OLE color: 5456462.
HSL color Cylindrical-coordinate representation of color #4E4253: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E4253 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 66 | 83 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.67 |
| HSL | 282.35º | 0.11% | 0.29% | - |
| HSV(B) | 282.35º | 0.2% | 0.33% | - |
| XYZ | 6.65 | 6.14 | 9.02 | - |
| YUV | 71.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 83 | 0.06 | 0.20 | 0 | 0.67 | 282.35 | 0.11 | 0.29 |
| Hex | 4E | 42 | 53 | 6 | 14 | 0 | 43 | 11A | B | 1D |
| Octal | 116 | 102 | 123 | 6 | 24 | 0 | 103 | 432 | 13 | 35 |
| Binary | 1001110 | 1000010 | 1010011 | 110 | 10100 | 0 | 1000011 | 100011010 | 1011 | 11101 |
Color Harmonies of #4E4253
Complementary color
Monochromatic Colors of #4E4253
Black with #4E4253
Text Example
Text Example
White with #4E4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4253; }
p { color: rgb(78,66,83); }
H1.HeaderClassName
{
color: #4E4253;
}
.AnyTagClassName
{
color: #4E4253;
}
</style>
background-color css
<style>
a { background-color: #4E4253; }
a { background-color: rgb(78,66,83); }
div.DivClassName
{
background-color: #4E4253;
}
.BgClassName
{
background-color: #4E4253;
}
</style>
border-color css
<style>
span { border-color: #4E4253; }
span { border-color: rgb(78,66,83); }
td.TdClassName
{
border-color: #4E4253;
}
.TagClassName
{
border-color: #4E4253;
}
</style>