Shades of Smalt Blue #446069
Tints of Smalt Blue #446069
RGB
CMYK
RGB Variations
Color information
#446069 (or 0x446069) is known color: Smalt Blue. HEX triplet: 44, 60 and 69. RGB value is (68,96,105). Sum of RGB (Red+Green+Blue) = 68+96+105=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #446069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446069 is #BB9F96. Grayscale: #585858. Windows color (decimal): -12296087 or 6905924. OLE color: 6905924.
HSL color Cylindrical-coordinate representation of color #446069: hue angle of 194.59º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446069 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 96 | 105 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.59 |
| HSL | 194.59º | 0.21% | 0.34% | - |
| HSV(B) | 194.59º | 0.35% | 0.41% | - |
| XYZ | 9.12 | 10.61 | 14.93 | - |
| YUV | 88.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 105 | 0.35 | 0.09 | 0 | 0.59 | 194.59 | 0.21 | 0.34 |
| Hex | 44 | 60 | 69 | 23 | 9 | 0 | 3B | C3 | 15 | 22 |
| Octal | 104 | 140 | 151 | 43 | 11 | 0 | 73 | 303 | 25 | 42 |
| Binary | 1000100 | 1100000 | 1101001 | 100011 | 1001 | 0 | 111011 | 11000011 | 10101 | 100010 |
Color Harmonies of #446069
Complementary color
Monochromatic Colors of #446069
Black with #446069
Text Example
Text Example
White with #446069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446069; }
p { color: rgb(68,96,105); }
H1.HeaderClassName
{
color: #446069;
}
.AnyTagClassName
{
color: #446069;
}
</style>
background-color css
<style>
a { background-color: #446069; }
a { background-color: rgb(68,96,105); }
div.DivClassName
{
background-color: #446069;
}
.BgClassName
{
background-color: #446069;
}
</style>
border-color css
<style>
span { border-color: #446069; }
span { border-color: rgb(68,96,105); }
td.TdClassName
{
border-color: #446069;
}
.TagClassName
{
border-color: #446069;
}
</style>