Shades of Smalt Blue #4D6369
Tints of Smalt Blue #4D6369
RGB
CMYK
RGB Variations
Color information
#4D6369 (or 0x4D6369) is known color: Smalt Blue. HEX triplet: 4D, 63 and 69. RGB value is (77,99,105). Sum of RGB (Red+Green+Blue) = 77+99+105=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6369 is #B29C96. Grayscale: #5D5D5D. Windows color (decimal): -11705495 or 6906701. OLE color: 6906701.
HSL color Cylindrical-coordinate representation of color #4D6369: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6369 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 99 | 105 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.59 |
| HSL | 192.86º | 0.15% | 0.36% | - |
| HSV(B) | 192.86º | 0.27% | 0.41% | - |
| XYZ | 10.07 | 11.52 | 15.06 | - |
| YUV | 93.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 105 | 0.27 | 0.06 | 0 | 0.59 | 192.86 | 0.15 | 0.36 |
| Hex | 4D | 63 | 69 | 1B | 6 | 0 | 3B | C1 | F | 24 |
| Octal | 115 | 143 | 151 | 33 | 6 | 0 | 73 | 301 | 17 | 44 |
| Binary | 1001101 | 1100011 | 1101001 | 11011 | 110 | 0 | 111011 | 11000001 | 1111 | 100100 |
Color Harmonies of #4D6369
Complementary color
Monochromatic Colors of #4D6369
Black with #4D6369
Text Example
Text Example
White with #4D6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6369; }
p { color: rgb(77,99,105); }
H1.HeaderClassName
{
color: #4D6369;
}
.AnyTagClassName
{
color: #4D6369;
}
</style>
background-color css
<style>
a { background-color: #4D6369; }
a { background-color: rgb(77,99,105); }
div.DivClassName
{
background-color: #4D6369;
}
.BgClassName
{
background-color: #4D6369;
}
</style>
border-color css
<style>
span { border-color: #4D6369; }
span { border-color: rgb(77,99,105); }
td.TdClassName
{
border-color: #4D6369;
}
.TagClassName
{
border-color: #4D6369;
}
</style>