Shades of Picton Blue #499CDB
Tints of Picton Blue #499CDB
RGB
CMYK
RGB Variations
Color information
#499CDB (or 0x499CDB) is known color: Picton Blue. HEX triplet: 49, 9C and DB. RGB value is (73,156,219). Sum of RGB (Red+Green+Blue) = 73+156+219=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #499CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CDB is #B66324. Grayscale: #8A8A8A. Windows color (decimal): -11952933 or 14392393. OLE color: 14392393.
HSL color Cylindrical-coordinate representation of color #499CDB: hue angle of 205.89º 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 #499CDB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 156 | 219 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.14 |
| HSL | 205.89º | 0.67% | 0.57% | - |
| HSV(B) | 205.89º | 0.67% | 0.86% | - |
| XYZ | 27.42 | 30.31 | 71.42 | - |
| YUV | 138.37 | 173.5 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 219 | 0.67 | 0.29 | 0 | 0.14 | 205.89 | 0.67 | 0.57 |
| Hex | 49 | 9C | DB | 43 | 1D | 0 | E | CE | 43 | 39 |
| Octal | 111 | 234 | 333 | 103 | 35 | 0 | 16 | 316 | 103 | 71 |
| Binary | 1001001 | 10011100 | 11011011 | 1000011 | 11101 | 0 | 1110 | 11001110 | 1000011 | 111001 |
Color Harmonies of #499CDB
Complementary color
Monochromatic Colors of #499CDB
Black with #499CDB
Text Example
Text Example
White with #499CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CDB; }
p { color: rgb(73,156,219); }
H1.HeaderClassName
{
color: #499CDB;
}
.AnyTagClassName
{
color: #499CDB;
}
</style>
background-color css
<style>
a { background-color: #499CDB; }
a { background-color: rgb(73,156,219); }
div.DivClassName
{
background-color: #499CDB;
}
.BgClassName
{
background-color: #499CDB;
}
</style>
border-color css
<style>
span { border-color: #499CDB; }
span { border-color: rgb(73,156,219); }
td.TdClassName
{
border-color: #499CDB;
}
.TagClassName
{
border-color: #499CDB;
}
</style>