Shades of Picton Blue #498FDB
Tints of Picton Blue #498FDB
RGB
CMYK
RGB Variations
Color information
#498FDB (or 0x498FDB) is known color: Picton Blue. HEX triplet: 49, 8F and DB. RGB value is (73,143,219). Sum of RGB (Red+Green+Blue) = 73+143+219=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #498FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FDB is #B67024. Grayscale: #828282. Windows color (decimal): -11956261 or 14389065. OLE color: 14389065.
HSL color Cylindrical-coordinate representation of color #498FDB: hue angle of 211.23º 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 #498FDB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 143 | 219 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.14 |
| HSL | 211.23º | 0.67% | 0.57% | - |
| HSV(B) | 211.23º | 0.67% | 0.86% | - |
| XYZ | 25.36 | 26.18 | 70.73 | - |
| YUV | 130.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 219 | 0.67 | 0.35 | 0 | 0.14 | 211.23 | 0.67 | 0.57 |
| Hex | 49 | 8F | DB | 43 | 23 | 0 | E | D3 | 43 | 39 |
| Octal | 111 | 217 | 333 | 103 | 43 | 0 | 16 | 323 | 103 | 71 |
| Binary | 1001001 | 10001111 | 11011011 | 1000011 | 100011 | 0 | 1110 | 11010011 | 1000011 | 111001 |
Color Harmonies of #498FDB
Complementary color
Monochromatic Colors of #498FDB
Black with #498FDB
Text Example
Text Example
White with #498FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FDB; }
p { color: rgb(73,143,219); }
H1.HeaderClassName
{
color: #498FDB;
}
.AnyTagClassName
{
color: #498FDB;
}
</style>
background-color css
<style>
a { background-color: #498FDB; }
a { background-color: rgb(73,143,219); }
div.DivClassName
{
background-color: #498FDB;
}
.BgClassName
{
background-color: #498FDB;
}
</style>
border-color css
<style>
span { border-color: #498FDB; }
span { border-color: rgb(73,143,219); }
td.TdClassName
{
border-color: #498FDB;
}
.TagClassName
{
border-color: #498FDB;
}
</style>