Shades of Bossanova #4E3F53
Tints of Bossanova #4E3F53
RGB
CMYK
RGB Variations
Color information
#4E3F53 (or 0x4E3F53) is known color: Bossanova. HEX triplet: 4E, 3F and 53. RGB value is (78,63,83). Sum of RGB (Red+Green+Blue) = 78+63+83=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E3F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F53 is #B1C0AC. Grayscale: #454545. Windows color (decimal): -11649197 or 5455694. OLE color: 5455694.
HSL color Cylindrical-coordinate representation of color #4E3F53: hue angle of 285º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E3F53 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 63 | 83 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.67 |
| HSL | 285º | 0.14% | 0.29% | - |
| HSV(B) | 285º | 0.24% | 0.33% | - |
| XYZ | 6.48 | 5.8 | 8.96 | - |
| YUV | 69.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 83 | 0.06 | 0.24 | 0 | 0.67 | 285 | 0.14 | 0.29 |
| Hex | 4E | 3F | 53 | 6 | 18 | 0 | 43 | 11D | E | 1D |
| Octal | 116 | 77 | 123 | 6 | 30 | 0 | 103 | 435 | 16 | 35 |
| Binary | 1001110 | 111111 | 1010011 | 110 | 11000 | 0 | 1000011 | 100011101 | 1110 | 11101 |
Color Harmonies of #4E3F53
Complementary color
Monochromatic Colors of #4E3F53
Black with #4E3F53
Text Example
Text Example
White with #4E3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F53; }
p { color: rgb(78,63,83); }
H1.HeaderClassName
{
color: #4E3F53;
}
.AnyTagClassName
{
color: #4E3F53;
}
</style>
background-color css
<style>
a { background-color: #4E3F53; }
a { background-color: rgb(78,63,83); }
div.DivClassName
{
background-color: #4E3F53;
}
.BgClassName
{
background-color: #4E3F53;
}
</style>
border-color css
<style>
span { border-color: #4E3F53; }
span { border-color: rgb(78,63,83); }
td.TdClassName
{
border-color: #4E3F53;
}
.TagClassName
{
border-color: #4E3F53;
}
</style>