Shades of Bossanova #4A354B
Tints of Bossanova #4A354B
RGB
CMYK
RGB Variations
Color information
#4A354B (or 0x4A354B) is known color: Bossanova. HEX triplet: 4A, 35 and 4B. RGB value is (74,53,75). Sum of RGB (Red+Green+Blue) = 74+53+75=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A354B is #B5CAB4. Grayscale: #3D3D3D. Windows color (decimal): -11913909 or 4928842. OLE color: 4928842.
HSL color Cylindrical-coordinate representation of color #4A354B: hue angle of 297.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A354B is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 75 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.71 |
| HSL | 297.27º | 0.17% | 0.25% | - |
| HSV(B) | 297.27º | 0.29% | 0.29% | - |
| XYZ | 5.37 | 4.51 | 7.24 | - |
| YUV | 61.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 75 | 0.01 | 0.29 | 0 | 0.71 | 297.27 | 0.17 | 0.25 |
| Hex | 4A | 35 | 4B | 1 | 1D | 0 | 47 | 129 | 11 | 19 |
| Octal | 112 | 65 | 113 | 1 | 35 | 0 | 107 | 451 | 21 | 31 |
| Binary | 1001010 | 110101 | 1001011 | 1 | 11101 | 0 | 1000111 | 100101001 | 10001 | 11001 |
Color Harmonies of #4A354B
Complementary color
Monochromatic Colors of #4A354B
Black with #4A354B
Text Example
Text Example
White with #4A354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A354B; }
p { color: rgb(74,53,75); }
H1.HeaderClassName
{
color: #4A354B;
}
.AnyTagClassName
{
color: #4A354B;
}
</style>
background-color css
<style>
a { background-color: #4A354B; }
a { background-color: rgb(74,53,75); }
div.DivClassName
{
background-color: #4A354B;
}
.BgClassName
{
background-color: #4A354B;
}
</style>
border-color css
<style>
span { border-color: #4A354B; }
span { border-color: rgb(74,53,75); }
td.TdClassName
{
border-color: #4A354B;
}
.TagClassName
{
border-color: #4A354B;
}
</style>