Shades of Bossanova #4A424C
Tints of Bossanova #4A424C
RGB
CMYK
RGB Variations
Color information
#4A424C (or 0x4A424C) is known color: Bossanova. HEX triplet: 4A, 42 and 4C. RGB value is (74,66,76). Sum of RGB (Red+Green+Blue) = 74+66+76=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A424C is #B5BDB3. Grayscale: #454545. Windows color (decimal): -11910580 or 4997706. OLE color: 4997706.
HSL color Cylindrical-coordinate representation of color #4A424C: hue angle of 288º 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 #4A424C is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 66 | 76 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.70 |
| HSL | 288º | 0.07% | 0.28% | - |
| HSV(B) | 288º | 0.13% | 0.3% | - |
| XYZ | 6.08 | 5.87 | 7.65 | - |
| YUV | 69.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 76 | 0.03 | 0.13 | 0 | 0.70 | 288 | 0.07 | 0.28 |
| Hex | 4A | 42 | 4C | 3 | D | 0 | 46 | 120 | 7 | 1C |
| Octal | 112 | 102 | 114 | 3 | 15 | 0 | 106 | 440 | 7 | 34 |
| Binary | 1001010 | 1000010 | 1001100 | 11 | 1101 | 0 | 1000110 | 100100000 | 111 | 11100 |
Color Harmonies of #4A424C
Complementary color
Monochromatic Colors of #4A424C
Black with #4A424C
Text Example
Text Example
White with #4A424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A424C; }
p { color: rgb(74,66,76); }
H1.HeaderClassName
{
color: #4A424C;
}
.AnyTagClassName
{
color: #4A424C;
}
</style>
background-color css
<style>
a { background-color: #4A424C; }
a { background-color: rgb(74,66,76); }
div.DivClassName
{
background-color: #4A424C;
}
.BgClassName
{
background-color: #4A424C;
}
</style>
border-color css
<style>
span { border-color: #4A424C; }
span { border-color: rgb(74,66,76); }
td.TdClassName
{
border-color: #4A424C;
}
.TagClassName
{
border-color: #4A424C;
}
</style>