Shades of Smalt Blue #4A626A
Tints of Smalt Blue #4A626A
RGB
CMYK
RGB Variations
Color information
#4A626A (or 0x4A626A) is known color: Smalt Blue. HEX triplet: 4A, 62 and 6A. RGB value is (74,98,106). Sum of RGB (Red+Green+Blue) = 74+98+106=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A626A is #B59D95. Grayscale: #5B5B5B. Windows color (decimal): -11902358 or 6971978. OLE color: 6971978.
HSL color Cylindrical-coordinate representation of color #4A626A: hue angle of 195º 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 #4A626A is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 98 | 106 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.58 |
| HSL | 195º | 0.18% | 0.35% | - |
| HSV(B) | 195º | 0.3% | 0.42% | - |
| XYZ | 9.79 | 11.23 | 15.29 | - |
| YUV | 91.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 106 | 0.30 | 0.08 | 0 | 0.58 | 195 | 0.18 | 0.35 |
| Hex | 4A | 62 | 6A | 1E | 8 | 0 | 3A | C3 | 12 | 23 |
| Octal | 112 | 142 | 152 | 36 | 10 | 0 | 72 | 303 | 22 | 43 |
| Binary | 1001010 | 1100010 | 1101010 | 11110 | 1000 | 0 | 111010 | 11000011 | 10010 | 100011 |
Color Harmonies of #4A626A
Complementary color
Monochromatic Colors of #4A626A
Black with #4A626A
Text Example
Text Example
White with #4A626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A626A; }
p { color: rgb(74,98,106); }
H1.HeaderClassName
{
color: #4A626A;
}
.AnyTagClassName
{
color: #4A626A;
}
</style>
background-color css
<style>
a { background-color: #4A626A; }
a { background-color: rgb(74,98,106); }
div.DivClassName
{
background-color: #4A626A;
}
.BgClassName
{
background-color: #4A626A;
}
</style>
border-color css
<style>
span { border-color: #4A626A; }
span { border-color: rgb(74,98,106); }
td.TdClassName
{
border-color: #4A626A;
}
.TagClassName
{
border-color: #4A626A;
}
</style>