Shades of Picton Blue #499DDF
Tints of Picton Blue #499DDF
RGB
CMYK
RGB Variations
Color information
#499DDF (or 0x499DDF) is known color: Picton Blue. HEX triplet: 49, 9D and DF. RGB value is (73,157,223). Sum of RGB (Red+Green+Blue) = 73+157+223=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #499DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DDF is #B66220. Grayscale: #8B8B8B. Windows color (decimal): -11952673 or 14654793. OLE color: 14654793.
HSL color Cylindrical-coordinate representation of color #499DDF: hue angle of 206.4º 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 #499DDF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 157 | 223 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.13 |
| HSL | 206.4º | 0.7% | 0.58% | - |
| HSV(B) | 206.4º | 0.67% | 0.87% | - |
| XYZ | 28.12 | 30.86 | 74.29 | - |
| YUV | 139.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 223 | 0.67 | 0.30 | 0 | 0.13 | 206.4 | 0.7 | 0.58 |
| Hex | 49 | 9D | DF | 43 | 1E | 0 | D | CE | 46 | 3A |
| Octal | 111 | 235 | 337 | 103 | 36 | 0 | 15 | 316 | 106 | 72 |
| Binary | 1001001 | 10011101 | 11011111 | 1000011 | 11110 | 0 | 1101 | 11001110 | 1000110 | 111010 |
Color Harmonies of #499DDF
Complementary color
Monochromatic Colors of #499DDF
Black with #499DDF
Text Example
Text Example
White with #499DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DDF; }
p { color: rgb(73,157,223); }
H1.HeaderClassName
{
color: #499DDF;
}
.AnyTagClassName
{
color: #499DDF;
}
</style>
background-color css
<style>
a { background-color: #499DDF; }
a { background-color: rgb(73,157,223); }
div.DivClassName
{
background-color: #499DDF;
}
.BgClassName
{
background-color: #499DDF;
}
</style>
border-color css
<style>
span { border-color: #499DDF; }
span { border-color: rgb(73,157,223); }
td.TdClassName
{
border-color: #499DDF;
}
.TagClassName
{
border-color: #499DDF;
}
</style>