Shades of Bossanova #4C434D
Tints of Bossanova #4C434D
RGB
CMYK
RGB Variations
Color information
#4C434D (or 0x4C434D) is known color: Bossanova. HEX triplet: 4C, 43 and 4D. RGB value is (76,67,77). Sum of RGB (Red+Green+Blue) = 76+67+77=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C434D is #B3BCB2. Grayscale: #464646. Windows color (decimal): -11779251 or 5063500. OLE color: 5063500.
HSL color Cylindrical-coordinate representation of color #4C434D: hue angle of 294º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C434D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 77 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.70 |
| HSL | 294º | 0.07% | 0.28% | - |
| HSV(B) | 294º | 0.13% | 0.3% | - |
| XYZ | 6.33 | 6.09 | 7.86 | - |
| YUV | 70.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 77 | 0.01 | 0.13 | 0 | 0.70 | 294 | 0.07 | 0.28 |
| Hex | 4C | 43 | 4D | 1 | D | 0 | 46 | 126 | 7 | 1C |
| Octal | 114 | 103 | 115 | 1 | 15 | 0 | 106 | 446 | 7 | 34 |
| Binary | 1001100 | 1000011 | 1001101 | 1 | 1101 | 0 | 1000110 | 100100110 | 111 | 11100 |
Color Harmonies of #4C434D
Complementary color
Monochromatic Colors of #4C434D
Black with #4C434D
Text Example
Text Example
White with #4C434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C434D; }
p { color: rgb(76,67,77); }
H1.HeaderClassName
{
color: #4C434D;
}
.AnyTagClassName
{
color: #4C434D;
}
</style>
background-color css
<style>
a { background-color: #4C434D; }
a { background-color: rgb(76,67,77); }
div.DivClassName
{
background-color: #4C434D;
}
.BgClassName
{
background-color: #4C434D;
}
</style>
border-color css
<style>
span { border-color: #4C434D; }
span { border-color: rgb(76,67,77); }
td.TdClassName
{
border-color: #4C434D;
}
.TagClassName
{
border-color: #4C434D;
}
</style>