Shades of Smalt Blue #445E64
Tints of Smalt Blue #445E64
RGB
CMYK
RGB Variations
Color information
#445E64 (or 0x445E64) is known color: Smalt Blue. HEX triplet: 44, 5E and 64. RGB value is (68,94,100). Sum of RGB (Red+Green+Blue) = 68+94+100=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 100 - color contains mainly: blue. Hex color #445E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E64 is #BBA19B. Grayscale: #565656. Windows color (decimal): -12296604 or 6577732. OLE color: 6577732.
HSL color Cylindrical-coordinate representation of color #445E64: hue angle of 191.25º 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 #445E64 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 94 | 100 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.61 |
| HSL | 191.25º | 0.19% | 0.33% | - |
| HSV(B) | 191.25º | 0.32% | 0.39% | - |
| XYZ | 8.69 | 10.15 | 13.56 | - |
| YUV | 86.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 100 | 0.32 | 0.06 | 0 | 0.61 | 191.25 | 0.19 | 0.33 |
| Hex | 44 | 5E | 64 | 20 | 6 | 0 | 3D | BF | 13 | 21 |
| Octal | 104 | 136 | 144 | 40 | 6 | 0 | 75 | 277 | 23 | 41 |
| Binary | 1000100 | 1011110 | 1100100 | 100000 | 110 | 0 | 111101 | 10111111 | 10011 | 100001 |
Color Harmonies of #445E64
Complementary color
Monochromatic Colors of #445E64
Black with #445E64
Text Example
Text Example
White with #445E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E64; }
p { color: rgb(68,94,100); }
H1.HeaderClassName
{
color: #445E64;
}
.AnyTagClassName
{
color: #445E64;
}
</style>
background-color css
<style>
a { background-color: #445E64; }
a { background-color: rgb(68,94,100); }
div.DivClassName
{
background-color: #445E64;
}
.BgClassName
{
background-color: #445E64;
}
</style>
border-color css
<style>
span { border-color: #445E64; }
span { border-color: rgb(68,94,100); }
td.TdClassName
{
border-color: #445E64;
}
.TagClassName
{
border-color: #445E64;
}
</style>