Shades of Bossanova #4A3E4D
Tints of Bossanova #4A3E4D
RGB
CMYK
RGB Variations
Color information
#4A3E4D (or 0x4A3E4D) is known color: Bossanova. HEX triplet: 4A, 3E and 4D. RGB value is (74,62,77). Sum of RGB (Red+Green+Blue) = 74+62+77=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A3E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E4D is #B5C1B2. Grayscale: #434343. Windows color (decimal): -11911603 or 5062218. OLE color: 5062218.
HSL color Cylindrical-coordinate representation of color #4A3E4D: hue angle of 288º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A3E4D is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 62 | 77 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.70 |
| HSL | 288º | 0.11% | 0.27% | - |
| HSV(B) | 288º | 0.19% | 0.3% | - |
| XYZ | 5.89 | 5.44 | 7.76 | - |
| YUV | 67.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 77 | 0.04 | 0.19 | 0 | 0.70 | 288 | 0.11 | 0.27 |
| Hex | 4A | 3E | 4D | 4 | 13 | 0 | 46 | 120 | B | 1B |
| Octal | 112 | 76 | 115 | 4 | 23 | 0 | 106 | 440 | 13 | 33 |
| Binary | 1001010 | 111110 | 1001101 | 100 | 10011 | 0 | 1000110 | 100100000 | 1011 | 11011 |
Color Harmonies of #4A3E4D
Complementary color
Monochromatic Colors of #4A3E4D
Black with #4A3E4D
Text Example
Text Example
White with #4A3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E4D; }
p { color: rgb(74,62,77); }
H1.HeaderClassName
{
color: #4A3E4D;
}
.AnyTagClassName
{
color: #4A3E4D;
}
</style>
background-color css
<style>
a { background-color: #4A3E4D; }
a { background-color: rgb(74,62,77); }
div.DivClassName
{
background-color: #4A3E4D;
}
.BgClassName
{
background-color: #4A3E4D;
}
</style>
border-color css
<style>
span { border-color: #4A3E4D; }
span { border-color: rgb(74,62,77); }
td.TdClassName
{
border-color: #4A3E4D;
}
.TagClassName
{
border-color: #4A3E4D;
}
</style>