Shades of Smalt Blue #445D62
Tints of Smalt Blue #445D62
RGB
CMYK
RGB Variations
Color information
#445D62 (or 0x445D62) is known color: Smalt Blue. HEX triplet: 44, 5D and 62. RGB value is (68,93,98). Sum of RGB (Red+Green+Blue) = 68+93+98=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #445D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D62 is #BBA29D. Grayscale: #565656. Windows color (decimal): -12296862 or 6446404. OLE color: 6446404.
HSL color Cylindrical-coordinate representation of color #445D62: hue angle of 190º 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 #445D62 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 93 | 98 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.62 |
| HSL | 190º | 0.18% | 0.33% | - |
| HSV(B) | 190º | 0.31% | 0.38% | - |
| XYZ | 8.5 | 9.94 | 13.03 | - |
| YUV | 86.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 98 | 0.31 | 0.05 | 0 | 0.62 | 190 | 0.18 | 0.33 |
| Hex | 44 | 5D | 62 | 1F | 5 | 0 | 3E | BE | 12 | 21 |
| Octal | 104 | 135 | 142 | 37 | 5 | 0 | 76 | 276 | 22 | 41 |
| Binary | 1000100 | 1011101 | 1100010 | 11111 | 101 | 0 | 111110 | 10111110 | 10010 | 100001 |
Color Harmonies of #445D62
Complementary color
Monochromatic Colors of #445D62
Black with #445D62
Text Example
Text Example
White with #445D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D62; }
p { color: rgb(68,93,98); }
H1.HeaderClassName
{
color: #445D62;
}
.AnyTagClassName
{
color: #445D62;
}
</style>
background-color css
<style>
a { background-color: #445D62; }
a { background-color: rgb(68,93,98); }
div.DivClassName
{
background-color: #445D62;
}
.BgClassName
{
background-color: #445D62;
}
</style>
border-color css
<style>
span { border-color: #445D62; }
span { border-color: rgb(68,93,98); }
td.TdClassName
{
border-color: #445D62;
}
.TagClassName
{
border-color: #445D62;
}
</style>