Shades of Smalt Blue #4D6168
Tints of Smalt Blue #4D6168
RGB
CMYK
RGB Variations
Color information
#4D6168 (or 0x4D6168) is known color: Smalt Blue. HEX triplet: 4D, 61 and 68. RGB value is (77,97,104). Sum of RGB (Red+Green+Blue) = 77+97+104=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6168 is #B29E97. Grayscale: #5B5B5B. Windows color (decimal): -11706008 or 6840653. OLE color: 6840653.
HSL color Cylindrical-coordinate representation of color #4D6168: hue angle of 195.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6168 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 97 | 104 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.59 |
| HSL | 195.56º | 0.15% | 0.35% | - |
| HSV(B) | 195.56º | 0.26% | 0.41% | - |
| XYZ | 9.83 | 11.13 | 14.73 | - |
| YUV | 91.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 104 | 0.26 | 0.07 | 0 | 0.59 | 195.56 | 0.15 | 0.35 |
| Hex | 4D | 61 | 68 | 1A | 7 | 0 | 3B | C4 | F | 23 |
| Octal | 115 | 141 | 150 | 32 | 7 | 0 | 73 | 304 | 17 | 43 |
| Binary | 1001101 | 1100001 | 1101000 | 11010 | 111 | 0 | 111011 | 11000100 | 1111 | 100011 |
Color Harmonies of #4D6168
Complementary color
Monochromatic Colors of #4D6168
Black with #4D6168
Text Example
Text Example
White with #4D6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6168; }
p { color: rgb(77,97,104); }
H1.HeaderClassName
{
color: #4D6168;
}
.AnyTagClassName
{
color: #4D6168;
}
</style>
background-color css
<style>
a { background-color: #4D6168; }
a { background-color: rgb(77,97,104); }
div.DivClassName
{
background-color: #4D6168;
}
.BgClassName
{
background-color: #4D6168;
}
</style>
border-color css
<style>
span { border-color: #4D6168; }
span { border-color: rgb(77,97,104); }
td.TdClassName
{
border-color: #4D6168;
}
.TagClassName
{
border-color: #4D6168;
}
</style>