Shades of Picton Blue #499BDB
Tints of Picton Blue #499BDB
RGB
CMYK
RGB Variations
Color information
#499BDB (or 0x499BDB) is known color: Picton Blue. HEX triplet: 49, 9B and DB. RGB value is (73,155,219). Sum of RGB (Red+Green+Blue) = 73+155+219=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #499BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BDB is #B66424. Grayscale: #898989. Windows color (decimal): -11953189 or 14392137. OLE color: 14392137.
HSL color Cylindrical-coordinate representation of color #499BDB: hue angle of 206.3º 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 #499BDB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 155 | 219 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.14 |
| HSL | 206.3º | 0.67% | 0.57% | - |
| HSV(B) | 206.3º | 0.67% | 0.86% | - |
| XYZ | 27.26 | 29.97 | 71.37 | - |
| YUV | 137.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 219 | 0.67 | 0.29 | 0 | 0.14 | 206.3 | 0.67 | 0.57 |
| Hex | 49 | 9B | DB | 43 | 1D | 0 | E | CE | 43 | 39 |
| Octal | 111 | 233 | 333 | 103 | 35 | 0 | 16 | 316 | 103 | 71 |
| Binary | 1001001 | 10011011 | 11011011 | 1000011 | 11101 | 0 | 1110 | 11001110 | 1000011 | 111001 |
Color Harmonies of #499BDB
Complementary color
Monochromatic Colors of #499BDB
Black with #499BDB
Text Example
Text Example
White with #499BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BDB; }
p { color: rgb(73,155,219); }
H1.HeaderClassName
{
color: #499BDB;
}
.AnyTagClassName
{
color: #499BDB;
}
</style>
background-color css
<style>
a { background-color: #499BDB; }
a { background-color: rgb(73,155,219); }
div.DivClassName
{
background-color: #499BDB;
}
.BgClassName
{
background-color: #499BDB;
}
</style>
border-color css
<style>
span { border-color: #499BDB; }
span { border-color: rgb(73,155,219); }
td.TdClassName
{
border-color: #499BDB;
}
.TagClassName
{
border-color: #499BDB;
}
</style>