Shades of Bossanova #4C444E
Tints of Bossanova #4C444E
RGB
CMYK
RGB Variations
Color information
#4C444E (or 0x4C444E) is known color: Bossanova. HEX triplet: 4C, 44 and 4E. RGB value is (76,68,78). Sum of RGB (Red+Green+Blue) = 76+68+78=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C444E is #B3BBB1. Grayscale: #474747. Windows color (decimal): -11778994 or 5129292. OLE color: 5129292.
HSL color Cylindrical-coordinate representation of color #4C444E: hue angle of 288º 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 #4C444E is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 68 | 78 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.69 |
| HSL | 288º | 0.07% | 0.29% | - |
| HSV(B) | 288º | 0.13% | 0.31% | - |
| XYZ | 6.42 | 6.22 | 8.07 | - |
| YUV | 71.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 78 | 0.03 | 0.13 | 0 | 0.69 | 288 | 0.07 | 0.29 |
| Hex | 4C | 44 | 4E | 3 | D | 0 | 45 | 120 | 7 | 1D |
| Octal | 114 | 104 | 116 | 3 | 15 | 0 | 105 | 440 | 7 | 35 |
| Binary | 1001100 | 1000100 | 1001110 | 11 | 1101 | 0 | 1000101 | 100100000 | 111 | 11101 |
Color Harmonies of #4C444E
Complementary color
Monochromatic Colors of #4C444E
Black with #4C444E
Text Example
Text Example
White with #4C444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C444E; }
p { color: rgb(76,68,78); }
H1.HeaderClassName
{
color: #4C444E;
}
.AnyTagClassName
{
color: #4C444E;
}
</style>
background-color css
<style>
a { background-color: #4C444E; }
a { background-color: rgb(76,68,78); }
div.DivClassName
{
background-color: #4C444E;
}
.BgClassName
{
background-color: #4C444E;
}
</style>
border-color css
<style>
span { border-color: #4C444E; }
span { border-color: rgb(76,68,78); }
td.TdClassName
{
border-color: #4C444E;
}
.TagClassName
{
border-color: #4C444E;
}
</style>