Shades of Bossanova #4B454F
Tints of Bossanova #4B454F
RGB
CMYK
RGB Variations
Color information
#4B454F (or 0x4B454F) is known color: Bossanova. HEX triplet: 4B, 45 and 4F. RGB value is (75,69,79). Sum of RGB (Red+Green+Blue) = 75+69+79=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B454F is #B4BAB0. Grayscale: #474747. Windows color (decimal): -11844273 or 5195083. OLE color: 5195083.
HSL color Cylindrical-coordinate representation of color #4B454F: hue angle of 276º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B454F is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 69 | 79 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.69 |
| HSL | 276º | 0.07% | 0.29% | - |
| HSV(B) | 276º | 0.13% | 0.31% | - |
| XYZ | 6.44 | 6.32 | 8.28 | - |
| YUV | 71.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 79 | 0.05 | 0.13 | 0 | 0.69 | 276 | 0.07 | 0.29 |
| Hex | 4B | 45 | 4F | 5 | D | 0 | 45 | 114 | 7 | 1D |
| Octal | 113 | 105 | 117 | 5 | 15 | 0 | 105 | 424 | 7 | 35 |
| Binary | 1001011 | 1000101 | 1001111 | 101 | 1101 | 0 | 1000101 | 100010100 | 111 | 11101 |
Color Harmonies of #4B454F
Complementary color
Monochromatic Colors of #4B454F
Black with #4B454F
Text Example
Text Example
White with #4B454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B454F; }
p { color: rgb(75,69,79); }
H1.HeaderClassName
{
color: #4B454F;
}
.AnyTagClassName
{
color: #4B454F;
}
</style>
background-color css
<style>
a { background-color: #4B454F; }
a { background-color: rgb(75,69,79); }
div.DivClassName
{
background-color: #4B454F;
}
.BgClassName
{
background-color: #4B454F;
}
</style>
border-color css
<style>
span { border-color: #4B454F; }
span { border-color: rgb(75,69,79); }
td.TdClassName
{
border-color: #4B454F;
}
.TagClassName
{
border-color: #4B454F;
}
</style>