Shades of Bossanova #4B434C
Tints of Bossanova #4B434C
RGB
CMYK
RGB Variations
Color information
#4B434C (or 0x4B434C) is known color: Bossanova. HEX triplet: 4B, 43 and 4C. RGB value is (75,67,76). Sum of RGB (Red+Green+Blue) = 75+67+76=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B434C is #B4BCB3. Grayscale: #464646. Windows color (decimal): -11844788 or 4997963. OLE color: 4997963.
HSL color Cylindrical-coordinate representation of color #4B434C: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B434C is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 67 | 76 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.70 |
| HSL | 293.33º | 0.06% | 0.28% | - |
| HSV(B) | 293.33º | 0.12% | 0.3% | - |
| XYZ | 6.21 | 6.03 | 7.67 | - |
| YUV | 70.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 76 | 0.01 | 0.12 | 0 | 0.70 | 293.33 | 0.06 | 0.28 |
| Hex | 4B | 43 | 4C | 1 | C | 0 | 46 | 125 | 6 | 1C |
| Octal | 113 | 103 | 114 | 1 | 14 | 0 | 106 | 445 | 6 | 34 |
| Binary | 1001011 | 1000011 | 1001100 | 1 | 1100 | 0 | 1000110 | 100100101 | 110 | 11100 |
Color Harmonies of #4B434C
Complementary color
Monochromatic Colors of #4B434C
Black with #4B434C
Text Example
Text Example
White with #4B434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B434C; }
p { color: rgb(75,67,76); }
H1.HeaderClassName
{
color: #4B434C;
}
.AnyTagClassName
{
color: #4B434C;
}
</style>
background-color css
<style>
a { background-color: #4B434C; }
a { background-color: rgb(75,67,76); }
div.DivClassName
{
background-color: #4B434C;
}
.BgClassName
{
background-color: #4B434C;
}
</style>
border-color css
<style>
span { border-color: #4B434C; }
span { border-color: rgb(75,67,76); }
td.TdClassName
{
border-color: #4B434C;
}
.TagClassName
{
border-color: #4B434C;
}
</style>