Shades of Smalt Blue #4A656D
Tints of Smalt Blue #4A656D
RGB
CMYK
RGB Variations
Color information
#4A656D (or 0x4A656D) is known color: Smalt Blue. HEX triplet: 4A, 65 and 6D. RGB value is (74,101,109). Sum of RGB (Red+Green+Blue) = 74+101+109=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A656D is #B59A92. Grayscale: #5D5D5D. Windows color (decimal): -11901587 or 7169354. OLE color: 7169354.
HSL color Cylindrical-coordinate representation of color #4A656D: hue angle of 193.71º 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 #4A656D is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 101 | 109 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.57 |
| HSL | 193.71º | 0.19% | 0.36% | - |
| HSV(B) | 193.71º | 0.32% | 0.43% | - |
| XYZ | 10.24 | 11.87 | 16.22 | - |
| YUV | 93.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 109 | 0.32 | 0.07 | 0 | 0.57 | 193.71 | 0.19 | 0.36 |
| Hex | 4A | 65 | 6D | 20 | 7 | 0 | 39 | C2 | 13 | 24 |
| Octal | 112 | 145 | 155 | 40 | 7 | 0 | 71 | 302 | 23 | 44 |
| Binary | 1001010 | 1100101 | 1101101 | 100000 | 111 | 0 | 111001 | 11000010 | 10011 | 100100 |
Color Harmonies of #4A656D
Complementary color
Monochromatic Colors of #4A656D
Black with #4A656D
Text Example
Text Example
White with #4A656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A656D; }
p { color: rgb(74,101,109); }
H1.HeaderClassName
{
color: #4A656D;
}
.AnyTagClassName
{
color: #4A656D;
}
</style>
background-color css
<style>
a { background-color: #4A656D; }
a { background-color: rgb(74,101,109); }
div.DivClassName
{
background-color: #4A656D;
}
.BgClassName
{
background-color: #4A656D;
}
</style>
border-color css
<style>
span { border-color: #4A656D; }
span { border-color: rgb(74,101,109); }
td.TdClassName
{
border-color: #4A656D;
}
.TagClassName
{
border-color: #4A656D;
}
</style>