Shades of Bossanova #4A354C
Tints of Bossanova #4A354C
RGB
CMYK
RGB Variations
Color information
#4A354C (or 0x4A354C) is known color: Bossanova. HEX triplet: 4A, 35 and 4C. RGB value is (74,53,76). Sum of RGB (Red+Green+Blue) = 74+53+76=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A354C is #B5CAB3. Grayscale: #3D3D3D. Windows color (decimal): -11913908 or 4994378. OLE color: 4994378.
HSL color Cylindrical-coordinate representation of color #4A354C: hue angle of 294.78º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A354C is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 53 | 76 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.70 |
| HSL | 294.78º | 0.18% | 0.25% | - |
| HSV(B) | 294.78º | 0.3% | 0.3% | - |
| XYZ | 5.4 | 4.52 | 7.43 | - |
| YUV | 61.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 76 | 0.03 | 0.30 | 0 | 0.70 | 294.78 | 0.18 | 0.25 |
| Hex | 4A | 35 | 4C | 3 | 1E | 0 | 46 | 127 | 12 | 19 |
| Octal | 112 | 65 | 114 | 3 | 36 | 0 | 106 | 447 | 22 | 31 |
| Binary | 1001010 | 110101 | 1001100 | 11 | 11110 | 0 | 1000110 | 100100111 | 10010 | 11001 |
Color Harmonies of #4A354C
Complementary color
Monochromatic Colors of #4A354C
Black with #4A354C
Text Example
Text Example
White with #4A354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A354C; }
p { color: rgb(74,53,76); }
H1.HeaderClassName
{
color: #4A354C;
}
.AnyTagClassName
{
color: #4A354C;
}
</style>
background-color css
<style>
a { background-color: #4A354C; }
a { background-color: rgb(74,53,76); }
div.DivClassName
{
background-color: #4A354C;
}
.BgClassName
{
background-color: #4A354C;
}
</style>
border-color css
<style>
span { border-color: #4A354C; }
span { border-color: rgb(74,53,76); }
td.TdClassName
{
border-color: #4A354C;
}
.TagClassName
{
border-color: #4A354C;
}
</style>