Shades of Bossanova #4C3E50
Tints of Bossanova #4C3E50
RGB
CMYK
RGB Variations
Color information
#4C3E50 (or 0x4C3E50) is known color: Bossanova. HEX triplet: 4C, 3E and 50. RGB value is (76,62,80). Sum of RGB (Red+Green+Blue) = 76+62+80=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C3E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E50 is #B3C1AF. Grayscale: #444444. Windows color (decimal): -11780528 or 5258828. OLE color: 5258828.
HSL color Cylindrical-coordinate representation of color #4C3E50: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C3E50 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 62 | 80 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.69 |
| HSL | 286.67º | 0.13% | 0.28% | - |
| HSV(B) | 286.67º | 0.23% | 0.31% | - |
| XYZ | 6.15 | 5.56 | 8.34 | - |
| YUV | 68.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 80 | 0.05 | 0.22 | 0 | 0.69 | 286.67 | 0.13 | 0.28 |
| Hex | 4C | 3E | 50 | 5 | 16 | 0 | 45 | 11F | D | 1C |
| Octal | 114 | 76 | 120 | 5 | 26 | 0 | 105 | 437 | 15 | 34 |
| Binary | 1001100 | 111110 | 1010000 | 101 | 10110 | 0 | 1000101 | 100011111 | 1101 | 11100 |
Color Harmonies of #4C3E50
Complementary color
Monochromatic Colors of #4C3E50
Black with #4C3E50
Text Example
Text Example
White with #4C3E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E50; }
p { color: rgb(76,62,80); }
H1.HeaderClassName
{
color: #4C3E50;
}
.AnyTagClassName
{
color: #4C3E50;
}
</style>
background-color css
<style>
a { background-color: #4C3E50; }
a { background-color: rgb(76,62,80); }
div.DivClassName
{
background-color: #4C3E50;
}
.BgClassName
{
background-color: #4C3E50;
}
</style>
border-color css
<style>
span { border-color: #4C3E50; }
span { border-color: rgb(76,62,80); }
td.TdClassName
{
border-color: #4C3E50;
}
.TagClassName
{
border-color: #4C3E50;
}
</style>