Shades of Smalt Blue #4C666E
Tints of Smalt Blue #4C666E
RGB
CMYK
RGB Variations
Color information
#4C666E (or 0x4C666E) is known color: Smalt Blue. HEX triplet: 4C, 66 and 6E. RGB value is (76,102,110). Sum of RGB (Red+Green+Blue) = 76+102+110=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C666E is #B39991. Grayscale: #5F5F5F. Windows color (decimal): -11770258 or 7235148. OLE color: 7235148.
HSL color Cylindrical-coordinate representation of color #4C666E: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C666E is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 102 | 110 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.57 |
| HSL | 194.12º | 0.18% | 0.36% | - |
| HSV(B) | 194.12º | 0.31% | 0.43% | - |
| XYZ | 10.55 | 12.17 | 16.54 | - |
| YUV | 95.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 110 | 0.31 | 0.07 | 0 | 0.57 | 194.12 | 0.18 | 0.36 |
| Hex | 4C | 66 | 6E | 1F | 7 | 0 | 39 | C2 | 12 | 24 |
| Octal | 114 | 146 | 156 | 37 | 7 | 0 | 71 | 302 | 22 | 44 |
| Binary | 1001100 | 1100110 | 1101110 | 11111 | 111 | 0 | 111001 | 11000010 | 10010 | 100100 |
Color Harmonies of #4C666E
Complementary color
Monochromatic Colors of #4C666E
Black with #4C666E
Text Example
Text Example
White with #4C666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C666E; }
p { color: rgb(76,102,110); }
H1.HeaderClassName
{
color: #4C666E;
}
.AnyTagClassName
{
color: #4C666E;
}
</style>
background-color css
<style>
a { background-color: #4C666E; }
a { background-color: rgb(76,102,110); }
div.DivClassName
{
background-color: #4C666E;
}
.BgClassName
{
background-color: #4C666E;
}
</style>
border-color css
<style>
span { border-color: #4C666E; }
span { border-color: rgb(76,102,110); }
td.TdClassName
{
border-color: #4C666E;
}
.TagClassName
{
border-color: #4C666E;
}
</style>