Shades of Smalt Blue #44616A
Tints of Smalt Blue #44616A
RGB
CMYK
RGB Variations
Color information
#44616A (or 0x44616A) is known color: Smalt Blue. HEX triplet: 44, 61 and 6A. RGB value is (68,97,106). Sum of RGB (Red+Green+Blue) = 68+97+106=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #44616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616A is #BB9E95. Grayscale: #595959. Windows color (decimal): -12295830 or 6971716. OLE color: 6971716.
HSL color Cylindrical-coordinate representation of color #44616A: hue angle of 194.21º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44616A is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 97 | 106 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.58 |
| HSL | 194.21º | 0.22% | 0.34% | - |
| HSV(B) | 194.21º | 0.36% | 0.42% | - |
| XYZ | 9.26 | 10.82 | 15.24 | - |
| YUV | 89.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 106 | 0.36 | 0.08 | 0 | 0.58 | 194.21 | 0.22 | 0.34 |
| Hex | 44 | 61 | 6A | 24 | 8 | 0 | 3A | C2 | 16 | 22 |
| Octal | 104 | 141 | 152 | 44 | 10 | 0 | 72 | 302 | 26 | 42 |
| Binary | 1000100 | 1100001 | 1101010 | 100100 | 1000 | 0 | 111010 | 11000010 | 10110 | 100010 |
Color Harmonies of #44616A
Complementary color
Monochromatic Colors of #44616A
Black with #44616A
Text Example
Text Example
White with #44616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44616A; }
p { color: rgb(68,97,106); }
H1.HeaderClassName
{
color: #44616A;
}
.AnyTagClassName
{
color: #44616A;
}
</style>
background-color css
<style>
a { background-color: #44616A; }
a { background-color: rgb(68,97,106); }
div.DivClassName
{
background-color: #44616A;
}
.BgClassName
{
background-color: #44616A;
}
</style>
border-color css
<style>
span { border-color: #44616A; }
span { border-color: rgb(68,97,106); }
td.TdClassName
{
border-color: #44616A;
}
.TagClassName
{
border-color: #44616A;
}
</style>