Shades of Smalt Blue #4E6369
Tints of Smalt Blue #4E6369
RGB
CMYK
RGB Variations
Color information
#4E6369 (or 0x4E6369) is known color: Smalt Blue. HEX triplet: 4E, 63 and 69. RGB value is (78,99,105). Sum of RGB (Red+Green+Blue) = 78+99+105=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6369 is #B19C96. Grayscale: #5D5D5D. Windows color (decimal): -11639959 or 6906702. OLE color: 6906702.
HSL color Cylindrical-coordinate representation of color #4E6369: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6369 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 99 | 105 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.59 |
| HSL | 193.33º | 0.15% | 0.36% | - |
| HSV(B) | 193.33º | 0.26% | 0.41% | - |
| XYZ | 10.15 | 11.56 | 15.06 | - |
| YUV | 93.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 105 | 0.26 | 0.06 | 0 | 0.59 | 193.33 | 0.15 | 0.36 |
| Hex | 4E | 63 | 69 | 1A | 6 | 0 | 3B | C1 | F | 24 |
| Octal | 116 | 143 | 151 | 32 | 6 | 0 | 73 | 301 | 17 | 44 |
| Binary | 1001110 | 1100011 | 1101001 | 11010 | 110 | 0 | 111011 | 11000001 | 1111 | 100100 |
Color Harmonies of #4E6369
Complementary color
Monochromatic Colors of #4E6369
Black with #4E6369
Text Example
Text Example
White with #4E6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6369; }
p { color: rgb(78,99,105); }
H1.HeaderClassName
{
color: #4E6369;
}
.AnyTagClassName
{
color: #4E6369;
}
</style>
background-color css
<style>
a { background-color: #4E6369; }
a { background-color: rgb(78,99,105); }
div.DivClassName
{
background-color: #4E6369;
}
.BgClassName
{
background-color: #4E6369;
}
</style>
border-color css
<style>
span { border-color: #4E6369; }
span { border-color: rgb(78,99,105); }
td.TdClassName
{
border-color: #4E6369;
}
.TagClassName
{
border-color: #4E6369;
}
</style>