Shades of Picton Blue #4E91D8
Tints of Picton Blue #4E91D8
RGB
CMYK
RGB Variations
Color information
#4E91D8 (or 0x4E91D8) is known color: Picton Blue. HEX triplet: 4E, 91 and D8. RGB value is (78,145,216). Sum of RGB (Red+Green+Blue) = 78+145+216=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #4E91D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91D8 is #B16E27. Grayscale: #848484. Windows color (decimal): -11628072 or 14192974. OLE color: 14192974.
HSL color Cylindrical-coordinate representation of color #4E91D8: hue angle of 210.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E91D8 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 145 | 216 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.15 |
| HSL | 210.87º | 0.64% | 0.58% | - |
| HSV(B) | 210.87º | 0.64% | 0.85% | - |
| XYZ | 25.66 | 26.83 | 68.79 | - |
| YUV | 133.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 216 | 0.64 | 0.33 | 0 | 0.15 | 210.87 | 0.64 | 0.58 |
| Hex | 4E | 91 | D8 | 40 | 21 | 0 | F | D3 | 40 | 3A |
| Octal | 116 | 221 | 330 | 100 | 41 | 0 | 17 | 323 | 100 | 72 |
| Binary | 1001110 | 10010001 | 11011000 | 1000000 | 100001 | 0 | 1111 | 11010011 | 1000000 | 111010 |
Color Harmonies of #4E91D8
Complementary color
Monochromatic Colors of #4E91D8
Black with #4E91D8
Text Example
Text Example
White with #4E91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E91D8; }
p { color: rgb(78,145,216); }
H1.HeaderClassName
{
color: #4E91D8;
}
.AnyTagClassName
{
color: #4E91D8;
}
</style>
background-color css
<style>
a { background-color: #4E91D8; }
a { background-color: rgb(78,145,216); }
div.DivClassName
{
background-color: #4E91D8;
}
.BgClassName
{
background-color: #4E91D8;
}
</style>
border-color css
<style>
span { border-color: #4E91D8; }
span { border-color: rgb(78,145,216); }
td.TdClassName
{
border-color: #4E91D8;
}
.TagClassName
{
border-color: #4E91D8;
}
</style>