Shades of Picton Blue #499EC7
Tints of Picton Blue #499EC7
RGB
CMYK
RGB Variations
Color information
#499EC7 (or 0x499EC7) is known color: Picton Blue. HEX triplet: 49, 9E and C7. RGB value is (73,158,199). Sum of RGB (Red+Green+Blue) = 73+158+199=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #499EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EC7 is #B66138. Grayscale: #898989. Windows color (decimal): -11952441 or 13082185. OLE color: 13082185.
HSL color Cylindrical-coordinate representation of color #499EC7: hue angle of 199.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499EC7 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 158 | 199 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.22 |
| HSL | 199.52º | 0.53% | 0.53% | - |
| HSV(B) | 199.52º | 0.63% | 0.78% | - |
| XYZ | 25.28 | 29.99 | 58.49 | - |
| YUV | 137.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 199 | 0.63 | 0.21 | 0 | 0.22 | 199.52 | 0.53 | 0.53 |
| Hex | 49 | 9E | C7 | 3F | 15 | 0 | 16 | C8 | 35 | 35 |
| Octal | 111 | 236 | 307 | 77 | 25 | 0 | 26 | 310 | 65 | 65 |
| Binary | 1001001 | 10011110 | 11000111 | 111111 | 10101 | 0 | 10110 | 11001000 | 110101 | 110101 |
Color Harmonies of #499EC7
Complementary color
Monochromatic Colors of #499EC7
Black with #499EC7
Text Example
Text Example
White with #499EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EC7; }
p { color: rgb(73,158,199); }
H1.HeaderClassName
{
color: #499EC7;
}
.AnyTagClassName
{
color: #499EC7;
}
</style>
background-color css
<style>
a { background-color: #499EC7; }
a { background-color: rgb(73,158,199); }
div.DivClassName
{
background-color: #499EC7;
}
.BgClassName
{
background-color: #499EC7;
}
</style>
border-color css
<style>
span { border-color: #499EC7; }
span { border-color: rgb(73,158,199); }
td.TdClassName
{
border-color: #499EC7;
}
.TagClassName
{
border-color: #499EC7;
}
</style>