Shades of Smalt Blue #4E6267
Tints of Smalt Blue #4E6267
RGB
CMYK
RGB Variations
Color information
#4E6267 (or 0x4E6267) is known color: Smalt Blue. HEX triplet: 4E, 62 and 67. RGB value is (78,98,103). Sum of RGB (Red+Green+Blue) = 78+98+103=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6267 is #B19D98. Grayscale: #5C5C5C. Windows color (decimal): -11640217 or 6775374. OLE color: 6775374.
HSL color Cylindrical-coordinate representation of color #4E6267: hue angle of 192º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6267 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 98 | 103 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.60 |
| HSL | 192º | 0.14% | 0.35% | - |
| HSV(B) | 192º | 0.24% | 0.4% | - |
| XYZ | 9.96 | 11.33 | 14.49 | - |
| YUV | 92.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 103 | 0.24 | 0.05 | 0 | 0.60 | 192 | 0.14 | 0.35 |
| Hex | 4E | 62 | 67 | 18 | 5 | 0 | 3C | C0 | E | 23 |
| Octal | 116 | 142 | 147 | 30 | 5 | 0 | 74 | 300 | 16 | 43 |
| Binary | 1001110 | 1100010 | 1100111 | 11000 | 101 | 0 | 111100 | 11000000 | 1110 | 100011 |
Color Harmonies of #4E6267
Complementary color
Monochromatic Colors of #4E6267
Black with #4E6267
Text Example
Text Example
White with #4E6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6267; }
p { color: rgb(78,98,103); }
H1.HeaderClassName
{
color: #4E6267;
}
.AnyTagClassName
{
color: #4E6267;
}
</style>
background-color css
<style>
a { background-color: #4E6267; }
a { background-color: rgb(78,98,103); }
div.DivClassName
{
background-color: #4E6267;
}
.BgClassName
{
background-color: #4E6267;
}
</style>
border-color css
<style>
span { border-color: #4E6267; }
span { border-color: rgb(78,98,103); }
td.TdClassName
{
border-color: #4E6267;
}
.TagClassName
{
border-color: #4E6267;
}
</style>