Shades of Bossanova #4C454F
Tints of Bossanova #4C454F
RGB
CMYK
RGB Variations
Color information
#4C454F (or 0x4C454F) is known color: Bossanova. HEX triplet: 4C, 45 and 4F. RGB value is (76,69,79). Sum of RGB (Red+Green+Blue) = 76+69+79=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C454F is #B3BAB0. Grayscale: #484848. Windows color (decimal): -11778737 or 5195084. OLE color: 5195084.
HSL color Cylindrical-coordinate representation of color #4C454F: hue angle of 282º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C454F is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 69 | 79 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.69 |
| HSL | 282º | 0.07% | 0.29% | - |
| HSV(B) | 282º | 0.13% | 0.31% | - |
| XYZ | 6.52 | 6.36 | 8.28 | - |
| YUV | 72.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 79 | 0.04 | 0.13 | 0 | 0.69 | 282 | 0.07 | 0.29 |
| Hex | 4C | 45 | 4F | 4 | D | 0 | 45 | 11A | 7 | 1D |
| Octal | 114 | 105 | 117 | 4 | 15 | 0 | 105 | 432 | 7 | 35 |
| Binary | 1001100 | 1000101 | 1001111 | 100 | 1101 | 0 | 1000101 | 100011010 | 111 | 11101 |
Color Harmonies of #4C454F
Complementary color
Monochromatic Colors of #4C454F
Black with #4C454F
Text Example
Text Example
White with #4C454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C454F; }
p { color: rgb(76,69,79); }
H1.HeaderClassName
{
color: #4C454F;
}
.AnyTagClassName
{
color: #4C454F;
}
</style>
background-color css
<style>
a { background-color: #4C454F; }
a { background-color: rgb(76,69,79); }
div.DivClassName
{
background-color: #4C454F;
}
.BgClassName
{
background-color: #4C454F;
}
</style>
border-color css
<style>
span { border-color: #4C454F; }
span { border-color: rgb(76,69,79); }
td.TdClassName
{
border-color: #4C454F;
}
.TagClassName
{
border-color: #4C454F;
}
</style>