Shades of Bossanova #4A344B
Tints of Bossanova #4A344B
RGB
CMYK
RGB Variations
Color information
#4A344B (or 0x4A344B) is known color: Bossanova. HEX triplet: 4A, 34 and 4B. RGB value is (74,52,75). Sum of RGB (Red+Green+Blue) = 74+52+75=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A344B is #B5CBB4. Grayscale: #3D3D3D. Windows color (decimal): -11914165 or 4928586. OLE color: 4928586.
HSL color Cylindrical-coordinate representation of color #4A344B: hue angle of 297.39º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A344B is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 75 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.71 |
| HSL | 297.39º | 0.18% | 0.25% | - |
| HSV(B) | 297.39º | 0.31% | 0.29% | - |
| XYZ | 5.32 | 4.42 | 7.23 | - |
| YUV | 61.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 75 | 0.01 | 0.31 | 0 | 0.71 | 297.39 | 0.18 | 0.25 |
| Hex | 4A | 34 | 4B | 1 | 1F | 0 | 47 | 129 | 12 | 19 |
| Octal | 112 | 64 | 113 | 1 | 37 | 0 | 107 | 451 | 22 | 31 |
| Binary | 1001010 | 110100 | 1001011 | 1 | 11111 | 0 | 1000111 | 100101001 | 10010 | 11001 |
Color Harmonies of #4A344B
Complementary color
Monochromatic Colors of #4A344B
Black with #4A344B
Text Example
Text Example
White with #4A344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A344B; }
p { color: rgb(74,52,75); }
H1.HeaderClassName
{
color: #4A344B;
}
.AnyTagClassName
{
color: #4A344B;
}
</style>
background-color css
<style>
a { background-color: #4A344B; }
a { background-color: rgb(74,52,75); }
div.DivClassName
{
background-color: #4A344B;
}
.BgClassName
{
background-color: #4A344B;
}
</style>
border-color css
<style>
span { border-color: #4A344B; }
span { border-color: rgb(74,52,75); }
td.TdClassName
{
border-color: #4A344B;
}
.TagClassName
{
border-color: #4A344B;
}
</style>