Shades of Smalt Blue #4E6265
Tints of Smalt Blue #4E6265
RGB
CMYK
RGB Variations
Color information
#4E6265 (or 0x4E6265) is known color: Smalt Blue. HEX triplet: 4E, 62 and 65. RGB value is (78,98,101). Sum of RGB (Red+Green+Blue) = 78+98+101=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6265 is #B19D9A. Grayscale: #5C5C5C. Windows color (decimal): -11640219 or 6644302. OLE color: 6644302.
HSL color Cylindrical-coordinate representation of color #4E6265: hue angle of 187.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E6265 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 78 | 98 | 101 | - |
CMYK | 0.23 | 0.03 | 0 | 0.60 |
HSL | 187.83º | 0.13% | 0.35% | - |
HSV(B) | 187.83º | 0.23% | 0.4% | - |
XYZ | 9.86 | 11.29 | 13.97 | - |
YUV | 92.36 | 132.87 | 117.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 98 | 101 | 0.23 | 0.03 | 0 | 0.60 | 187.83 | 0.13 | 0.35 |
Hex | 4E | 62 | 65 | 17 | 3 | 0 | 3C | BC | D | 23 |
Octal | 116 | 142 | 145 | 27 | 3 | 0 | 74 | 274 | 15 | 43 |
Binary | 1001110 | 1100010 | 1100101 | 10111 | 11 | 0 | 111100 | 10111100 | 1101 | 100011 |
Color Harmonies of #4E6265
Complementary color
Monochromatic Colors of #4E6265
Black with #4E6265
Text Example
Text Example
White with #4E6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6265; }
p { color: rgb(78,98,101); }
H1.HeaderClassName
{
color: #4E6265;
}
.AnyTagClassName
{
color: #4E6265;
}
</style>
background-color css
<style>
a { background-color: #4E6265; }
a { background-color: rgb(78,98,101); }
div.DivClassName
{
background-color: #4E6265;
}
.BgClassName
{
background-color: #4E6265;
}
</style>
border-color css
<style>
span { border-color: #4E6265; }
span { border-color: rgb(78,98,101); }
td.TdClassName
{
border-color: #4E6265;
}
.TagClassName
{
border-color: #4E6265;
}
</style>