Shades of Smalt Blue #44626C
Tints of Smalt Blue #44626C
RGB
CMYK
RGB Variations
Color information
#44626C (or 0x44626C) is known color: Smalt Blue. HEX triplet: 44, 62 and 6C. RGB value is (68,98,108). Sum of RGB (Red+Green+Blue) = 68+98+108=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #44626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44626C is #BB9D93. Grayscale: #5A5A5A. Windows color (decimal): -12295572 or 7103044. OLE color: 7103044.
HSL color Cylindrical-coordinate representation of color #44626C: hue angle of 195º 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 #44626C is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 98 | 108 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.58 |
| HSL | 195º | 0.23% | 0.35% | - |
| HSV(B) | 195º | 0.37% | 0.42% | - |
| XYZ | 9.46 | 11.05 | 15.82 | - |
| YUV | 90.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 108 | 0.37 | 0.09 | 0 | 0.58 | 195 | 0.23 | 0.35 |
| Hex | 44 | 62 | 6C | 25 | 9 | 0 | 3A | C3 | 17 | 23 |
| Octal | 104 | 142 | 154 | 45 | 11 | 0 | 72 | 303 | 27 | 43 |
| Binary | 1000100 | 1100010 | 1101100 | 100101 | 1001 | 0 | 111010 | 11000011 | 10111 | 100011 |
Color Harmonies of #44626C
Complementary color
Monochromatic Colors of #44626C
Black with #44626C
Text Example
Text Example
White with #44626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44626C; }
p { color: rgb(68,98,108); }
H1.HeaderClassName
{
color: #44626C;
}
.AnyTagClassName
{
color: #44626C;
}
</style>
background-color css
<style>
a { background-color: #44626C; }
a { background-color: rgb(68,98,108); }
div.DivClassName
{
background-color: #44626C;
}
.BgClassName
{
background-color: #44626C;
}
</style>
border-color css
<style>
span { border-color: #44626C; }
span { border-color: rgb(68,98,108); }
td.TdClassName
{
border-color: #44626C;
}
.TagClassName
{
border-color: #44626C;
}
</style>