Shades of Smalt Blue #4A6064
Tints of Smalt Blue #4A6064
RGB
CMYK
RGB Variations
Color information
#4A6064 (or 0x4A6064) is known color: Smalt Blue. HEX triplet: 4A, 60 and 64. RGB value is (74,96,100). Sum of RGB (Red+Green+Blue) = 74+96+100=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A6064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6064 is #B59F9B. Grayscale: #595959. Windows color (decimal): -11902876 or 6578250. OLE color: 6578250.
HSL color Cylindrical-coordinate representation of color #4A6064: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A6064 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 96 | 100 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.61 |
| HSL | 189.23º | 0.15% | 0.34% | - |
| HSV(B) | 189.23º | 0.26% | 0.39% | - |
| XYZ | 9.31 | 10.74 | 13.64 | - |
| YUV | 89.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 100 | 0.26 | 0.04 | 0 | 0.61 | 189.23 | 0.15 | 0.34 |
| Hex | 4A | 60 | 64 | 1A | 4 | 0 | 3D | BD | F | 22 |
| Octal | 112 | 140 | 144 | 32 | 4 | 0 | 75 | 275 | 17 | 42 |
| Binary | 1001010 | 1100000 | 1100100 | 11010 | 100 | 0 | 111101 | 10111101 | 1111 | 100010 |
Color Harmonies of #4A6064
Complementary color
Monochromatic Colors of #4A6064
Black with #4A6064
Text Example
Text Example
White with #4A6064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6064; }
p { color: rgb(74,96,100); }
H1.HeaderClassName
{
color: #4A6064;
}
.AnyTagClassName
{
color: #4A6064;
}
</style>
background-color css
<style>
a { background-color: #4A6064; }
a { background-color: rgb(74,96,100); }
div.DivClassName
{
background-color: #4A6064;
}
.BgClassName
{
background-color: #4A6064;
}
</style>
border-color css
<style>
span { border-color: #4A6064; }
span { border-color: rgb(74,96,100); }
td.TdClassName
{
border-color: #4A6064;
}
.TagClassName
{
border-color: #4A6064;
}
</style>