Shades of Picton Blue #499BDF
Tints of Picton Blue #499BDF
RGB
CMYK
RGB Variations
Color information
#499BDF (or 0x499BDF) is known color: Picton Blue. HEX triplet: 49, 9B and DF. RGB value is (73,155,223). Sum of RGB (Red+Green+Blue) = 73+155+223=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #499BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BDF is #B66420. Grayscale: #898989. Windows color (decimal): -11953185 or 14654281. OLE color: 14654281.
HSL color Cylindrical-coordinate representation of color #499BDF: hue angle of 207.2º degrees, saturation: 0.7, 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 #499BDF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 155 | 223 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.13 |
| HSL | 207.2º | 0.7% | 0.58% | - |
| HSV(B) | 207.2º | 0.67% | 0.87% | - |
| XYZ | 27.79 | 30.19 | 74.17 | - |
| YUV | 138.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 223 | 0.67 | 0.30 | 0 | 0.13 | 207.2 | 0.7 | 0.58 |
| Hex | 49 | 9B | DF | 43 | 1E | 0 | D | CF | 46 | 3A |
| Octal | 111 | 233 | 337 | 103 | 36 | 0 | 15 | 317 | 106 | 72 |
| Binary | 1001001 | 10011011 | 11011111 | 1000011 | 11110 | 0 | 1101 | 11001111 | 1000110 | 111010 |
Color Harmonies of #499BDF
Complementary color
Monochromatic Colors of #499BDF
Black with #499BDF
Text Example
Text Example
White with #499BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BDF; }
p { color: rgb(73,155,223); }
H1.HeaderClassName
{
color: #499BDF;
}
.AnyTagClassName
{
color: #499BDF;
}
</style>
background-color css
<style>
a { background-color: #499BDF; }
a { background-color: rgb(73,155,223); }
div.DivClassName
{
background-color: #499BDF;
}
.BgClassName
{
background-color: #499BDF;
}
</style>
border-color css
<style>
span { border-color: #499BDF; }
span { border-color: rgb(73,155,223); }
td.TdClassName
{
border-color: #499BDF;
}
.TagClassName
{
border-color: #499BDF;
}
</style>