Shades of Smalt Blue #4A6265
Tints of Smalt Blue #4A6265
RGB
CMYK
RGB Variations
Color information
#4A6265 (or 0x4A6265) is known color: Smalt Blue. HEX triplet: 4A, 62 and 65. RGB value is (74,98,101). Sum of RGB (Red+Green+Blue) = 74+98+101=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A6265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6265 is #B59D9A. Grayscale: #5B5B5B. Windows color (decimal): -11902363 or 6644298. OLE color: 6644298.
HSL color Cylindrical-coordinate representation of color #4A6265: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6265 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 98 | 101 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.60 |
| HSL | 186.67º | 0.15% | 0.34% | - |
| HSV(B) | 186.67º | 0.27% | 0.4% | - |
| XYZ | 9.54 | 11.13 | 13.96 | - |
| YUV | 91.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 101 | 0.27 | 0.03 | 0 | 0.60 | 186.67 | 0.15 | 0.34 |
| Hex | 4A | 62 | 65 | 1B | 3 | 0 | 3C | BB | F | 22 |
| Octal | 112 | 142 | 145 | 33 | 3 | 0 | 74 | 273 | 17 | 42 |
| Binary | 1001010 | 1100010 | 1100101 | 11011 | 11 | 0 | 111100 | 10111011 | 1111 | 100010 |
Color Harmonies of #4A6265
Complementary color
Monochromatic Colors of #4A6265
Black with #4A6265
Text Example
Text Example
White with #4A6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6265; }
p { color: rgb(74,98,101); }
H1.HeaderClassName
{
color: #4A6265;
}
.AnyTagClassName
{
color: #4A6265;
}
</style>
background-color css
<style>
a { background-color: #4A6265; }
a { background-color: rgb(74,98,101); }
div.DivClassName
{
background-color: #4A6265;
}
.BgClassName
{
background-color: #4A6265;
}
</style>
border-color css
<style>
span { border-color: #4A6265; }
span { border-color: rgb(74,98,101); }
td.TdClassName
{
border-color: #4A6265;
}
.TagClassName
{
border-color: #4A6265;
}
</style>