Shades of Picton Blue #499DD2
Tints of Picton Blue #499DD2
RGB
CMYK
RGB Variations
Color information
#499DD2 (or 0x499DD2) is known color: Picton Blue. HEX triplet: 49, 9D and D2. RGB value is (73,157,210). Sum of RGB (Red+Green+Blue) = 73+157+210=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #499DD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DD2 is #B6622D. Grayscale: #898989. Windows color (decimal): -11952686 or 13802825. OLE color: 13802825.
HSL color Cylindrical-coordinate representation of color #499DD2: hue angle of 203.21º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499DD2 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 157 | 210 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.18 |
| HSL | 203.21º | 0.6% | 0.55% | - |
| HSV(B) | 203.21º | 0.65% | 0.82% | - |
| XYZ | 26.44 | 30.18 | 65.41 | - |
| YUV | 137.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 210 | 0.65 | 0.25 | 0 | 0.18 | 203.21 | 0.6 | 0.55 |
| Hex | 49 | 9D | D2 | 41 | 19 | 0 | 12 | CB | 3C | 37 |
| Octal | 111 | 235 | 322 | 101 | 31 | 0 | 22 | 313 | 74 | 67 |
| Binary | 1001001 | 10011101 | 11010010 | 1000001 | 11001 | 0 | 10010 | 11001011 | 111100 | 110111 |
Color Harmonies of #499DD2
Complementary color
Monochromatic Colors of #499DD2
Black with #499DD2
Text Example
Text Example
White with #499DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DD2; }
p { color: rgb(73,157,210); }
H1.HeaderClassName
{
color: #499DD2;
}
.AnyTagClassName
{
color: #499DD2;
}
</style>
background-color css
<style>
a { background-color: #499DD2; }
a { background-color: rgb(73,157,210); }
div.DivClassName
{
background-color: #499DD2;
}
.BgClassName
{
background-color: #499DD2;
}
</style>
border-color css
<style>
span { border-color: #499DD2; }
span { border-color: rgb(73,157,210); }
td.TdClassName
{
border-color: #499DD2;
}
.TagClassName
{
border-color: #499DD2;
}
</style>