Shades of Picton Blue #4E91DF
Tints of Picton Blue #4E91DF
RGB
CMYK
RGB Variations
Color information
#4E91DF (or 0x4E91DF) is known color: Picton Blue. HEX triplet: 4E, 91 and DF. RGB value is (78,145,223). Sum of RGB (Red+Green+Blue) = 78+145+223=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E91DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91DF is #B16E20. Grayscale: #858585. Windows color (decimal): -11628065 or 14651726. OLE color: 14651726.
HSL color Cylindrical-coordinate representation of color #4E91DF: hue angle of 212.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E91DF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 145 | 223 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.13 |
| HSL | 212.28º | 0.69% | 0.59% | - |
| HSV(B) | 212.28º | 0.65% | 0.87% | - |
| XYZ | 26.59 | 27.2 | 73.66 | - |
| YUV | 133.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 223 | 0.65 | 0.35 | 0 | 0.13 | 212.28 | 0.69 | 0.59 |
| Hex | 4E | 91 | DF | 41 | 23 | 0 | D | D4 | 45 | 3B |
| Octal | 116 | 221 | 337 | 101 | 43 | 0 | 15 | 324 | 105 | 73 |
| Binary | 1001110 | 10010001 | 11011111 | 1000001 | 100011 | 0 | 1101 | 11010100 | 1000101 | 111011 |
Color Harmonies of #4E91DF
Complementary color
Monochromatic Colors of #4E91DF
Black with #4E91DF
Text Example
Text Example
White with #4E91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E91DF; }
p { color: rgb(78,145,223); }
H1.HeaderClassName
{
color: #4E91DF;
}
.AnyTagClassName
{
color: #4E91DF;
}
</style>
background-color css
<style>
a { background-color: #4E91DF; }
a { background-color: rgb(78,145,223); }
div.DivClassName
{
background-color: #4E91DF;
}
.BgClassName
{
background-color: #4E91DF;
}
</style>
border-color css
<style>
span { border-color: #4E91DF; }
span { border-color: rgb(78,145,223); }
td.TdClassName
{
border-color: #4E91DF;
}
.TagClassName
{
border-color: #4E91DF;
}
</style>