Shades of Smalt Blue #4A636A
Tints of Smalt Blue #4A636A
RGB
CMYK
RGB Variations
Color information
#4A636A (or 0x4A636A) is known color: Smalt Blue. HEX triplet: 4A, 63 and 6A. RGB value is (74,99,106). Sum of RGB (Red+Green+Blue) = 74+99+106=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A636A is #B59C95. Grayscale: #5C5C5C. Windows color (decimal): -11902102 or 6972234. OLE color: 6972234.
HSL color Cylindrical-coordinate representation of color #4A636A: hue angle of 193.12º 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 #4A636A is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 99 | 106 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.58 |
| HSL | 193.13º | 0.18% | 0.35% | - |
| HSV(B) | 193.13º | 0.3% | 0.42% | - |
| XYZ | 9.89 | 11.42 | 15.32 | - |
| YUV | 92.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 106 | 0.30 | 0.07 | 0 | 0.58 | 193.13 | 0.18 | 0.35 |
| Hex | 4A | 63 | 6A | 1E | 7 | 0 | 3A | C1 | 12 | 23 |
| Octal | 112 | 143 | 152 | 36 | 7 | 0 | 72 | 301 | 22 | 43 |
| Binary | 1001010 | 1100011 | 1101010 | 11110 | 111 | 0 | 111010 | 11000001 | 10010 | 100011 |
Color Harmonies of #4A636A
Complementary color
Monochromatic Colors of #4A636A
Black with #4A636A
Text Example
Text Example
White with #4A636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A636A; }
p { color: rgb(74,99,106); }
H1.HeaderClassName
{
color: #4A636A;
}
.AnyTagClassName
{
color: #4A636A;
}
</style>
background-color css
<style>
a { background-color: #4A636A; }
a { background-color: rgb(74,99,106); }
div.DivClassName
{
background-color: #4A636A;
}
.BgClassName
{
background-color: #4A636A;
}
</style>
border-color css
<style>
span { border-color: #4A636A; }
span { border-color: rgb(74,99,106); }
td.TdClassName
{
border-color: #4A636A;
}
.TagClassName
{
border-color: #4A636A;
}
</style>