Shades of Picton Blue #4990D1
Tints of Picton Blue #4990D1
RGB
CMYK
RGB Variations
Color information
#4990D1 (or 0x4990D1) is known color: Picton Blue. HEX triplet: 49, 90 and D1. RGB value is (73,144,209). Sum of RGB (Red+Green+Blue) = 73+144+209=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #4990D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990D1 is #B66F2E. Grayscale: #818181. Windows color (decimal): -11956015 or 13733961. OLE color: 13733961.
HSL color Cylindrical-coordinate representation of color #4990D1: hue angle of 208.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4990D1 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 144 | 209 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.18 |
| HSL | 208.68º | 0.6% | 0.55% | - |
| HSV(B) | 208.68º | 0.65% | 0.82% | - |
| XYZ | 24.23 | 25.97 | 64.06 | - |
| YUV | 130.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 209 | 0.65 | 0.31 | 0 | 0.18 | 208.68 | 0.6 | 0.55 |
| Hex | 49 | 90 | D1 | 41 | 1F | 0 | 12 | D1 | 3C | 37 |
| Octal | 111 | 220 | 321 | 101 | 37 | 0 | 22 | 321 | 74 | 67 |
| Binary | 1001001 | 10010000 | 11010001 | 1000001 | 11111 | 0 | 10010 | 11010001 | 111100 | 110111 |
Color Harmonies of #4990D1
Complementary color
Monochromatic Colors of #4990D1
Black with #4990D1
Text Example
Text Example
White with #4990D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990D1; }
p { color: rgb(73,144,209); }
H1.HeaderClassName
{
color: #4990D1;
}
.AnyTagClassName
{
color: #4990D1;
}
</style>
background-color css
<style>
a { background-color: #4990D1; }
a { background-color: rgb(73,144,209); }
div.DivClassName
{
background-color: #4990D1;
}
.BgClassName
{
background-color: #4990D1;
}
</style>
border-color css
<style>
span { border-color: #4990D1; }
span { border-color: rgb(73,144,209); }
td.TdClassName
{
border-color: #4990D1;
}
.TagClassName
{
border-color: #4990D1;
}
</style>