Shades of Smalt Blue #4A646C
Tints of Smalt Blue #4A646C
RGB
CMYK
RGB Variations
Color information
#4A646C (or 0x4A646C) is known color: Smalt Blue. HEX triplet: 4A, 64 and 6C. RGB value is (74,100,108). Sum of RGB (Red+Green+Blue) = 74+100+108=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A646C is #B59B93. Grayscale: #5D5D5D. Windows color (decimal): -11901844 or 7103562. OLE color: 7103562.
HSL color Cylindrical-coordinate representation of color #4A646C: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A646C is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 100 | 108 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.58 |
| HSL | 194.12º | 0.19% | 0.36% | - |
| HSV(B) | 194.12º | 0.31% | 0.42% | - |
| XYZ | 10.09 | 11.65 | 15.9 | - |
| YUV | 93.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 108 | 0.31 | 0.07 | 0 | 0.58 | 194.12 | 0.19 | 0.36 |
| Hex | 4A | 64 | 6C | 1F | 7 | 0 | 3A | C2 | 13 | 24 |
| Octal | 112 | 144 | 154 | 37 | 7 | 0 | 72 | 302 | 23 | 44 |
| Binary | 1001010 | 1100100 | 1101100 | 11111 | 111 | 0 | 111010 | 11000010 | 10011 | 100100 |
Color Harmonies of #4A646C
Complementary color
Monochromatic Colors of #4A646C
Black with #4A646C
Text Example
Text Example
White with #4A646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A646C; }
p { color: rgb(74,100,108); }
H1.HeaderClassName
{
color: #4A646C;
}
.AnyTagClassName
{
color: #4A646C;
}
</style>
background-color css
<style>
a { background-color: #4A646C; }
a { background-color: rgb(74,100,108); }
div.DivClassName
{
background-color: #4A646C;
}
.BgClassName
{
background-color: #4A646C;
}
</style>
border-color css
<style>
span { border-color: #4A646C; }
span { border-color: rgb(74,100,108); }
td.TdClassName
{
border-color: #4A646C;
}
.TagClassName
{
border-color: #4A646C;
}
</style>