Shades of Picton Blue #499ADD
Tints of Picton Blue #499ADD
RGB
CMYK
RGB Variations
Color information
#499ADD (or 0x499ADD) is known color: Picton Blue. HEX triplet: 49, 9A and DD. RGB value is (73,154,221). Sum of RGB (Red+Green+Blue) = 73+154+221=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #499ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ADD is #B66522. Grayscale: #898989. Windows color (decimal): -11953443 or 14522953. OLE color: 14522953.
HSL color Cylindrical-coordinate representation of color #499ADD: hue angle of 207.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499ADD is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 154 | 221 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.13 |
| HSL | 207.16º | 0.69% | 0.58% | - |
| HSV(B) | 207.16º | 0.67% | 0.87% | - |
| XYZ | 27.35 | 29.75 | 72.71 | - |
| YUV | 137.42 | 175.16 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 221 | 0.67 | 0.30 | 0 | 0.13 | 207.16 | 0.69 | 0.58 |
| Hex | 49 | 9A | DD | 43 | 1E | 0 | D | CF | 45 | 3A |
| Octal | 111 | 232 | 335 | 103 | 36 | 0 | 15 | 317 | 105 | 72 |
| Binary | 1001001 | 10011010 | 11011101 | 1000011 | 11110 | 0 | 1101 | 11001111 | 1000101 | 111010 |
Color Harmonies of #499ADD
Complementary color
Monochromatic Colors of #499ADD
Black with #499ADD
Text Example
Text Example
White with #499ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ADD; }
p { color: rgb(73,154,221); }
H1.HeaderClassName
{
color: #499ADD;
}
.AnyTagClassName
{
color: #499ADD;
}
</style>
background-color css
<style>
a { background-color: #499ADD; }
a { background-color: rgb(73,154,221); }
div.DivClassName
{
background-color: #499ADD;
}
.BgClassName
{
background-color: #499ADD;
}
</style>
border-color css
<style>
span { border-color: #499ADD; }
span { border-color: rgb(73,154,221); }
td.TdClassName
{
border-color: #499ADD;
}
.TagClassName
{
border-color: #499ADD;
}
</style>