Shades of Smalt Blue #44636C
Tints of Smalt Blue #44636C
RGB
CMYK
RGB Variations
Color information
#44636C (or 0x44636C) is known color: Smalt Blue. HEX triplet: 44, 63 and 6C. RGB value is (68,99,108). Sum of RGB (Red+Green+Blue) = 68+99+108=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #44636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44636C is #BB9C93. Grayscale: #5A5A5A. Windows color (decimal): -12295316 or 7103300. OLE color: 7103300.
HSL color Cylindrical-coordinate representation of color #44636C: hue angle of 193.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 #44636C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 99 | 108 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.58 |
| HSL | 193.5º | 0.23% | 0.35% | - |
| HSV(B) | 193.5º | 0.37% | 0.42% | - |
| XYZ | 9.55 | 11.24 | 15.85 | - |
| YUV | 90.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 108 | 0.37 | 0.08 | 0 | 0.58 | 193.5 | 0.23 | 0.35 |
| Hex | 44 | 63 | 6C | 25 | 8 | 0 | 3A | C2 | 17 | 23 |
| Octal | 104 | 143 | 154 | 45 | 10 | 0 | 72 | 302 | 27 | 43 |
| Binary | 1000100 | 1100011 | 1101100 | 100101 | 1000 | 0 | 111010 | 11000010 | 10111 | 100011 |
Color Harmonies of #44636C
Complementary color
Monochromatic Colors of #44636C
Black with #44636C
Text Example
Text Example
White with #44636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44636C; }
p { color: rgb(68,99,108); }
H1.HeaderClassName
{
color: #44636C;
}
.AnyTagClassName
{
color: #44636C;
}
</style>
background-color css
<style>
a { background-color: #44636C; }
a { background-color: rgb(68,99,108); }
div.DivClassName
{
background-color: #44636C;
}
.BgClassName
{
background-color: #44636C;
}
</style>
border-color css
<style>
span { border-color: #44636C; }
span { border-color: rgb(68,99,108); }
td.TdClassName
{
border-color: #44636C;
}
.TagClassName
{
border-color: #44636C;
}
</style>