Shades of Bossanova #4C4450
Tints of Bossanova #4C4450
RGB
CMYK
RGB Variations
Color information
#4C4450 (or 0x4C4450) is known color: Bossanova. HEX triplet: 4C, 44 and 50. RGB value is (76,68,80). Sum of RGB (Red+Green+Blue) = 76+68+80=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4450 is #B3BBAF. Grayscale: #474747. Windows color (decimal): -11778992 or 5260364. OLE color: 5260364.
HSL color Cylindrical-coordinate representation of color #4C4450: hue angle of 280º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C4450 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 68 | 80 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.69 |
| HSL | 280º | 0.08% | 0.29% | - |
| HSV(B) | 280º | 0.15% | 0.31% | - |
| XYZ | 6.5 | 6.25 | 8.45 | - |
| YUV | 71.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 80 | 0.05 | 0.15 | 0 | 0.69 | 280 | 0.08 | 0.29 |
| Hex | 4C | 44 | 50 | 5 | F | 0 | 45 | 118 | 8 | 1D |
| Octal | 114 | 104 | 120 | 5 | 17 | 0 | 105 | 430 | 10 | 35 |
| Binary | 1001100 | 1000100 | 1010000 | 101 | 1111 | 0 | 1000101 | 100011000 | 1000 | 11101 |
Color Harmonies of #4C4450
Complementary color
Monochromatic Colors of #4C4450
Black with #4C4450
Text Example
Text Example
White with #4C4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4450; }
p { color: rgb(76,68,80); }
H1.HeaderClassName
{
color: #4C4450;
}
.AnyTagClassName
{
color: #4C4450;
}
</style>
background-color css
<style>
a { background-color: #4C4450; }
a { background-color: rgb(76,68,80); }
div.DivClassName
{
background-color: #4C4450;
}
.BgClassName
{
background-color: #4C4450;
}
</style>
border-color css
<style>
span { border-color: #4C4450; }
span { border-color: rgb(76,68,80); }
td.TdClassName
{
border-color: #4C4450;
}
.TagClassName
{
border-color: #4C4450;
}
</style>