Shades of Smalt Blue #4A616A
Tints of Smalt Blue #4A616A
RGB
CMYK
RGB Variations
Color information
#4A616A (or 0x4A616A) is known color: Smalt Blue. HEX triplet: 4A, 61 and 6A. RGB value is (74,97,106). Sum of RGB (Red+Green+Blue) = 74+97+106=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A616A is #B59E95. Grayscale: #5B5B5B. Windows color (decimal): -11902614 or 6971722. OLE color: 6971722.
HSL color Cylindrical-coordinate representation of color #4A616A: hue angle of 196.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A616A is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 97 | 106 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.58 |
| HSL | 196.88º | 0.18% | 0.35% | - |
| HSV(B) | 196.88º | 0.3% | 0.42% | - |
| XYZ | 9.7 | 11.05 | 15.26 | - |
| YUV | 91.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 106 | 0.30 | 0.08 | 0 | 0.58 | 196.88 | 0.18 | 0.35 |
| Hex | 4A | 61 | 6A | 1E | 8 | 0 | 3A | C5 | 12 | 23 |
| Octal | 112 | 141 | 152 | 36 | 10 | 0 | 72 | 305 | 22 | 43 |
| Binary | 1001010 | 1100001 | 1101010 | 11110 | 1000 | 0 | 111010 | 11000101 | 10010 | 100011 |
Color Harmonies of #4A616A
Complementary color
Monochromatic Colors of #4A616A
Black with #4A616A
Text Example
Text Example
White with #4A616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A616A; }
p { color: rgb(74,97,106); }
H1.HeaderClassName
{
color: #4A616A;
}
.AnyTagClassName
{
color: #4A616A;
}
</style>
background-color css
<style>
a { background-color: #4A616A; }
a { background-color: rgb(74,97,106); }
div.DivClassName
{
background-color: #4A616A;
}
.BgClassName
{
background-color: #4A616A;
}
</style>
border-color css
<style>
span { border-color: #4A616A; }
span { border-color: rgb(74,97,106); }
td.TdClassName
{
border-color: #4A616A;
}
.TagClassName
{
border-color: #4A616A;
}
</style>