Shades of Bossanova #454246
Tints of Bossanova #454246
RGB
CMYK
RGB Variations
Color information
#454246 (or 0x454246) is known color: Bossanova. HEX triplet: 45, 42 and 46. RGB value is (69,66,70). Sum of RGB (Red+Green+Blue) = 69+66+70=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: blue. Hex color #454246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454246 is #BABDB9. Grayscale: #434343. Windows color (decimal): -12238266 or 4604485. OLE color: 4604485.
HSL color Cylindrical-coordinate representation of color #454246: hue angle of 285º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #454246 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 70 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.73 |
| HSL | 285º | 0.03% | 0.27% | - |
| HSV(B) | 285º | 0.06% | 0.27% | - |
| XYZ | 5.51 | 5.6 | 6.59 | - |
| YUV | 67.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 70 | 0.01 | 0.06 | 0 | 0.73 | 285 | 0.03 | 0.27 |
| Hex | 45 | 42 | 46 | 1 | 6 | 0 | 49 | 11D | 3 | 1B |
| Octal | 105 | 102 | 106 | 1 | 6 | 0 | 111 | 435 | 3 | 33 |
| Binary | 1000101 | 1000010 | 1000110 | 1 | 110 | 0 | 1001001 | 100011101 | 11 | 11011 |
Color Harmonies of #454246
Complementary color
Monochromatic Colors of #454246
Black with #454246
Text Example
Text Example
White with #454246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454246; }
p { color: rgb(69,66,70); }
H1.HeaderClassName
{
color: #454246;
}
.AnyTagClassName
{
color: #454246;
}
</style>
background-color css
<style>
a { background-color: #454246; }
a { background-color: rgb(69,66,70); }
div.DivClassName
{
background-color: #454246;
}
.BgClassName
{
background-color: #454246;
}
</style>
border-color css
<style>
span { border-color: #454246; }
span { border-color: rgb(69,66,70); }
td.TdClassName
{
border-color: #454246;
}
.TagClassName
{
border-color: #454246;
}
</style>