Shades of Bossanova #4B424C
Tints of Bossanova #4B424C
RGB
CMYK
RGB Variations
Color information
#4B424C (or 0x4B424C) is known color: Bossanova. HEX triplet: 4B, 42 and 4C. RGB value is (75,66,76). Sum of RGB (Red+Green+Blue) = 75+66+76=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B424C is #B4BDB3. Grayscale: #454545. Windows color (decimal): -11845044 or 4997707. OLE color: 4997707.
HSL color Cylindrical-coordinate representation of color #4B424C: 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 #4B424C is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 66 | 76 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.70 |
| HSL | 294º | 0.07% | 0.28% | - |
| HSV(B) | 294º | 0.13% | 0.3% | - |
| XYZ | 6.15 | 5.91 | 7.65 | - |
| YUV | 69.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 76 | 0.01 | 0.13 | 0 | 0.70 | 294 | 0.07 | 0.28 |
| Hex | 4B | 42 | 4C | 1 | D | 0 | 46 | 126 | 7 | 1C |
| Octal | 113 | 102 | 114 | 1 | 15 | 0 | 106 | 446 | 7 | 34 |
| Binary | 1001011 | 1000010 | 1001100 | 1 | 1101 | 0 | 1000110 | 100100110 | 111 | 11100 |
Color Harmonies of #4B424C
Complementary color
Monochromatic Colors of #4B424C
Black with #4B424C
Text Example
Text Example
White with #4B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B424C; }
p { color: rgb(75,66,76); }
H1.HeaderClassName
{
color: #4B424C;
}
.AnyTagClassName
{
color: #4B424C;
}
</style>
background-color css
<style>
a { background-color: #4B424C; }
a { background-color: rgb(75,66,76); }
div.DivClassName
{
background-color: #4B424C;
}
.BgClassName
{
background-color: #4B424C;
}
</style>
border-color css
<style>
span { border-color: #4B424C; }
span { border-color: rgb(75,66,76); }
td.TdClassName
{
border-color: #4B424C;
}
.TagClassName
{
border-color: #4B424C;
}
</style>