Shades of Smalt Blue #4C6368
Tints of Smalt Blue #4C6368
RGB
CMYK
RGB Variations
Color information
#4C6368 (or 0x4C6368) is known color: Smalt Blue. HEX triplet: 4C, 63 and 68. RGB value is (76,99,104). Sum of RGB (Red+Green+Blue) = 76+99+104=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6368 is #B39C97. Grayscale: #5C5C5C. Windows color (decimal): -11771032 or 6841164. OLE color: 6841164.
HSL color Cylindrical-coordinate representation of color #4C6368: hue angle of 190.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6368 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 99 | 104 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.59 |
| HSL | 190.71º | 0.16% | 0.35% | - |
| HSV(B) | 190.71º | 0.27% | 0.41% | - |
| XYZ | 9.94 | 11.46 | 14.78 | - |
| YUV | 92.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 104 | 0.27 | 0.05 | 0 | 0.59 | 190.71 | 0.16 | 0.35 |
| Hex | 4C | 63 | 68 | 1B | 5 | 0 | 3B | BF | 10 | 23 |
| Octal | 114 | 143 | 150 | 33 | 5 | 0 | 73 | 277 | 20 | 43 |
| Binary | 1001100 | 1100011 | 1101000 | 11011 | 101 | 0 | 111011 | 10111111 | 10000 | 100011 |
Color Harmonies of #4C6368
Complementary color
Monochromatic Colors of #4C6368
Black with #4C6368
Text Example
Text Example
White with #4C6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6368; }
p { color: rgb(76,99,104); }
H1.HeaderClassName
{
color: #4C6368;
}
.AnyTagClassName
{
color: #4C6368;
}
</style>
background-color css
<style>
a { background-color: #4C6368; }
a { background-color: rgb(76,99,104); }
div.DivClassName
{
background-color: #4C6368;
}
.BgClassName
{
background-color: #4C6368;
}
</style>
border-color css
<style>
span { border-color: #4C6368; }
span { border-color: rgb(76,99,104); }
td.TdClassName
{
border-color: #4C6368;
}
.TagClassName
{
border-color: #4C6368;
}
</style>