Shades of Bossanova #4A414B
Tints of Bossanova #4A414B
RGB
CMYK
RGB Variations
Color information
#4A414B (or 0x4A414B) is known color: Bossanova. HEX triplet: 4A, 41 and 4B. RGB value is (74,65,75). Sum of RGB (Red+Green+Blue) = 74+65+75=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A414B is #B5BEB4. Grayscale: #444444. Windows color (decimal): -11910837 or 4931914. OLE color: 4931914.
HSL color Cylindrical-coordinate representation of color #4A414B: hue angle of 294º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A414B is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 75 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.71 |
| HSL | 294º | 0.07% | 0.27% | - |
| HSV(B) | 294º | 0.13% | 0.29% | - |
| XYZ | 5.98 | 5.74 | 7.45 | - |
| YUV | 68.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 75 | 0.01 | 0.13 | 0 | 0.71 | 294 | 0.07 | 0.27 |
| Hex | 4A | 41 | 4B | 1 | D | 0 | 47 | 126 | 7 | 1B |
| Octal | 112 | 101 | 113 | 1 | 15 | 0 | 107 | 446 | 7 | 33 |
| Binary | 1001010 | 1000001 | 1001011 | 1 | 1101 | 0 | 1000111 | 100100110 | 111 | 11011 |
Color Harmonies of #4A414B
Complementary color
Monochromatic Colors of #4A414B
Black with #4A414B
Text Example
Text Example
White with #4A414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A414B; }
p { color: rgb(74,65,75); }
H1.HeaderClassName
{
color: #4A414B;
}
.AnyTagClassName
{
color: #4A414B;
}
</style>
background-color css
<style>
a { background-color: #4A414B; }
a { background-color: rgb(74,65,75); }
div.DivClassName
{
background-color: #4A414B;
}
.BgClassName
{
background-color: #4A414B;
}
</style>
border-color css
<style>
span { border-color: #4A414B; }
span { border-color: rgb(74,65,75); }
td.TdClassName
{
border-color: #4A414B;
}
.TagClassName
{
border-color: #4A414B;
}
</style>