Shades of Picton Blue #499AD8
Tints of Picton Blue #499AD8
RGB
CMYK
RGB Variations
Color information
#499AD8 (or 0x499AD8) is known color: Picton Blue. HEX triplet: 49, 9A and D8. RGB value is (73,154,216). Sum of RGB (Red+Green+Blue) = 73+154+216=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #499AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AD8 is #B66527. Grayscale: #888888. Windows color (decimal): -11953448 or 14195273. OLE color: 14195273.
HSL color Cylindrical-coordinate representation of color #499AD8: hue angle of 206.01º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499AD8 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 154 | 216 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.15 |
| HSL | 206.01º | 0.65% | 0.57% | - |
| HSV(B) | 206.01º | 0.66% | 0.85% | - |
| XYZ | 26.7 | 29.49 | 69.25 | - |
| YUV | 136.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 216 | 0.66 | 0.29 | 0 | 0.15 | 206.01 | 0.65 | 0.57 |
| Hex | 49 | 9A | D8 | 42 | 1D | 0 | F | CE | 41 | 39 |
| Octal | 111 | 232 | 330 | 102 | 35 | 0 | 17 | 316 | 101 | 71 |
| Binary | 1001001 | 10011010 | 11011000 | 1000010 | 11101 | 0 | 1111 | 11001110 | 1000001 | 111001 |
Color Harmonies of #499AD8
Complementary color
Monochromatic Colors of #499AD8
Black with #499AD8
Text Example
Text Example
White with #499AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AD8; }
p { color: rgb(73,154,216); }
H1.HeaderClassName
{
color: #499AD8;
}
.AnyTagClassName
{
color: #499AD8;
}
</style>
background-color css
<style>
a { background-color: #499AD8; }
a { background-color: rgb(73,154,216); }
div.DivClassName
{
background-color: #499AD8;
}
.BgClassName
{
background-color: #499AD8;
}
</style>
border-color css
<style>
span { border-color: #499AD8; }
span { border-color: rgb(73,154,216); }
td.TdClassName
{
border-color: #499AD8;
}
.TagClassName
{
border-color: #499AD8;
}
</style>