Shades of Bossanova #4D4250
Tints of Bossanova #4D4250
RGB
CMYK
RGB Variations
Color information
#4D4250 (or 0x4D4250) is known color: Bossanova. HEX triplet: 4D, 42 and 50. RGB value is (77,66,80). Sum of RGB (Red+Green+Blue) = 77+66+80=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4250 is #B2BDAF. Grayscale: #464646. Windows color (decimal): -11713968 or 5259853. OLE color: 5259853.
HSL color Cylindrical-coordinate representation of color #4D4250: hue angle of 287.14º 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 #4D4250 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 66 | 80 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.69 |
| HSL | 287.14º | 0.1% | 0.29% | - |
| HSV(B) | 287.14º | 0.18% | 0.31% | - |
| XYZ | 6.46 | 6.05 | 8.42 | - |
| YUV | 70.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 80 | 0.04 | 0.17 | 0 | 0.69 | 287.14 | 0.1 | 0.29 |
| Hex | 4D | 42 | 50 | 4 | 11 | 0 | 45 | 11F | A | 1D |
| Octal | 115 | 102 | 120 | 4 | 21 | 0 | 105 | 437 | 12 | 35 |
| Binary | 1001101 | 1000010 | 1010000 | 100 | 10001 | 0 | 1000101 | 100011111 | 1010 | 11101 |
Color Harmonies of #4D4250
Complementary color
Monochromatic Colors of #4D4250
Black with #4D4250
Text Example
Text Example
White with #4D4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4250; }
p { color: rgb(77,66,80); }
H1.HeaderClassName
{
color: #4D4250;
}
.AnyTagClassName
{
color: #4D4250;
}
</style>
background-color css
<style>
a { background-color: #4D4250; }
a { background-color: rgb(77,66,80); }
div.DivClassName
{
background-color: #4D4250;
}
.BgClassName
{
background-color: #4D4250;
}
</style>
border-color css
<style>
span { border-color: #4D4250; }
span { border-color: rgb(77,66,80); }
td.TdClassName
{
border-color: #4D4250;
}
.TagClassName
{
border-color: #4D4250;
}
</style>