Shades of Picton Blue #499BD0
Tints of Picton Blue #499BD0
RGB
CMYK
RGB Variations
Color information
#499BD0 (or 0x499BD0) is known color: Picton Blue. HEX triplet: 49, 9B and D0. RGB value is (73,155,208). Sum of RGB (Red+Green+Blue) = 73+155+208=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #499BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BD0 is #B6642F. Grayscale: #888888. Windows color (decimal): -11953200 or 13671241. OLE color: 13671241.
HSL color Cylindrical-coordinate representation of color #499BD0: hue angle of 203.56º degrees, saturation: 0.59, 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 #499BD0 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 155 | 208 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.18 |
| HSL | 203.56º | 0.59% | 0.55% | - |
| HSV(B) | 203.56º | 0.65% | 0.82% | - |
| XYZ | 25.85 | 29.41 | 63.99 | - |
| YUV | 136.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 208 | 0.65 | 0.25 | 0 | 0.18 | 203.56 | 0.59 | 0.55 |
| Hex | 49 | 9B | D0 | 41 | 19 | 0 | 12 | CC | 3B | 37 |
| Octal | 111 | 233 | 320 | 101 | 31 | 0 | 22 | 314 | 73 | 67 |
| Binary | 1001001 | 10011011 | 11010000 | 1000001 | 11001 | 0 | 10010 | 11001100 | 111011 | 110111 |
Color Harmonies of #499BD0
Complementary color
Monochromatic Colors of #499BD0
Black with #499BD0
Text Example
Text Example
White with #499BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BD0; }
p { color: rgb(73,155,208); }
H1.HeaderClassName
{
color: #499BD0;
}
.AnyTagClassName
{
color: #499BD0;
}
</style>
background-color css
<style>
a { background-color: #499BD0; }
a { background-color: rgb(73,155,208); }
div.DivClassName
{
background-color: #499BD0;
}
.BgClassName
{
background-color: #499BD0;
}
</style>
border-color css
<style>
span { border-color: #499BD0; }
span { border-color: rgb(73,155,208); }
td.TdClassName
{
border-color: #499BD0;
}
.TagClassName
{
border-color: #499BD0;
}
</style>