Shades of Picton Blue #499FE6
Tints of Picton Blue #499FE6
RGB
CMYK
RGB Variations
Color information
#499FE6 (or 0x499FE6) is known color: Picton Blue. HEX triplet: 49, 9F and E6. RGB value is (73,159,230). Sum of RGB (Red+Green+Blue) = 73+159+230=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #499FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FE6 is #B66019. Grayscale: #8D8D8D. Windows color (decimal): -11952154 or 15114057. OLE color: 15114057.
HSL color Cylindrical-coordinate representation of color #499FE6: hue angle of 207.13º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499FE6 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 159 | 230 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.10 |
| HSL | 207.13º | 0.76% | 0.59% | - |
| HSV(B) | 207.13º | 0.68% | 0.9% | - |
| XYZ | 29.43 | 31.93 | 79.47 | - |
| YUV | 141.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 230 | 0.68 | 0.31 | 0 | 0.10 | 207.13 | 0.76 | 0.59 |
| Hex | 49 | 9F | E6 | 44 | 1F | 0 | A | CF | 4C | 3B |
| Octal | 111 | 237 | 346 | 104 | 37 | 0 | 12 | 317 | 114 | 73 |
| Binary | 1001001 | 10011111 | 11100110 | 1000100 | 11111 | 0 | 1010 | 11001111 | 1001100 | 111011 |
Color Harmonies of #499FE6
Complementary color
Monochromatic Colors of #499FE6
Black with #499FE6
Text Example
Text Example
White with #499FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FE6; }
p { color: rgb(73,159,230); }
H1.HeaderClassName
{
color: #499FE6;
}
.AnyTagClassName
{
color: #499FE6;
}
</style>
background-color css
<style>
a { background-color: #499FE6; }
a { background-color: rgb(73,159,230); }
div.DivClassName
{
background-color: #499FE6;
}
.BgClassName
{
background-color: #499FE6;
}
</style>
border-color css
<style>
span { border-color: #499FE6; }
span { border-color: rgb(73,159,230); }
td.TdClassName
{
border-color: #499FE6;
}
.TagClassName
{
border-color: #499FE6;
}
</style>