Shades of Bossanova #423A45
Tints of Bossanova #423A45
RGB
CMYK
RGB Variations
Color information
#423A45 (or 0x423A45) is known color: Bossanova. HEX triplet: 42, 3A and 45. RGB value is (66,58,69). Sum of RGB (Red+Green+Blue) = 66+58+69=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: blue. Hex color #423A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A45 is #BDC5BA. Grayscale: #3D3D3D. Windows color (decimal): -12436923 or 4536898. OLE color: 4536898.
HSL color Cylindrical-coordinate representation of color #423A45: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #423A45 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 58 | 69 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.73 |
| HSL | 283.64º | 0.09% | 0.25% | - |
| HSV(B) | 283.64º | 0.16% | 0.27% | - |
| XYZ | 4.83 | 4.61 | 6.27 | - |
| YUV | 61.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 69 | 0.04 | 0.16 | 0 | 0.73 | 283.64 | 0.09 | 0.25 |
| Hex | 42 | 3A | 45 | 4 | 10 | 0 | 49 | 11C | 9 | 19 |
| Octal | 102 | 72 | 105 | 4 | 20 | 0 | 111 | 434 | 11 | 31 |
| Binary | 1000010 | 111010 | 1000101 | 100 | 10000 | 0 | 1001001 | 100011100 | 1001 | 11001 |
Color Harmonies of #423A45
Complementary color
Monochromatic Colors of #423A45
Black with #423A45
Text Example
Text Example
White with #423A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A45; }
p { color: rgb(66,58,69); }
H1.HeaderClassName
{
color: #423A45;
}
.AnyTagClassName
{
color: #423A45;
}
</style>
background-color css
<style>
a { background-color: #423A45; }
a { background-color: rgb(66,58,69); }
div.DivClassName
{
background-color: #423A45;
}
.BgClassName
{
background-color: #423A45;
}
</style>
border-color css
<style>
span { border-color: #423A45; }
span { border-color: rgb(66,58,69); }
td.TdClassName
{
border-color: #423A45;
}
.TagClassName
{
border-color: #423A45;
}
</style>