Shades of Bossanova #454146
Tints of Bossanova #454146
RGB
CMYK
RGB Variations
Color information
#454146 (or 0x454146) is known color: Bossanova. HEX triplet: 45, 41 and 46. RGB value is (69,65,70). Sum of RGB (Red+Green+Blue) = 69+65+70=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 70 - color contains mainly: blue. Hex color #454146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454146 is #BABEB9. Grayscale: #424242. Windows color (decimal): -12238522 or 4604229. OLE color: 4604229.
HSL color Cylindrical-coordinate representation of color #454146: hue angle of 288º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454146 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 70 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.73 |
| HSL | 288º | 0.04% | 0.26% | - |
| HSV(B) | 288º | 0.07% | 0.27% | - |
| XYZ | 5.45 | 5.49 | 6.57 | - |
| YUV | 66.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 70 | 0.01 | 0.07 | 0 | 0.73 | 288 | 0.04 | 0.26 |
| Hex | 45 | 41 | 46 | 1 | 7 | 0 | 49 | 120 | 4 | 1A |
| Octal | 105 | 101 | 106 | 1 | 7 | 0 | 111 | 440 | 4 | 32 |
| Binary | 1000101 | 1000001 | 1000110 | 1 | 111 | 0 | 1001001 | 100100000 | 100 | 11010 |
Color Harmonies of #454146
Complementary color
Monochromatic Colors of #454146
Black with #454146
Text Example
Text Example
White with #454146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454146; }
p { color: rgb(69,65,70); }
H1.HeaderClassName
{
color: #454146;
}
.AnyTagClassName
{
color: #454146;
}
</style>
background-color css
<style>
a { background-color: #454146; }
a { background-color: rgb(69,65,70); }
div.DivClassName
{
background-color: #454146;
}
.BgClassName
{
background-color: #454146;
}
</style>
border-color css
<style>
span { border-color: #454146; }
span { border-color: rgb(69,65,70); }
td.TdClassName
{
border-color: #454146;
}
.TagClassName
{
border-color: #454146;
}
</style>