Shades of Picton Blue #499ED6
Tints of Picton Blue #499ED6
RGB
CMYK
RGB Variations
Color information
#499ED6 (or 0x499ED6) is known color: Picton Blue. HEX triplet: 49, 9E and D6. RGB value is (73,158,214). Sum of RGB (Red+Green+Blue) = 73+158+214=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #499ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ED6 is #B66129. Grayscale: #8A8A8A. Windows color (decimal): -11952426 or 14065225. OLE color: 14065225.
HSL color Cylindrical-coordinate representation of color #499ED6: hue angle of 203.83º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499ED6 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 158 | 214 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.16 |
| HSL | 203.83º | 0.63% | 0.56% | - |
| HSV(B) | 203.83º | 0.66% | 0.84% | - |
| XYZ | 27.11 | 30.73 | 68.12 | - |
| YUV | 138.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 214 | 0.66 | 0.26 | 0 | 0.16 | 203.83 | 0.63 | 0.56 |
| Hex | 49 | 9E | D6 | 42 | 1A | 0 | 10 | CC | 3F | 38 |
| Octal | 111 | 236 | 326 | 102 | 32 | 0 | 20 | 314 | 77 | 70 |
| Binary | 1001001 | 10011110 | 11010110 | 1000010 | 11010 | 0 | 10000 | 11001100 | 111111 | 111000 |
Color Harmonies of #499ED6
Complementary color
Monochromatic Colors of #499ED6
Black with #499ED6
Text Example
Text Example
White with #499ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ED6; }
p { color: rgb(73,158,214); }
H1.HeaderClassName
{
color: #499ED6;
}
.AnyTagClassName
{
color: #499ED6;
}
</style>
background-color css
<style>
a { background-color: #499ED6; }
a { background-color: rgb(73,158,214); }
div.DivClassName
{
background-color: #499ED6;
}
.BgClassName
{
background-color: #499ED6;
}
</style>
border-color css
<style>
span { border-color: #499ED6; }
span { border-color: rgb(73,158,214); }
td.TdClassName
{
border-color: #499ED6;
}
.TagClassName
{
border-color: #499ED6;
}
</style>