Shades of Bossanova #453448
Tints of Bossanova #453448
RGB
CMYK
RGB Variations
Color information
#453448 (or 0x453448) is known color: Bossanova. HEX triplet: 45, 34 and 48. RGB value is (69,52,72). Sum of RGB (Red+Green+Blue) = 69+52+72=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #453448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453448 is #BACBB7. Grayscale: #3B3B3B. Windows color (decimal): -12241848 or 4731973. OLE color: 4731973.
HSL color Cylindrical-coordinate representation of color #453448: hue angle of 291º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #453448 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 52 | 72 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.72 |
| HSL | 291º | 0.16% | 0.24% | - |
| HSV(B) | 291º | 0.28% | 0.28% | - |
| XYZ | 4.85 | 4.19 | 6.68 | - |
| YUV | 59.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 72 | 0.04 | 0.28 | 0 | 0.72 | 291 | 0.16 | 0.24 |
| Hex | 45 | 34 | 48 | 4 | 1C | 0 | 48 | 123 | 10 | 18 |
| Octal | 105 | 64 | 110 | 4 | 34 | 0 | 110 | 443 | 20 | 30 |
| Binary | 1000101 | 110100 | 1001000 | 100 | 11100 | 0 | 1001000 | 100100011 | 10000 | 11000 |
Color Harmonies of #453448
Complementary color
Monochromatic Colors of #453448
Black with #453448
Text Example
Text Example
White with #453448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453448; }
p { color: rgb(69,52,72); }
H1.HeaderClassName
{
color: #453448;
}
.AnyTagClassName
{
color: #453448;
}
</style>
background-color css
<style>
a { background-color: #453448; }
a { background-color: rgb(69,52,72); }
div.DivClassName
{
background-color: #453448;
}
.BgClassName
{
background-color: #453448;
}
</style>
border-color css
<style>
span { border-color: #453448; }
span { border-color: rgb(69,52,72); }
td.TdClassName
{
border-color: #453448;
}
.TagClassName
{
border-color: #453448;
}
</style>