Shades of Smalt Blue #4E626A
Tints of Smalt Blue #4E626A
RGB
CMYK
RGB Variations
Color information
#4E626A (or 0x4E626A) is known color: Smalt Blue. HEX triplet: 4E, 62 and 6A. RGB value is (78,98,106). Sum of RGB (Red+Green+Blue) = 78+98+106=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E626A is #B19D95. Grayscale: #5C5C5C. Windows color (decimal): -11640214 or 6971982. OLE color: 6971982.
HSL color Cylindrical-coordinate representation of color #4E626A: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E626A is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 98 | 106 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.58 |
| HSL | 197.14º | 0.15% | 0.36% | - |
| HSV(B) | 197.14º | 0.26% | 0.42% | - |
| XYZ | 10.11 | 11.4 | 15.3 | - |
| YUV | 92.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 106 | 0.26 | 0.08 | 0 | 0.58 | 197.14 | 0.15 | 0.36 |
| Hex | 4E | 62 | 6A | 1A | 8 | 0 | 3A | C5 | F | 24 |
| Octal | 116 | 142 | 152 | 32 | 10 | 0 | 72 | 305 | 17 | 44 |
| Binary | 1001110 | 1100010 | 1101010 | 11010 | 1000 | 0 | 111010 | 11000101 | 1111 | 100100 |
Color Harmonies of #4E626A
Complementary color
Monochromatic Colors of #4E626A
Black with #4E626A
Text Example
Text Example
White with #4E626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E626A; }
p { color: rgb(78,98,106); }
H1.HeaderClassName
{
color: #4E626A;
}
.AnyTagClassName
{
color: #4E626A;
}
</style>
background-color css
<style>
a { background-color: #4E626A; }
a { background-color: rgb(78,98,106); }
div.DivClassName
{
background-color: #4E626A;
}
.BgClassName
{
background-color: #4E626A;
}
</style>
border-color css
<style>
span { border-color: #4E626A; }
span { border-color: rgb(78,98,106); }
td.TdClassName
{
border-color: #4E626A;
}
.TagClassName
{
border-color: #4E626A;
}
</style>