Shades of Picton Blue #4991CF
Tints of Picton Blue #4991CF
RGB
CMYK
RGB Variations
Color information
#4991CF (or 0x4991CF) is known color: Picton Blue. HEX triplet: 49, 91 and CF. RGB value is (73,145,207). Sum of RGB (Red+Green+Blue) = 73+145+207=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #4991CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991CF is #B66E30. Grayscale: #828282. Windows color (decimal): -11955761 or 13603145. OLE color: 13603145.
HSL color Cylindrical-coordinate representation of color #4991CF: hue angle of 207.76º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4991CF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 145 | 207 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.19 |
| HSL | 207.76º | 0.58% | 0.55% | - |
| HSV(B) | 207.76º | 0.65% | 0.81% | - |
| XYZ | 24.14 | 26.17 | 62.81 | - |
| YUV | 130.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 207 | 0.65 | 0.30 | 0 | 0.19 | 207.76 | 0.58 | 0.55 |
| Hex | 49 | 91 | CF | 41 | 1E | 0 | 13 | D0 | 3A | 37 |
| Octal | 111 | 221 | 317 | 101 | 36 | 0 | 23 | 320 | 72 | 67 |
| Binary | 1001001 | 10010001 | 11001111 | 1000001 | 11110 | 0 | 10011 | 11010000 | 111010 | 110111 |
Color Harmonies of #4991CF
Complementary color
Monochromatic Colors of #4991CF
Black with #4991CF
Text Example
Text Example
White with #4991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991CF; }
p { color: rgb(73,145,207); }
H1.HeaderClassName
{
color: #4991CF;
}
.AnyTagClassName
{
color: #4991CF;
}
</style>
background-color css
<style>
a { background-color: #4991CF; }
a { background-color: rgb(73,145,207); }
div.DivClassName
{
background-color: #4991CF;
}
.BgClassName
{
background-color: #4991CF;
}
</style>
border-color css
<style>
span { border-color: #4991CF; }
span { border-color: rgb(73,145,207); }
td.TdClassName
{
border-color: #4991CF;
}
.TagClassName
{
border-color: #4991CF;
}
</style>