Shades of Smalt Blue #445F62
Tints of Smalt Blue #445F62
RGB
CMYK
RGB Variations
Color information
#445F62 (or 0x445F62) is known color: Smalt Blue. HEX triplet: 44, 5F and 62. RGB value is (68,95,98). Sum of RGB (Red+Green+Blue) = 68+95+98=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #445F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F62 is #BBA09D. Grayscale: #575757. Windows color (decimal): -12296350 or 6446916. OLE color: 6446916.
HSL color Cylindrical-coordinate representation of color #445F62: hue angle of 186º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445F62 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 95 | 98 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.62 |
| HSL | 186º | 0.18% | 0.33% | - |
| HSV(B) | 186º | 0.31% | 0.38% | - |
| XYZ | 8.68 | 10.3 | 13.08 | - |
| YUV | 87.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 98 | 0.31 | 0.03 | 0 | 0.62 | 186 | 0.18 | 0.33 |
| Hex | 44 | 5F | 62 | 1F | 3 | 0 | 3E | BA | 12 | 21 |
| Octal | 104 | 137 | 142 | 37 | 3 | 0 | 76 | 272 | 22 | 41 |
| Binary | 1000100 | 1011111 | 1100010 | 11111 | 11 | 0 | 111110 | 10111010 | 10010 | 100001 |
Color Harmonies of #445F62
Complementary color
Monochromatic Colors of #445F62
Black with #445F62
Text Example
Text Example
White with #445F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F62; }
p { color: rgb(68,95,98); }
H1.HeaderClassName
{
color: #445F62;
}
.AnyTagClassName
{
color: #445F62;
}
</style>
background-color css
<style>
a { background-color: #445F62; }
a { background-color: rgb(68,95,98); }
div.DivClassName
{
background-color: #445F62;
}
.BgClassName
{
background-color: #445F62;
}
</style>
border-color css
<style>
span { border-color: #445F62; }
span { border-color: rgb(68,95,98); }
td.TdClassName
{
border-color: #445F62;
}
.TagClassName
{
border-color: #445F62;
}
</style>