Shades of Picton Blue #4EA0CF
Tints of Picton Blue #4EA0CF
RGB
CMYK
RGB Variations
Color information
#4EA0CF (or 0x4EA0CF) is known color: Picton Blue. HEX triplet: 4E, A0 and CF. RGB value is (78,160,207). Sum of RGB (Red+Green+Blue) = 78+160+207=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EA0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA0CF is #B15F30. Grayscale: #8C8C8C. Windows color (decimal): -11624241 or 13606990. OLE color: 13606990.
HSL color Cylindrical-coordinate representation of color #4EA0CF: hue angle of 201.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA0CF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 160 | 207 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.19 |
| HSL | 201.86º | 0.57% | 0.56% | - |
| HSV(B) | 201.86º | 0.62% | 0.81% | - |
| XYZ | 26.98 | 31.27 | 63.64 | - |
| YUV | 140.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 207 | 0.62 | 0.23 | 0 | 0.19 | 201.86 | 0.57 | 0.56 |
| Hex | 4E | A0 | CF | 3E | 17 | 0 | 13 | CA | 39 | 38 |
| Octal | 116 | 240 | 317 | 76 | 27 | 0 | 23 | 312 | 71 | 70 |
| Binary | 1001110 | 10100000 | 11001111 | 111110 | 10111 | 0 | 10011 | 11001010 | 111001 | 111000 |
Color Harmonies of #4EA0CF
Complementary color
Monochromatic Colors of #4EA0CF
Black with #4EA0CF
Text Example
Text Example
White with #4EA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA0CF; }
p { color: rgb(78,160,207); }
H1.HeaderClassName
{
color: #4EA0CF;
}
.AnyTagClassName
{
color: #4EA0CF;
}
</style>
background-color css
<style>
a { background-color: #4EA0CF; }
a { background-color: rgb(78,160,207); }
div.DivClassName
{
background-color: #4EA0CF;
}
.BgClassName
{
background-color: #4EA0CF;
}
</style>
border-color css
<style>
span { border-color: #4EA0CF; }
span { border-color: rgb(78,160,207); }
td.TdClassName
{
border-color: #4EA0CF;
}
.TagClassName
{
border-color: #4EA0CF;
}
</style>