Shades of Picton Blue #4991DC
Tints of Picton Blue #4991DC
RGB
CMYK
RGB Variations
Color information
#4991DC (or 0x4991DC) is known color: Picton Blue. HEX triplet: 49, 91 and DC. RGB value is (73,145,220). Sum of RGB (Red+Green+Blue) = 73+145+220=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4991DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991DC is #B66E23. Grayscale: #838383. Windows color (decimal): -11955748 or 14455113. OLE color: 14455113.
HSL color Cylindrical-coordinate representation of color #4991DC: hue angle of 210.61º degrees, saturation: 0.68, 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 #4991DC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 145 | 220 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.14 |
| HSL | 210.61º | 0.68% | 0.57% | - |
| HSV(B) | 210.61º | 0.67% | 0.86% | - |
| XYZ | 25.79 | 26.83 | 71.53 | - |
| YUV | 132.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 220 | 0.67 | 0.34 | 0 | 0.14 | 210.61 | 0.68 | 0.57 |
| Hex | 49 | 91 | DC | 43 | 22 | 0 | E | D3 | 44 | 39 |
| Octal | 111 | 221 | 334 | 103 | 42 | 0 | 16 | 323 | 104 | 71 |
| Binary | 1001001 | 10010001 | 11011100 | 1000011 | 100010 | 0 | 1110 | 11010011 | 1000100 | 111001 |
Color Harmonies of #4991DC
Complementary color
Monochromatic Colors of #4991DC
Black with #4991DC
Text Example
Text Example
White with #4991DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991DC; }
p { color: rgb(73,145,220); }
H1.HeaderClassName
{
color: #4991DC;
}
.AnyTagClassName
{
color: #4991DC;
}
</style>
background-color css
<style>
a { background-color: #4991DC; }
a { background-color: rgb(73,145,220); }
div.DivClassName
{
background-color: #4991DC;
}
.BgClassName
{
background-color: #4991DC;
}
</style>
border-color css
<style>
span { border-color: #4991DC; }
span { border-color: rgb(73,145,220); }
td.TdClassName
{
border-color: #4991DC;
}
.TagClassName
{
border-color: #4991DC;
}
</style>