Shades of Bossanova #4A354D
Tints of Bossanova #4A354D
RGB
CMYK
RGB Variations
Color information
#4A354D (or 0x4A354D) is known color: Bossanova. HEX triplet: 4A, 35 and 4D. RGB value is (74,53,77). Sum of RGB (Red+Green+Blue) = 74+53+77=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A354D is #B5CAB2. Grayscale: #3D3D3D. Windows color (decimal): -11913907 or 5059914. OLE color: 5059914.
HSL color Cylindrical-coordinate representation of color #4A354D: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A354D is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 53 | 77 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.70 |
| HSL | 292.5º | 0.18% | 0.25% | - |
| HSV(B) | 292.5º | 0.31% | 0.3% | - |
| XYZ | 5.44 | 4.54 | 7.61 | - |
| YUV | 62.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 77 | 0.04 | 0.31 | 0 | 0.70 | 292.5 | 0.18 | 0.25 |
| Hex | 4A | 35 | 4D | 4 | 1F | 0 | 46 | 124 | 12 | 19 |
| Octal | 112 | 65 | 115 | 4 | 37 | 0 | 106 | 444 | 22 | 31 |
| Binary | 1001010 | 110101 | 1001101 | 100 | 11111 | 0 | 1000110 | 100100100 | 10010 | 11001 |
Color Harmonies of #4A354D
Complementary color
Monochromatic Colors of #4A354D
Black with #4A354D
Text Example
Text Example
White with #4A354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A354D; }
p { color: rgb(74,53,77); }
H1.HeaderClassName
{
color: #4A354D;
}
.AnyTagClassName
{
color: #4A354D;
}
</style>
background-color css
<style>
a { background-color: #4A354D; }
a { background-color: rgb(74,53,77); }
div.DivClassName
{
background-color: #4A354D;
}
.BgClassName
{
background-color: #4A354D;
}
</style>
border-color css
<style>
span { border-color: #4A354D; }
span { border-color: rgb(74,53,77); }
td.TdClassName
{
border-color: #4A354D;
}
.TagClassName
{
border-color: #4A354D;
}
</style>