Shades of Bossanova #453E47
Tints of Bossanova #453E47
RGB
CMYK
RGB Variations
Color information
#453E47 (or 0x453E47) is known color: Bossanova. HEX triplet: 45, 3E and 47. RGB value is (69,62,71). Sum of RGB (Red+Green+Blue) = 69+62+71=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #453E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E47 is #BAC1B8. Grayscale: #414141. Windows color (decimal): -12239289 or 4668997. OLE color: 4668997.
HSL color Cylindrical-coordinate representation of color #453E47: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #453E47 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 62 | 71 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.72 |
| HSL | 286.67º | 0.07% | 0.26% | - |
| HSV(B) | 286.67º | 0.13% | 0.28% | - |
| XYZ | 5.31 | 5.17 | 6.68 | - |
| YUV | 65.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 71 | 0.03 | 0.13 | 0 | 0.72 | 286.67 | 0.07 | 0.26 |
| Hex | 45 | 3E | 47 | 3 | D | 0 | 48 | 11F | 7 | 1A |
| Octal | 105 | 76 | 107 | 3 | 15 | 0 | 110 | 437 | 7 | 32 |
| Binary | 1000101 | 111110 | 1000111 | 11 | 1101 | 0 | 1001000 | 100011111 | 111 | 11010 |
Color Harmonies of #453E47
Complementary color
Monochromatic Colors of #453E47
Black with #453E47
Text Example
Text Example
White with #453E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E47; }
p { color: rgb(69,62,71); }
H1.HeaderClassName
{
color: #453E47;
}
.AnyTagClassName
{
color: #453E47;
}
</style>
background-color css
<style>
a { background-color: #453E47; }
a { background-color: rgb(69,62,71); }
div.DivClassName
{
background-color: #453E47;
}
.BgClassName
{
background-color: #453E47;
}
</style>
border-color css
<style>
span { border-color: #453E47; }
span { border-color: rgb(69,62,71); }
td.TdClassName
{
border-color: #453E47;
}
.TagClassName
{
border-color: #453E47;
}
</style>