Shades of Bossanova #4F3D54
Tints of Bossanova #4F3D54
RGB
CMYK
RGB Variations
Color information
#4F3D54 (or 0x4F3D54) is known color: Bossanova. HEX triplet: 4F, 3D and 54. RGB value is (79,61,84). Sum of RGB (Red+Green+Blue) = 79+61+84=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F3D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3D54 is #B0C2AB. Grayscale: #444444. Windows color (decimal): -11584172 or 5520719. OLE color: 5520719.
HSL color Cylindrical-coordinate representation of color #4F3D54: hue angle of 286.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F3D54 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 61 | 84 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.67 |
| HSL | 286.96º | 0.16% | 0.28% | - |
| HSV(B) | 286.96º | 0.27% | 0.33% | - |
| XYZ | 6.49 | 5.64 | 9.13 | - |
| YUV | 69 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 84 | 0.06 | 0.27 | 0 | 0.67 | 286.96 | 0.16 | 0.28 |
| Hex | 4F | 3D | 54 | 6 | 1B | 0 | 43 | 11F | 10 | 1C |
| Octal | 117 | 75 | 124 | 6 | 33 | 0 | 103 | 437 | 20 | 34 |
| Binary | 1001111 | 111101 | 1010100 | 110 | 11011 | 0 | 1000011 | 100011111 | 10000 | 11100 |
Color Harmonies of #4F3D54
Complementary color
Monochromatic Colors of #4F3D54
Black with #4F3D54
Text Example
Text Example
White with #4F3D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D54; }
p { color: rgb(79,61,84); }
H1.HeaderClassName
{
color: #4F3D54;
}
.AnyTagClassName
{
color: #4F3D54;
}
</style>
background-color css
<style>
a { background-color: #4F3D54; }
a { background-color: rgb(79,61,84); }
div.DivClassName
{
background-color: #4F3D54;
}
.BgClassName
{
background-color: #4F3D54;
}
</style>
border-color css
<style>
span { border-color: #4F3D54; }
span { border-color: rgb(79,61,84); }
td.TdClassName
{
border-color: #4F3D54;
}
.TagClassName
{
border-color: #4F3D54;
}
</style>