Shades of Picton Blue #499EC9
Tints of Picton Blue #499EC9
RGB
CMYK
RGB Variations
Color information
#499EC9 (or 0x499EC9) is known color: Picton Blue. HEX triplet: 49, 9E and C9. RGB value is (73,158,201). Sum of RGB (Red+Green+Blue) = 73+158+201=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #499EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EC9 is #B66136. Grayscale: #898989. Windows color (decimal): -11952439 or 13213257. OLE color: 13213257.
HSL color Cylindrical-coordinate representation of color #499EC9: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499EC9 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 158 | 201 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.21 |
| HSL | 200.16º | 0.54% | 0.54% | - |
| HSV(B) | 200.16º | 0.64% | 0.79% | - |
| XYZ | 25.52 | 30.09 | 59.72 | - |
| YUV | 137.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 201 | 0.64 | 0.21 | 0 | 0.21 | 200.16 | 0.54 | 0.54 |
| Hex | 49 | 9E | C9 | 40 | 15 | 0 | 15 | C8 | 36 | 36 |
| Octal | 111 | 236 | 311 | 100 | 25 | 0 | 25 | 310 | 66 | 66 |
| Binary | 1001001 | 10011110 | 11001001 | 1000000 | 10101 | 0 | 10101 | 11001000 | 110110 | 110110 |
Color Harmonies of #499EC9
Complementary color
Monochromatic Colors of #499EC9
Black with #499EC9
Text Example
Text Example
White with #499EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EC9; }
p { color: rgb(73,158,201); }
H1.HeaderClassName
{
color: #499EC9;
}
.AnyTagClassName
{
color: #499EC9;
}
</style>
background-color css
<style>
a { background-color: #499EC9; }
a { background-color: rgb(73,158,201); }
div.DivClassName
{
background-color: #499EC9;
}
.BgClassName
{
background-color: #499EC9;
}
</style>
border-color css
<style>
span { border-color: #499EC9; }
span { border-color: rgb(73,158,201); }
td.TdClassName
{
border-color: #499EC9;
}
.TagClassName
{
border-color: #499EC9;
}
</style>