Shades of Bossanova #4B454D
Tints of Bossanova #4B454D
RGB
CMYK
RGB Variations
Color information
#4B454D (or 0x4B454D) is known color: Bossanova. HEX triplet: 4B, 45 and 4D. RGB value is (75,69,77). Sum of RGB (Red+Green+Blue) = 75+69+77=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B454D is #B4BAB2. Grayscale: #474747. Windows color (decimal): -11844275 or 5064011. OLE color: 5064011.
HSL color Cylindrical-coordinate representation of color #4B454D: hue angle of 285º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B454D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 69 | 77 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.70 |
| HSL | 285º | 0.05% | 0.29% | - |
| HSV(B) | 285º | 0.1% | 0.3% | - |
| XYZ | 6.37 | 6.29 | 7.9 | - |
| YUV | 71.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 77 | 0.03 | 0.10 | 0 | 0.70 | 285 | 0.05 | 0.29 |
| Hex | 4B | 45 | 4D | 3 | A | 0 | 46 | 11D | 5 | 1D |
| Octal | 113 | 105 | 115 | 3 | 12 | 0 | 106 | 435 | 5 | 35 |
| Binary | 1001011 | 1000101 | 1001101 | 11 | 1010 | 0 | 1000110 | 100011101 | 101 | 11101 |
Color Harmonies of #4B454D
Complementary color
Monochromatic Colors of #4B454D
Black with #4B454D
Text Example
Text Example
White with #4B454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B454D; }
p { color: rgb(75,69,77); }
H1.HeaderClassName
{
color: #4B454D;
}
.AnyTagClassName
{
color: #4B454D;
}
</style>
background-color css
<style>
a { background-color: #4B454D; }
a { background-color: rgb(75,69,77); }
div.DivClassName
{
background-color: #4B454D;
}
.BgClassName
{
background-color: #4B454D;
}
</style>
border-color css
<style>
span { border-color: #4B454D; }
span { border-color: rgb(75,69,77); }
td.TdClassName
{
border-color: #4B454D;
}
.TagClassName
{
border-color: #4B454D;
}
</style>