Shades of Smalt Blue #445C63
Tints of Smalt Blue #445C63
RGB
CMYK
RGB Variations
Color information
#445C63 (or 0x445C63) is known color: Smalt Blue. HEX triplet: 44, 5C and 63. RGB value is (68,92,99). Sum of RGB (Red+Green+Blue) = 68+92+99=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #445C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C63 is #BBA39C. Grayscale: #555555. Windows color (decimal): -12297117 or 6511684. OLE color: 6511684.
HSL color Cylindrical-coordinate representation of color #445C63: hue angle of 193.55º 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 #445C63 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 92 | 99 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.61 |
| HSL | 193.55º | 0.19% | 0.33% | - |
| HSV(B) | 193.55º | 0.31% | 0.39% | - |
| XYZ | 8.46 | 9.78 | 13.25 | - |
| YUV | 85.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 99 | 0.31 | 0.07 | 0 | 0.61 | 193.55 | 0.19 | 0.33 |
| Hex | 44 | 5C | 63 | 1F | 7 | 0 | 3D | C2 | 13 | 21 |
| Octal | 104 | 134 | 143 | 37 | 7 | 0 | 75 | 302 | 23 | 41 |
| Binary | 1000100 | 1011100 | 1100011 | 11111 | 111 | 0 | 111101 | 11000010 | 10011 | 100001 |
Color Harmonies of #445C63
Complementary color
Monochromatic Colors of #445C63
Black with #445C63
Text Example
Text Example
White with #445C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C63; }
p { color: rgb(68,92,99); }
H1.HeaderClassName
{
color: #445C63;
}
.AnyTagClassName
{
color: #445C63;
}
</style>
background-color css
<style>
a { background-color: #445C63; }
a { background-color: rgb(68,92,99); }
div.DivClassName
{
background-color: #445C63;
}
.BgClassName
{
background-color: #445C63;
}
</style>
border-color css
<style>
span { border-color: #445C63; }
span { border-color: rgb(68,92,99); }
td.TdClassName
{
border-color: #445C63;
}
.TagClassName
{
border-color: #445C63;
}
</style>