Shades of Smalt Blue #445D64
Tints of Smalt Blue #445D64
RGB
CMYK
RGB Variations
Color information
#445D64 (or 0x445D64) is known color: Smalt Blue. HEX triplet: 44, 5D and 64. RGB value is (68,93,100). Sum of RGB (Red+Green+Blue) = 68+93+100=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #445D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D64 is #BBA29B. Grayscale: #565656. Windows color (decimal): -12296860 or 6577476. OLE color: 6577476.
HSL color Cylindrical-coordinate representation of color #445D64: hue angle of 193.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445D64 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 93 | 100 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.61 |
| HSL | 193.13º | 0.19% | 0.33% | - |
| HSV(B) | 193.13º | 0.32% | 0.39% | - |
| XYZ | 8.6 | 9.98 | 13.53 | - |
| YUV | 86.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 100 | 0.32 | 0.07 | 0 | 0.61 | 193.13 | 0.19 | 0.33 |
| Hex | 44 | 5D | 64 | 20 | 7 | 0 | 3D | C1 | 13 | 21 |
| Octal | 104 | 135 | 144 | 40 | 7 | 0 | 75 | 301 | 23 | 41 |
| Binary | 1000100 | 1011101 | 1100100 | 100000 | 111 | 0 | 111101 | 11000001 | 10011 | 100001 |
Color Harmonies of #445D64
Complementary color
Monochromatic Colors of #445D64
Black with #445D64
Text Example
Text Example
White with #445D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D64; }
p { color: rgb(68,93,100); }
H1.HeaderClassName
{
color: #445D64;
}
.AnyTagClassName
{
color: #445D64;
}
</style>
background-color css
<style>
a { background-color: #445D64; }
a { background-color: rgb(68,93,100); }
div.DivClassName
{
background-color: #445D64;
}
.BgClassName
{
background-color: #445D64;
}
</style>
border-color css
<style>
span { border-color: #445D64; }
span { border-color: rgb(68,93,100); }
td.TdClassName
{
border-color: #445D64;
}
.TagClassName
{
border-color: #445D64;
}
</style>