Shades of Smalt Blue #44636B
Tints of Smalt Blue #44636B
RGB
CMYK
RGB Variations
Color information
#44636B (or 0x44636B) is known color: Smalt Blue. HEX triplet: 44, 63 and 6B. RGB value is (68,99,107). Sum of RGB (Red+Green+Blue) = 68+99+107=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #44636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44636B is #BB9C94. Grayscale: #5A5A5A. Windows color (decimal): -12295317 or 7037764. OLE color: 7037764.
HSL color Cylindrical-coordinate representation of color #44636B: hue angle of 192.31º 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 #44636B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 99 | 107 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.58 |
| HSL | 192.31º | 0.22% | 0.34% | - |
| HSV(B) | 192.31º | 0.36% | 0.42% | - |
| XYZ | 9.5 | 11.21 | 15.57 | - |
| YUV | 90.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 107 | 0.36 | 0.07 | 0 | 0.58 | 192.31 | 0.22 | 0.34 |
| Hex | 44 | 63 | 6B | 24 | 7 | 0 | 3A | C0 | 16 | 22 |
| Octal | 104 | 143 | 153 | 44 | 7 | 0 | 72 | 300 | 26 | 42 |
| Binary | 1000100 | 1100011 | 1101011 | 100100 | 111 | 0 | 111010 | 11000000 | 10110 | 100010 |
Color Harmonies of #44636B
Complementary color
Monochromatic Colors of #44636B
Black with #44636B
Text Example
Text Example
White with #44636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44636B; }
p { color: rgb(68,99,107); }
H1.HeaderClassName
{
color: #44636B;
}
.AnyTagClassName
{
color: #44636B;
}
</style>
background-color css
<style>
a { background-color: #44636B; }
a { background-color: rgb(68,99,107); }
div.DivClassName
{
background-color: #44636B;
}
.BgClassName
{
background-color: #44636B;
}
</style>
border-color css
<style>
span { border-color: #44636B; }
span { border-color: rgb(68,99,107); }
td.TdClassName
{
border-color: #44636B;
}
.TagClassName
{
border-color: #44636B;
}
</style>