Shades of Bossanova #4B364C
Tints of Bossanova #4B364C
RGB
CMYK
RGB Variations
Color information
#4B364C (or 0x4B364C) is known color: Bossanova. HEX triplet: 4B, 36 and 4C. RGB value is (75,54,76). Sum of RGB (Red+Green+Blue) = 75+54+76=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B364C is #B4C9B3. Grayscale: #3E3E3E. Windows color (decimal): -11848116 or 4994635. OLE color: 4994635.
HSL color Cylindrical-coordinate representation of color #4B364C: hue angle of 297.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B364C is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 54 | 76 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.70 |
| HSL | 297.27º | 0.17% | 0.25% | - |
| HSV(B) | 297.27º | 0.29% | 0.3% | - |
| XYZ | 5.53 | 4.66 | 7.44 | - |
| YUV | 62.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 76 | 0.01 | 0.29 | 0 | 0.70 | 297.27 | 0.17 | 0.25 |
| Hex | 4B | 36 | 4C | 1 | 1D | 0 | 46 | 129 | 11 | 19 |
| Octal | 113 | 66 | 114 | 1 | 35 | 0 | 106 | 451 | 21 | 31 |
| Binary | 1001011 | 110110 | 1001100 | 1 | 11101 | 0 | 1000110 | 100101001 | 10001 | 11001 |
Color Harmonies of #4B364C
Complementary color
Monochromatic Colors of #4B364C
Black with #4B364C
Text Example
Text Example
White with #4B364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B364C; }
p { color: rgb(75,54,76); }
H1.HeaderClassName
{
color: #4B364C;
}
.AnyTagClassName
{
color: #4B364C;
}
</style>
background-color css
<style>
a { background-color: #4B364C; }
a { background-color: rgb(75,54,76); }
div.DivClassName
{
background-color: #4B364C;
}
.BgClassName
{
background-color: #4B364C;
}
</style>
border-color css
<style>
span { border-color: #4B364C; }
span { border-color: rgb(75,54,76); }
td.TdClassName
{
border-color: #4B364C;
}
.TagClassName
{
border-color: #4B364C;
}
</style>