Shades of Smalt Blue #4A5C5F
Tints of Smalt Blue #4A5C5F
RGB
CMYK
RGB Variations
Color information
#4A5C5F (or 0x4A5C5F) is known color: Smalt Blue. HEX triplet: 4A, 5C and 5F. RGB value is (74,92,95). Sum of RGB (Red+Green+Blue) = 74+92+95=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A5C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5C5F is #B5A3A0. Grayscale: #565656. Windows color (decimal): -11903905 or 6249546. OLE color: 6249546.
HSL color Cylindrical-coordinate representation of color #4A5C5F: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5C5F is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 92 | 95 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.63 |
| HSL | 188.57º | 0.12% | 0.33% | - |
| HSV(B) | 188.57º | 0.22% | 0.37% | - |
| XYZ | 8.72 | 9.94 | 12.28 | - |
| YUV | 86.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 92 | 95 | 0.22 | 0.03 | 0 | 0.63 | 188.57 | 0.12 | 0.33 |
| Hex | 4A | 5C | 5F | 16 | 3 | 0 | 3F | BD | C | 21 |
| Octal | 112 | 134 | 137 | 26 | 3 | 0 | 77 | 275 | 14 | 41 |
| Binary | 1001010 | 1011100 | 1011111 | 10110 | 11 | 0 | 111111 | 10111101 | 1100 | 100001 |
Color Harmonies of #4A5C5F
Complementary color
Monochromatic Colors of #4A5C5F
Black with #4A5C5F
Text Example
Text Example
White with #4A5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5C5F; }
p { color: rgb(74,92,95); }
H1.HeaderClassName
{
color: #4A5C5F;
}
.AnyTagClassName
{
color: #4A5C5F;
}
</style>
background-color css
<style>
a { background-color: #4A5C5F; }
a { background-color: rgb(74,92,95); }
div.DivClassName
{
background-color: #4A5C5F;
}
.BgClassName
{
background-color: #4A5C5F;
}
</style>
border-color css
<style>
span { border-color: #4A5C5F; }
span { border-color: rgb(74,92,95); }
td.TdClassName
{
border-color: #4A5C5F;
}
.TagClassName
{
border-color: #4A5C5F;
}
</style>