Shades of Bossanova #4A374B
Tints of Bossanova #4A374B
RGB
CMYK
RGB Variations
Color information
#4A374B (or 0x4A374B) is known color: Bossanova. HEX triplet: 4A, 37 and 4B. RGB value is (74,55,75). Sum of RGB (Red+Green+Blue) = 74+55+75=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A374B is #B5C8B4. Grayscale: #3E3E3E. Windows color (decimal): -11913397 or 4929354. OLE color: 4929354.
HSL color Cylindrical-coordinate representation of color #4A374B: hue angle of 297º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A374B is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 55 | 75 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.71 |
| HSL | 297º | 0.15% | 0.25% | - |
| HSV(B) | 297º | 0.27% | 0.29% | - |
| XYZ | 5.46 | 4.7 | 7.28 | - |
| YUV | 62.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 75 | 0.01 | 0.27 | 0 | 0.71 | 297 | 0.15 | 0.25 |
| Hex | 4A | 37 | 4B | 1 | 1B | 0 | 47 | 129 | F | 19 |
| Octal | 112 | 67 | 113 | 1 | 33 | 0 | 107 | 451 | 17 | 31 |
| Binary | 1001010 | 110111 | 1001011 | 1 | 11011 | 0 | 1000111 | 100101001 | 1111 | 11001 |
Color Harmonies of #4A374B
Complementary color
Monochromatic Colors of #4A374B
Black with #4A374B
Text Example
Text Example
White with #4A374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A374B; }
p { color: rgb(74,55,75); }
H1.HeaderClassName
{
color: #4A374B;
}
.AnyTagClassName
{
color: #4A374B;
}
</style>
background-color css
<style>
a { background-color: #4A374B; }
a { background-color: rgb(74,55,75); }
div.DivClassName
{
background-color: #4A374B;
}
.BgClassName
{
background-color: #4A374B;
}
</style>
border-color css
<style>
span { border-color: #4A374B; }
span { border-color: rgb(74,55,75); }
td.TdClassName
{
border-color: #4A374B;
}
.TagClassName
{
border-color: #4A374B;
}
</style>