Shades of Picton Blue #4991DB
Tints of Picton Blue #4991DB
RGB
CMYK
RGB Variations
Color information
#4991DB (or 0x4991DB) is known color: Picton Blue. HEX triplet: 49, 91 and DB. RGB value is (73,145,219). Sum of RGB (Red+Green+Blue) = 73+145+219=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #4991DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991DB is #B66E24. Grayscale: #838383. Windows color (decimal): -11955749 or 14389577. OLE color: 14389577.
HSL color Cylindrical-coordinate representation of color #4991DB: hue angle of 210.41º 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 #4991DB is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 145 | 219 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.14 |
| HSL | 210.41º | 0.67% | 0.57% | - |
| HSV(B) | 210.41º | 0.67% | 0.86% | - |
| XYZ | 25.66 | 26.78 | 70.83 | - |
| YUV | 131.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 219 | 0.67 | 0.34 | 0 | 0.14 | 210.41 | 0.67 | 0.57 |
| Hex | 49 | 91 | DB | 43 | 22 | 0 | E | D2 | 43 | 39 |
| Octal | 111 | 221 | 333 | 103 | 42 | 0 | 16 | 322 | 103 | 71 |
| Binary | 1001001 | 10010001 | 11011011 | 1000011 | 100010 | 0 | 1110 | 11010010 | 1000011 | 111001 |
Color Harmonies of #4991DB
Complementary color
Monochromatic Colors of #4991DB
Black with #4991DB
Text Example
Text Example
White with #4991DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991DB; }
p { color: rgb(73,145,219); }
H1.HeaderClassName
{
color: #4991DB;
}
.AnyTagClassName
{
color: #4991DB;
}
</style>
background-color css
<style>
a { background-color: #4991DB; }
a { background-color: rgb(73,145,219); }
div.DivClassName
{
background-color: #4991DB;
}
.BgClassName
{
background-color: #4991DB;
}
</style>
border-color css
<style>
span { border-color: #4991DB; }
span { border-color: rgb(73,145,219); }
td.TdClassName
{
border-color: #4991DB;
}
.TagClassName
{
border-color: #4991DB;
}
</style>