Shades of Smalt Blue #4F666C
Tints of Smalt Blue #4F666C
RGB
CMYK
RGB Variations
Color information
#4F666C (or 0x4F666C) is known color: Smalt Blue. HEX triplet: 4F, 66 and 6C. RGB value is (79,102,108). Sum of RGB (Red+Green+Blue) = 79+102+108=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F666C is #B09993. Grayscale: #5F5F5F. Windows color (decimal): -11573652 or 7104079. OLE color: 7104079.
HSL color Cylindrical-coordinate representation of color #4F666C: hue angle of 192.41º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F666C is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 102 | 108 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.58 |
| HSL | 192.41º | 0.16% | 0.37% | - |
| HSV(B) | 192.41º | 0.27% | 0.42% | - |
| XYZ | 10.68 | 12.25 | 15.99 | - |
| YUV | 95.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 108 | 0.27 | 0.06 | 0 | 0.58 | 192.41 | 0.16 | 0.37 |
| Hex | 4F | 66 | 6C | 1B | 6 | 0 | 3A | C0 | 10 | 25 |
| Octal | 117 | 146 | 154 | 33 | 6 | 0 | 72 | 300 | 20 | 45 |
| Binary | 1001111 | 1100110 | 1101100 | 11011 | 110 | 0 | 111010 | 11000000 | 10000 | 100101 |
Color Harmonies of #4F666C
Complementary color
Monochromatic Colors of #4F666C
Black with #4F666C
Text Example
Text Example
White with #4F666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F666C; }
p { color: rgb(79,102,108); }
H1.HeaderClassName
{
color: #4F666C;
}
.AnyTagClassName
{
color: #4F666C;
}
</style>
background-color css
<style>
a { background-color: #4F666C; }
a { background-color: rgb(79,102,108); }
div.DivClassName
{
background-color: #4F666C;
}
.BgClassName
{
background-color: #4F666C;
}
</style>
border-color css
<style>
span { border-color: #4F666C; }
span { border-color: rgb(79,102,108); }
td.TdClassName
{
border-color: #4F666C;
}
.TagClassName
{
border-color: #4F666C;
}
</style>