Shades of Bossanova #453349
Tints of Bossanova #453349
RGB
CMYK
RGB Variations
Color information
#453349 (or 0x453349) is known color: Bossanova. HEX triplet: 45, 33 and 49. RGB value is (69,51,73). Sum of RGB (Red+Green+Blue) = 69+51+73=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #453349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453349 is #BACCB6. Grayscale: #3A3A3A. Windows color (decimal): -12242103 or 4797253. OLE color: 4797253.
HSL color Cylindrical-coordinate representation of color #453349: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453349 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 51 | 73 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.71 |
| HSL | 289.09º | 0.18% | 0.24% | - |
| HSV(B) | 289.09º | 0.3% | 0.29% | - |
| XYZ | 4.84 | 4.11 | 6.84 | - |
| YUV | 58.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 73 | 0.05 | 0.30 | 0 | 0.71 | 289.09 | 0.18 | 0.24 |
| Hex | 45 | 33 | 49 | 5 | 1E | 0 | 47 | 121 | 12 | 18 |
| Octal | 105 | 63 | 111 | 5 | 36 | 0 | 107 | 441 | 22 | 30 |
| Binary | 1000101 | 110011 | 1001001 | 101 | 11110 | 0 | 1000111 | 100100001 | 10010 | 11000 |
Color Harmonies of #453349
Complementary color
Monochromatic Colors of #453349
Black with #453349
Text Example
Text Example
White with #453349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453349; }
p { color: rgb(69,51,73); }
H1.HeaderClassName
{
color: #453349;
}
.AnyTagClassName
{
color: #453349;
}
</style>
background-color css
<style>
a { background-color: #453349; }
a { background-color: rgb(69,51,73); }
div.DivClassName
{
background-color: #453349;
}
.BgClassName
{
background-color: #453349;
}
</style>
border-color css
<style>
span { border-color: #453349; }
span { border-color: rgb(69,51,73); }
td.TdClassName
{
border-color: #453349;
}
.TagClassName
{
border-color: #453349;
}
</style>