Shades of Picton Blue #499FCE
Tints of Picton Blue #499FCE
RGB
CMYK
RGB Variations
Color information
#499FCE (or 0x499FCE) is known color: Picton Blue. HEX triplet: 49, 9F and CE. RGB value is (73,159,206). Sum of RGB (Red+Green+Blue) = 73+159+206=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #499FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCE is #B66031. Grayscale: #8A8A8A. Windows color (decimal): -11952178 or 13541193. OLE color: 13541193.
HSL color Cylindrical-coordinate representation of color #499FCE: hue angle of 201.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499FCE is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 159 | 206 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.19 |
| HSL | 201.2º | 0.58% | 0.55% | - |
| HSV(B) | 201.2º | 0.65% | 0.81% | - |
| XYZ | 26.29 | 30.67 | 62.93 | - |
| YUV | 138.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 206 | 0.65 | 0.23 | 0 | 0.19 | 201.2 | 0.58 | 0.55 |
| Hex | 49 | 9F | CE | 41 | 17 | 0 | 13 | C9 | 3A | 37 |
| Octal | 111 | 237 | 316 | 101 | 27 | 0 | 23 | 311 | 72 | 67 |
| Binary | 1001001 | 10011111 | 11001110 | 1000001 | 10111 | 0 | 10011 | 11001001 | 111010 | 110111 |
Color Harmonies of #499FCE
Complementary color
Monochromatic Colors of #499FCE
Black with #499FCE
Text Example
Text Example
White with #499FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FCE; }
p { color: rgb(73,159,206); }
H1.HeaderClassName
{
color: #499FCE;
}
.AnyTagClassName
{
color: #499FCE;
}
</style>
background-color css
<style>
a { background-color: #499FCE; }
a { background-color: rgb(73,159,206); }
div.DivClassName
{
background-color: #499FCE;
}
.BgClassName
{
background-color: #499FCE;
}
</style>
border-color css
<style>
span { border-color: #499FCE; }
span { border-color: rgb(73,159,206); }
td.TdClassName
{
border-color: #499FCE;
}
.TagClassName
{
border-color: #499FCE;
}
</style>