Shades of Picton Blue #4990DB
Tints of Picton Blue #4990DB
RGB
CMYK
RGB Variations
Color information
#4990DB (or 0x4990DB) is known color: Picton Blue. HEX triplet: 49, 90 and DB. RGB value is (73,144,219). Sum of RGB (Red+Green+Blue) = 73+144+219=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #4990DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990DB is #B66F24. Grayscale: #828282. Windows color (decimal): -11956005 or 14389321. OLE color: 14389321.
HSL color Cylindrical-coordinate representation of color #4990DB: hue angle of 210.82º 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 #4990DB is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 144 | 219 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.14 |
| HSL | 210.82º | 0.67% | 0.57% | - |
| HSV(B) | 210.82º | 0.67% | 0.86% | - |
| XYZ | 25.51 | 26.48 | 70.78 | - |
| YUV | 131.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 219 | 0.67 | 0.34 | 0 | 0.14 | 210.82 | 0.67 | 0.57 |
| Hex | 49 | 90 | DB | 43 | 22 | 0 | E | D3 | 43 | 39 |
| Octal | 111 | 220 | 333 | 103 | 42 | 0 | 16 | 323 | 103 | 71 |
| Binary | 1001001 | 10010000 | 11011011 | 1000011 | 100010 | 0 | 1110 | 11010011 | 1000011 | 111001 |
Color Harmonies of #4990DB
Complementary color
Monochromatic Colors of #4990DB
Black with #4990DB
Text Example
Text Example
White with #4990DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990DB; }
p { color: rgb(73,144,219); }
H1.HeaderClassName
{
color: #4990DB;
}
.AnyTagClassName
{
color: #4990DB;
}
</style>
background-color css
<style>
a { background-color: #4990DB; }
a { background-color: rgb(73,144,219); }
div.DivClassName
{
background-color: #4990DB;
}
.BgClassName
{
background-color: #4990DB;
}
</style>
border-color css
<style>
span { border-color: #4990DB; }
span { border-color: rgb(73,144,219); }
td.TdClassName
{
border-color: #4990DB;
}
.TagClassName
{
border-color: #4990DB;
}
</style>