Shades of Picton Blue #499FCF
Tints of Picton Blue #499FCF
RGB
CMYK
RGB Variations
Color information
#499FCF (or 0x499FCF) is known color: Picton Blue. HEX triplet: 49, 9F and CF. RGB value is (73,159,207). Sum of RGB (Red+Green+Blue) = 73+159+207=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #499FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCF is #B66030. Grayscale: #8A8A8A. Windows color (decimal): -11952177 or 13606729. OLE color: 13606729.
HSL color Cylindrical-coordinate representation of color #499FCF: hue angle of 201.49º 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 #499FCF is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 159 | 207 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.19 |
| HSL | 201.49º | 0.58% | 0.55% | - |
| HSV(B) | 201.49º | 0.65% | 0.81% | - |
| XYZ | 26.41 | 30.72 | 63.57 | - |
| YUV | 138.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 207 | 0.65 | 0.23 | 0 | 0.19 | 201.49 | 0.58 | 0.55 |
| Hex | 49 | 9F | CF | 41 | 17 | 0 | 13 | C9 | 3A | 37 |
| Octal | 111 | 237 | 317 | 101 | 27 | 0 | 23 | 311 | 72 | 67 |
| Binary | 1001001 | 10011111 | 11001111 | 1000001 | 10111 | 0 | 10011 | 11001001 | 111010 | 110111 |
Color Harmonies of #499FCF
Complementary color
Monochromatic Colors of #499FCF
Black with #499FCF
Text Example
Text Example
White with #499FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FCF; }
p { color: rgb(73,159,207); }
H1.HeaderClassName
{
color: #499FCF;
}
.AnyTagClassName
{
color: #499FCF;
}
</style>
background-color css
<style>
a { background-color: #499FCF; }
a { background-color: rgb(73,159,207); }
div.DivClassName
{
background-color: #499FCF;
}
.BgClassName
{
background-color: #499FCF;
}
</style>
border-color css
<style>
span { border-color: #499FCF; }
span { border-color: rgb(73,159,207); }
td.TdClassName
{
border-color: #499FCF;
}
.TagClassName
{
border-color: #499FCF;
}
</style>