Shades of Smalt Blue #4E636A
Tints of Smalt Blue #4E636A
RGB
CMYK
RGB Variations
Color information
#4E636A (or 0x4E636A) is known color: Smalt Blue. HEX triplet: 4E, 63 and 6A. RGB value is (78,99,106). Sum of RGB (Red+Green+Blue) = 78+99+106=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E636A is #B19C95. Grayscale: #5D5D5D. Windows color (decimal): -11639958 or 6972238. OLE color: 6972238.
HSL color Cylindrical-coordinate representation of color #4E636A: hue angle of 195º 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 #4E636A is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 99 | 106 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.58 |
| HSL | 195º | 0.15% | 0.36% | - |
| HSV(B) | 195º | 0.26% | 0.42% | - |
| XYZ | 10.21 | 11.58 | 15.33 | - |
| YUV | 93.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 106 | 0.26 | 0.07 | 0 | 0.58 | 195 | 0.15 | 0.36 |
| Hex | 4E | 63 | 6A | 1A | 7 | 0 | 3A | C3 | F | 24 |
| Octal | 116 | 143 | 152 | 32 | 7 | 0 | 72 | 303 | 17 | 44 |
| Binary | 1001110 | 1100011 | 1101010 | 11010 | 111 | 0 | 111010 | 11000011 | 1111 | 100100 |
Color Harmonies of #4E636A
Complementary color
Monochromatic Colors of #4E636A
Black with #4E636A
Text Example
Text Example
White with #4E636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E636A; }
p { color: rgb(78,99,106); }
H1.HeaderClassName
{
color: #4E636A;
}
.AnyTagClassName
{
color: #4E636A;
}
</style>
background-color css
<style>
a { background-color: #4E636A; }
a { background-color: rgb(78,99,106); }
div.DivClassName
{
background-color: #4E636A;
}
.BgClassName
{
background-color: #4E636A;
}
</style>
border-color css
<style>
span { border-color: #4E636A; }
span { border-color: rgb(78,99,106); }
td.TdClassName
{
border-color: #4E636A;
}
.TagClassName
{
border-color: #4E636A;
}
</style>