Shades of Smalt Blue #445F63
Tints of Smalt Blue #445F63
RGB
CMYK
RGB Variations
Color information
#445F63 (or 0x445F63) is known color: Smalt Blue. HEX triplet: 44, 5F and 63. RGB value is (68,95,99). Sum of RGB (Red+Green+Blue) = 68+95+99=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #445F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F63 is #BBA09C. Grayscale: #575757. Windows color (decimal): -12296349 or 6512452. OLE color: 6512452.
HSL color Cylindrical-coordinate representation of color #445F63: hue angle of 187.74º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445F63 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 95 | 99 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.61 |
| HSL | 187.74º | 0.19% | 0.33% | - |
| HSV(B) | 187.74º | 0.31% | 0.39% | - |
| XYZ | 8.73 | 10.31 | 13.34 | - |
| YUV | 87.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 99 | 0.31 | 0.04 | 0 | 0.61 | 187.74 | 0.19 | 0.33 |
| Hex | 44 | 5F | 63 | 1F | 4 | 0 | 3D | BC | 13 | 21 |
| Octal | 104 | 137 | 143 | 37 | 4 | 0 | 75 | 274 | 23 | 41 |
| Binary | 1000100 | 1011111 | 1100011 | 11111 | 100 | 0 | 111101 | 10111100 | 10011 | 100001 |
Color Harmonies of #445F63
Complementary color
Monochromatic Colors of #445F63
Black with #445F63
Text Example
Text Example
White with #445F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F63; }
p { color: rgb(68,95,99); }
H1.HeaderClassName
{
color: #445F63;
}
.AnyTagClassName
{
color: #445F63;
}
</style>
background-color css
<style>
a { background-color: #445F63; }
a { background-color: rgb(68,95,99); }
div.DivClassName
{
background-color: #445F63;
}
.BgClassName
{
background-color: #445F63;
}
</style>
border-color css
<style>
span { border-color: #445F63; }
span { border-color: rgb(68,95,99); }
td.TdClassName
{
border-color: #445F63;
}
.TagClassName
{
border-color: #445F63;
}
</style>