Shades of Bossanova #4C384D
Tints of Bossanova #4C384D
RGB
CMYK
RGB Variations
Color information
#4C384D (or 0x4C384D) is known color: Bossanova. HEX triplet: 4C, 38 and 4D. RGB value is (76,56,77). Sum of RGB (Red+Green+Blue) = 76+56+77=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C384D is #B3C7B2. Grayscale: #404040. Windows color (decimal): -11782067 or 5060684. OLE color: 5060684.
HSL color Cylindrical-coordinate representation of color #4C384D: hue angle of 297.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C384D is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 77 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.70 |
| HSL | 297.14º | 0.16% | 0.26% | - |
| HSV(B) | 297.14º | 0.27% | 0.3% | - |
| XYZ | 5.73 | 4.9 | 7.66 | - |
| YUV | 64.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 77 | 0.01 | 0.27 | 0 | 0.70 | 297.14 | 0.16 | 0.26 |
| Hex | 4C | 38 | 4D | 1 | 1B | 0 | 46 | 129 | 10 | 1A |
| Octal | 114 | 70 | 115 | 1 | 33 | 0 | 106 | 451 | 20 | 32 |
| Binary | 1001100 | 111000 | 1001101 | 1 | 11011 | 0 | 1000110 | 100101001 | 10000 | 11010 |
Color Harmonies of #4C384D
Complementary color
Monochromatic Colors of #4C384D
Black with #4C384D
Text Example
Text Example
White with #4C384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C384D; }
p { color: rgb(76,56,77); }
H1.HeaderClassName
{
color: #4C384D;
}
.AnyTagClassName
{
color: #4C384D;
}
</style>
background-color css
<style>
a { background-color: #4C384D; }
a { background-color: rgb(76,56,77); }
div.DivClassName
{
background-color: #4C384D;
}
.BgClassName
{
background-color: #4C384D;
}
</style>
border-color css
<style>
span { border-color: #4C384D; }
span { border-color: rgb(76,56,77); }
td.TdClassName
{
border-color: #4C384D;
}
.TagClassName
{
border-color: #4C384D;
}
</style>