Shades of Smalt Blue #4A636D
Tints of Smalt Blue #4A636D
RGB
CMYK
RGB Variations
Color information
#4A636D (or 0x4A636D) is known color: Smalt Blue. HEX triplet: 4A, 63 and 6D. RGB value is (74,99,109). Sum of RGB (Red+Green+Blue) = 74+99+109=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A636D is #B59C92. Grayscale: #5C5C5C. Windows color (decimal): -11902099 or 7168842. OLE color: 7168842.
HSL color Cylindrical-coordinate representation of color #4A636D: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A636D is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 99 | 109 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.57 |
| HSL | 197.14º | 0.19% | 0.36% | - |
| HSV(B) | 197.14º | 0.32% | 0.43% | - |
| XYZ | 10.05 | 11.48 | 16.16 | - |
| YUV | 92.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 109 | 0.32 | 0.09 | 0 | 0.57 | 197.14 | 0.19 | 0.36 |
| Hex | 4A | 63 | 6D | 20 | 9 | 0 | 39 | C5 | 13 | 24 |
| Octal | 112 | 143 | 155 | 40 | 11 | 0 | 71 | 305 | 23 | 44 |
| Binary | 1001010 | 1100011 | 1101101 | 100000 | 1001 | 0 | 111001 | 11000101 | 10011 | 100100 |
Color Harmonies of #4A636D
Complementary color
Monochromatic Colors of #4A636D
Black with #4A636D
Text Example
Text Example
White with #4A636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A636D; }
p { color: rgb(74,99,109); }
H1.HeaderClassName
{
color: #4A636D;
}
.AnyTagClassName
{
color: #4A636D;
}
</style>
background-color css
<style>
a { background-color: #4A636D; }
a { background-color: rgb(74,99,109); }
div.DivClassName
{
background-color: #4A636D;
}
.BgClassName
{
background-color: #4A636D;
}
</style>
border-color css
<style>
span { border-color: #4A636D; }
span { border-color: rgb(74,99,109); }
td.TdClassName
{
border-color: #4A636D;
}
.TagClassName
{
border-color: #4A636D;
}
</style>