Shades of Picton Blue #499AD3
Tints of Picton Blue #499AD3
RGB
CMYK
RGB Variations
Color information
#499AD3 (or 0x499AD3) is known color: Picton Blue. HEX triplet: 49, 9A and D3. RGB value is (73,154,211). Sum of RGB (Red+Green+Blue) = 73+154+211=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #499AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AD3 is #B6652C. Grayscale: #878787. Windows color (decimal): -11953453 or 13867593. OLE color: 13867593.
HSL color Cylindrical-coordinate representation of color #499AD3: hue angle of 204.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499AD3 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 154 | 211 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.17 |
| HSL | 204.78º | 0.61% | 0.56% | - |
| HSV(B) | 204.78º | 0.65% | 0.83% | - |
| XYZ | 26.06 | 29.23 | 65.9 | - |
| YUV | 136.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 211 | 0.65 | 0.27 | 0 | 0.17 | 204.78 | 0.61 | 0.56 |
| Hex | 49 | 9A | D3 | 41 | 1B | 0 | 11 | CD | 3D | 38 |
| Octal | 111 | 232 | 323 | 101 | 33 | 0 | 21 | 315 | 75 | 70 |
| Binary | 1001001 | 10011010 | 11010011 | 1000001 | 11011 | 0 | 10001 | 11001101 | 111101 | 111000 |
Color Harmonies of #499AD3
Complementary color
Monochromatic Colors of #499AD3
Black with #499AD3
Text Example
Text Example
White with #499AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AD3; }
p { color: rgb(73,154,211); }
H1.HeaderClassName
{
color: #499AD3;
}
.AnyTagClassName
{
color: #499AD3;
}
</style>
background-color css
<style>
a { background-color: #499AD3; }
a { background-color: rgb(73,154,211); }
div.DivClassName
{
background-color: #499AD3;
}
.BgClassName
{
background-color: #499AD3;
}
</style>
border-color css
<style>
span { border-color: #499AD3; }
span { border-color: rgb(73,154,211); }
td.TdClassName
{
border-color: #499AD3;
}
.TagClassName
{
border-color: #499AD3;
}
</style>