Shades of Smalt Blue #44616C
Tints of Smalt Blue #44616C
RGB
CMYK
RGB Variations
Color information
#44616C (or 0x44616C) is known color: Smalt Blue. HEX triplet: 44, 61 and 6C. RGB value is (68,97,108). Sum of RGB (Red+Green+Blue) = 68+97+108=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #44616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616C is #BB9E93. Grayscale: #595959. Windows color (decimal): -12295828 or 7102788. OLE color: 7102788.
HSL color Cylindrical-coordinate representation of color #44616C: hue angle of 196.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44616C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 97 | 108 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.58 |
| HSL | 196.5º | 0.23% | 0.35% | - |
| HSV(B) | 196.5º | 0.37% | 0.42% | - |
| XYZ | 9.37 | 10.86 | 15.79 | - |
| YUV | 89.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 108 | 0.37 | 0.10 | 0 | 0.58 | 196.5 | 0.23 | 0.35 |
| Hex | 44 | 61 | 6C | 25 | A | 0 | 3A | C4 | 17 | 23 |
| Octal | 104 | 141 | 154 | 45 | 12 | 0 | 72 | 304 | 27 | 43 |
| Binary | 1000100 | 1100001 | 1101100 | 100101 | 1010 | 0 | 111010 | 11000100 | 10111 | 100011 |
Color Harmonies of #44616C
Complementary color
Monochromatic Colors of #44616C
Black with #44616C
Text Example
Text Example
White with #44616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44616C; }
p { color: rgb(68,97,108); }
H1.HeaderClassName
{
color: #44616C;
}
.AnyTagClassName
{
color: #44616C;
}
</style>
background-color css
<style>
a { background-color: #44616C; }
a { background-color: rgb(68,97,108); }
div.DivClassName
{
background-color: #44616C;
}
.BgClassName
{
background-color: #44616C;
}
</style>
border-color css
<style>
span { border-color: #44616C; }
span { border-color: rgb(68,97,108); }
td.TdClassName
{
border-color: #44616C;
}
.TagClassName
{
border-color: #44616C;
}
</style>