Shades of Bossanova #4B394E
Tints of Bossanova #4B394E
RGB
CMYK
RGB Variations
Color information
#4B394E (or 0x4B394E) is known color: Bossanova. HEX triplet: 4B, 39 and 4E. RGB value is (75,57,78). Sum of RGB (Red+Green+Blue) = 75+57+78=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B394E is #B4C6B1. Grayscale: #404040. Windows color (decimal): -11847346 or 5126475. OLE color: 5126475.
HSL color Cylindrical-coordinate representation of color #4B394E: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B394E is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 57 | 78 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.69 |
| HSL | 291.43º | 0.16% | 0.26% | - |
| HSV(B) | 291.43º | 0.27% | 0.31% | - |
| XYZ | 5.74 | 4.97 | 7.86 | - |
| YUV | 64.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 78 | 0.04 | 0.27 | 0 | 0.69 | 291.43 | 0.16 | 0.26 |
| Hex | 4B | 39 | 4E | 4 | 1B | 0 | 45 | 123 | 10 | 1A |
| Octal | 113 | 71 | 116 | 4 | 33 | 0 | 105 | 443 | 20 | 32 |
| Binary | 1001011 | 111001 | 1001110 | 100 | 11011 | 0 | 1000101 | 100100011 | 10000 | 11010 |
Color Harmonies of #4B394E
Complementary color
Monochromatic Colors of #4B394E
Black with #4B394E
Text Example
Text Example
White with #4B394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B394E; }
p { color: rgb(75,57,78); }
H1.HeaderClassName
{
color: #4B394E;
}
.AnyTagClassName
{
color: #4B394E;
}
</style>
background-color css
<style>
a { background-color: #4B394E; }
a { background-color: rgb(75,57,78); }
div.DivClassName
{
background-color: #4B394E;
}
.BgClassName
{
background-color: #4B394E;
}
</style>
border-color css
<style>
span { border-color: #4B394E; }
span { border-color: rgb(75,57,78); }
td.TdClassName
{
border-color: #4B394E;
}
.TagClassName
{
border-color: #4B394E;
}
</style>