Shades of Picton Blue #499EDA
Tints of Picton Blue #499EDA
RGB
CMYK
RGB Variations
Color information
#499EDA (or 0x499EDA) is known color: Picton Blue. HEX triplet: 49, 9E and DA. RGB value is (73,158,218). Sum of RGB (Red+Green+Blue) = 73+158+218=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #499EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EDA is #B66125. Grayscale: #8B8B8B. Windows color (decimal): -11952422 or 14327369. OLE color: 14327369.
HSL color Cylindrical-coordinate representation of color #499EDA: hue angle of 204.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499EDA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 158 | 218 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.15 |
| HSL | 204.83º | 0.66% | 0.57% | - |
| HSV(B) | 204.83º | 0.67% | 0.85% | - |
| XYZ | 27.63 | 30.93 | 70.84 | - |
| YUV | 139.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 218 | 0.67 | 0.28 | 0 | 0.15 | 204.83 | 0.66 | 0.57 |
| Hex | 49 | 9E | DA | 43 | 1C | 0 | F | CD | 42 | 39 |
| Octal | 111 | 236 | 332 | 103 | 34 | 0 | 17 | 315 | 102 | 71 |
| Binary | 1001001 | 10011110 | 11011010 | 1000011 | 11100 | 0 | 1111 | 11001101 | 1000010 | 111001 |
Color Harmonies of #499EDA
Complementary color
Monochromatic Colors of #499EDA
Black with #499EDA
Text Example
Text Example
White with #499EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EDA; }
p { color: rgb(73,158,218); }
H1.HeaderClassName
{
color: #499EDA;
}
.AnyTagClassName
{
color: #499EDA;
}
</style>
background-color css
<style>
a { background-color: #499EDA; }
a { background-color: rgb(73,158,218); }
div.DivClassName
{
background-color: #499EDA;
}
.BgClassName
{
background-color: #499EDA;
}
</style>
border-color css
<style>
span { border-color: #499EDA; }
span { border-color: rgb(73,158,218); }
td.TdClassName
{
border-color: #499EDA;
}
.TagClassName
{
border-color: #499EDA;
}
</style>