Shades of Bossanova #4C384E
Tints of Bossanova #4C384E
RGB
CMYK
RGB Variations
Color information
#4C384E (or 0x4C384E) is known color: Bossanova. HEX triplet: 4C, 38 and 4E. RGB value is (76,56,78). Sum of RGB (Red+Green+Blue) = 76+56+78=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 56 (22.27% from 255 or 26.67% 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 #4C384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C384E is #B3C7B1. Grayscale: #404040. Windows color (decimal): -11782066 or 5126220. OLE color: 5126220.
HSL color Cylindrical-coordinate representation of color #4C384E: hue angle of 294.55º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C384E is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 56 | 78 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.69 |
| HSL | 294.55º | 0.16% | 0.26% | - |
| HSV(B) | 294.55º | 0.28% | 0.31% | - |
| XYZ | 5.77 | 4.91 | 7.85 | - |
| YUV | 64.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 78 | 0.03 | 0.28 | 0 | 0.69 | 294.55 | 0.16 | 0.26 |
| Hex | 4C | 38 | 4E | 3 | 1C | 0 | 45 | 127 | 10 | 1A |
| Octal | 114 | 70 | 116 | 3 | 34 | 0 | 105 | 447 | 20 | 32 |
| Binary | 1001100 | 111000 | 1001110 | 11 | 11100 | 0 | 1000101 | 100100111 | 10000 | 11010 |
Color Harmonies of #4C384E
Complementary color
Monochromatic Colors of #4C384E
Black with #4C384E
Text Example
Text Example
White with #4C384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C384E; }
p { color: rgb(76,56,78); }
H1.HeaderClassName
{
color: #4C384E;
}
.AnyTagClassName
{
color: #4C384E;
}
</style>
background-color css
<style>
a { background-color: #4C384E; }
a { background-color: rgb(76,56,78); }
div.DivClassName
{
background-color: #4C384E;
}
.BgClassName
{
background-color: #4C384E;
}
</style>
border-color css
<style>
span { border-color: #4C384E; }
span { border-color: rgb(76,56,78); }
td.TdClassName
{
border-color: #4C384E;
}
.TagClassName
{
border-color: #4C384E;
}
</style>