Shades of Smalt Blue #4A646D
Tints of Smalt Blue #4A646D
RGB
CMYK
RGB Variations
Color information
#4A646D (or 0x4A646D) is known color: Smalt Blue. HEX triplet: 4A, 64 and 6D. RGB value is (74,100,109). Sum of RGB (Red+Green+Blue) = 74+100+109=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A646D is #B59B92. Grayscale: #5D5D5D. Windows color (decimal): -11901843 or 7169098. OLE color: 7169098.
HSL color Cylindrical-coordinate representation of color #4A646D: hue angle of 195.43º 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 #4A646D is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 100 | 109 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.57 |
| HSL | 195.43º | 0.19% | 0.36% | - |
| HSV(B) | 195.43º | 0.32% | 0.43% | - |
| XYZ | 10.14 | 11.67 | 16.19 | - |
| YUV | 93.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 109 | 0.32 | 0.08 | 0 | 0.57 | 195.43 | 0.19 | 0.36 |
| Hex | 4A | 64 | 6D | 20 | 8 | 0 | 39 | C3 | 13 | 24 |
| Octal | 112 | 144 | 155 | 40 | 10 | 0 | 71 | 303 | 23 | 44 |
| Binary | 1001010 | 1100100 | 1101101 | 100000 | 1000 | 0 | 111001 | 11000011 | 10011 | 100100 |
Color Harmonies of #4A646D
Complementary color
Monochromatic Colors of #4A646D
Black with #4A646D
Text Example
Text Example
White with #4A646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A646D; }
p { color: rgb(74,100,109); }
H1.HeaderClassName
{
color: #4A646D;
}
.AnyTagClassName
{
color: #4A646D;
}
</style>
background-color css
<style>
a { background-color: #4A646D; }
a { background-color: rgb(74,100,109); }
div.DivClassName
{
background-color: #4A646D;
}
.BgClassName
{
background-color: #4A646D;
}
</style>
border-color css
<style>
span { border-color: #4A646D; }
span { border-color: rgb(74,100,109); }
td.TdClassName
{
border-color: #4A646D;
}
.TagClassName
{
border-color: #4A646D;
}
</style>