Shades of Picton Blue #499FDC
Tints of Picton Blue #499FDC
RGB
CMYK
RGB Variations
Color information
#499FDC (or 0x499FDC) is known color: Picton Blue. HEX triplet: 49, 9F and DC. RGB value is (73,159,220). Sum of RGB (Red+Green+Blue) = 73+159+220=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #499FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FDC is #B66023. Grayscale: #8B8B8B. Windows color (decimal): -11952164 or 14458697. OLE color: 14458697.
HSL color Cylindrical-coordinate representation of color #499FDC: hue angle of 204.9º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499FDC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 159 | 220 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.14 |
| HSL | 204.9º | 0.68% | 0.57% | - |
| HSV(B) | 204.9º | 0.67% | 0.86% | - |
| XYZ | 28.06 | 31.38 | 72.29 | - |
| YUV | 140.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 220 | 0.67 | 0.28 | 0 | 0.14 | 204.9 | 0.68 | 0.57 |
| Hex | 49 | 9F | DC | 43 | 1C | 0 | E | CD | 44 | 39 |
| Octal | 111 | 237 | 334 | 103 | 34 | 0 | 16 | 315 | 104 | 71 |
| Binary | 1001001 | 10011111 | 11011100 | 1000011 | 11100 | 0 | 1110 | 11001101 | 1000100 | 111001 |
Color Harmonies of #499FDC
Complementary color
Monochromatic Colors of #499FDC
Black with #499FDC
Text Example
Text Example
White with #499FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FDC; }
p { color: rgb(73,159,220); }
H1.HeaderClassName
{
color: #499FDC;
}
.AnyTagClassName
{
color: #499FDC;
}
</style>
background-color css
<style>
a { background-color: #499FDC; }
a { background-color: rgb(73,159,220); }
div.DivClassName
{
background-color: #499FDC;
}
.BgClassName
{
background-color: #499FDC;
}
</style>
border-color css
<style>
span { border-color: #499FDC; }
span { border-color: rgb(73,159,220); }
td.TdClassName
{
border-color: #499FDC;
}
.TagClassName
{
border-color: #499FDC;
}
</style>