Shades of Picton Blue #499FDA
Tints of Picton Blue #499FDA
RGB
CMYK
RGB Variations
Color information
#499FDA (or 0x499FDA) is known color: Picton Blue. HEX triplet: 49, 9F and DA. RGB value is (73,159,218). Sum of RGB (Red+Green+Blue) = 73+159+218=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #499FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FDA is #B66025. Grayscale: #8B8B8B. Windows color (decimal): -11952166 or 14327625. OLE color: 14327625.
HSL color Cylindrical-coordinate representation of color #499FDA: hue angle of 204.41º 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 #499FDA is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 159 | 218 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.15 |
| HSL | 204.41º | 0.66% | 0.57% | - |
| HSV(B) | 204.41º | 0.67% | 0.85% | - |
| XYZ | 27.8 | 31.27 | 70.9 | - |
| YUV | 140.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 218 | 0.67 | 0.27 | 0 | 0.15 | 204.41 | 0.66 | 0.57 |
| Hex | 49 | 9F | DA | 43 | 1B | 0 | F | CC | 42 | 39 |
| Octal | 111 | 237 | 332 | 103 | 33 | 0 | 17 | 314 | 102 | 71 |
| Binary | 1001001 | 10011111 | 11011010 | 1000011 | 11011 | 0 | 1111 | 11001100 | 1000010 | 111001 |
Color Harmonies of #499FDA
Complementary color
Monochromatic Colors of #499FDA
Black with #499FDA
Text Example
Text Example
White with #499FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FDA; }
p { color: rgb(73,159,218); }
H1.HeaderClassName
{
color: #499FDA;
}
.AnyTagClassName
{
color: #499FDA;
}
</style>
background-color css
<style>
a { background-color: #499FDA; }
a { background-color: rgb(73,159,218); }
div.DivClassName
{
background-color: #499FDA;
}
.BgClassName
{
background-color: #499FDA;
}
</style>
border-color css
<style>
span { border-color: #499FDA; }
span { border-color: rgb(73,159,218); }
td.TdClassName
{
border-color: #499FDA;
}
.TagClassName
{
border-color: #499FDA;
}
</style>