Shades of Picton Blue #4EA5EC
Tints of Picton Blue #4EA5EC
RGB
CMYK
RGB Variations
Color information
#4EA5EC (or 0x4EA5EC) is known color: Picton Blue. HEX triplet: 4E, A5 and EC. RGB value is (78,165,236). Sum of RGB (Red+Green+Blue) = 78+165+236=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EA5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA5EC is #B15A13. Grayscale: #929292. Windows color (decimal): -11622932 or 15508814. OLE color: 15508814.
HSL color Cylindrical-coordinate representation of color #4EA5EC: hue angle of 206.96º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EA5EC is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 165 | 236 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.07 |
| HSL | 206.96º | 0.81% | 0.62% | - |
| HSV(B) | 206.96º | 0.67% | 0.93% | - |
| XYZ | 31.74 | 34.59 | 84.36 | - |
| YUV | 147.08 | 178.18 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 236 | 0.67 | 0.30 | 0 | 0.07 | 206.96 | 0.81 | 0.62 |
| Hex | 4E | A5 | EC | 43 | 1E | 0 | 7 | CF | 51 | 3E |
| Octal | 116 | 245 | 354 | 103 | 36 | 0 | 7 | 317 | 121 | 76 |
| Binary | 1001110 | 10100101 | 11101100 | 1000011 | 11110 | 0 | 111 | 11001111 | 1010001 | 111110 |
Color Harmonies of #4EA5EC
Complementary color
Monochromatic Colors of #4EA5EC
Black with #4EA5EC
Text Example
Text Example
White with #4EA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA5EC; }
p { color: rgb(78,165,236); }
H1.HeaderClassName
{
color: #4EA5EC;
}
.AnyTagClassName
{
color: #4EA5EC;
}
</style>
background-color css
<style>
a { background-color: #4EA5EC; }
a { background-color: rgb(78,165,236); }
div.DivClassName
{
background-color: #4EA5EC;
}
.BgClassName
{
background-color: #4EA5EC;
}
</style>
border-color css
<style>
span { border-color: #4EA5EC; }
span { border-color: rgb(78,165,236); }
td.TdClassName
{
border-color: #4EA5EC;
}
.TagClassName
{
border-color: #4EA5EC;
}
</style>