Shades of Picton Blue #499DDB
Tints of Picton Blue #499DDB
RGB
CMYK
RGB Variations
Color information
#499DDB (or 0x499DDB) is known color: Picton Blue. HEX triplet: 49, 9D and DB. RGB value is (73,157,219). Sum of RGB (Red+Green+Blue) = 73+157+219=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #499DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DDB is #B66224. Grayscale: #8A8A8A. Windows color (decimal): -11952677 or 14392649. OLE color: 14392649.
HSL color Cylindrical-coordinate representation of color #499DDB: hue angle of 205.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499DDB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 157 | 219 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.14 |
| HSL | 205.48º | 0.67% | 0.57% | - |
| HSV(B) | 205.48º | 0.67% | 0.86% | - |
| XYZ | 27.59 | 30.64 | 71.48 | - |
| YUV | 138.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 219 | 0.67 | 0.28 | 0 | 0.14 | 205.48 | 0.67 | 0.57 |
| Hex | 49 | 9D | DB | 43 | 1C | 0 | E | CD | 43 | 39 |
| Octal | 111 | 235 | 333 | 103 | 34 | 0 | 16 | 315 | 103 | 71 |
| Binary | 1001001 | 10011101 | 11011011 | 1000011 | 11100 | 0 | 1110 | 11001101 | 1000011 | 111001 |
Color Harmonies of #499DDB
Complementary color
Monochromatic Colors of #499DDB
Black with #499DDB
Text Example
Text Example
White with #499DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DDB; }
p { color: rgb(73,157,219); }
H1.HeaderClassName
{
color: #499DDB;
}
.AnyTagClassName
{
color: #499DDB;
}
</style>
background-color css
<style>
a { background-color: #499DDB; }
a { background-color: rgb(73,157,219); }
div.DivClassName
{
background-color: #499DDB;
}
.BgClassName
{
background-color: #499DDB;
}
</style>
border-color css
<style>
span { border-color: #499DDB; }
span { border-color: rgb(73,157,219); }
td.TdClassName
{
border-color: #499DDB;
}
.TagClassName
{
border-color: #499DDB;
}
</style>