Shades of Bossanova #4B4250
Tints of Bossanova #4B4250
RGB
CMYK
RGB Variations
Color information
#4B4250 (or 0x4B4250) is known color: Bossanova. HEX triplet: 4B, 42 and 50. RGB value is (75,66,80). Sum of RGB (Red+Green+Blue) = 75+66+80=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4250 is #B4BDAF. Grayscale: #464646. Windows color (decimal): -11845040 or 5259851. OLE color: 5259851.
HSL color Cylindrical-coordinate representation of color #4B4250: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B4250 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 66 | 80 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.69 |
| HSL | 278.57º | 0.1% | 0.29% | - |
| HSV(B) | 278.57º | 0.18% | 0.31% | - |
| XYZ | 6.3 | 5.97 | 8.41 | - |
| YUV | 70.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 80 | 0.06 | 0.17 | 0 | 0.69 | 278.57 | 0.1 | 0.29 |
| Hex | 4B | 42 | 50 | 6 | 11 | 0 | 45 | 117 | A | 1D |
| Octal | 113 | 102 | 120 | 6 | 21 | 0 | 105 | 427 | 12 | 35 |
| Binary | 1001011 | 1000010 | 1010000 | 110 | 10001 | 0 | 1000101 | 100010111 | 1010 | 11101 |
Color Harmonies of #4B4250
Complementary color
Monochromatic Colors of #4B4250
Black with #4B4250
Text Example
Text Example
White with #4B4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4250; }
p { color: rgb(75,66,80); }
H1.HeaderClassName
{
color: #4B4250;
}
.AnyTagClassName
{
color: #4B4250;
}
</style>
background-color css
<style>
a { background-color: #4B4250; }
a { background-color: rgb(75,66,80); }
div.DivClassName
{
background-color: #4B4250;
}
.BgClassName
{
background-color: #4B4250;
}
</style>
border-color css
<style>
span { border-color: #4B4250; }
span { border-color: rgb(75,66,80); }
td.TdClassName
{
border-color: #4B4250;
}
.TagClassName
{
border-color: #4B4250;
}
</style>