Shades of Picton Blue #4EA1CF
Tints of Picton Blue #4EA1CF
RGB
CMYK
RGB Variations
Color information
#4EA1CF (or 0x4EA1CF) is known color: Picton Blue. HEX triplet: 4E, A1 and CF. RGB value is (78,161,207). Sum of RGB (Red+Green+Blue) = 78+161+207=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EA1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1CF is #B15E30. Grayscale: #8D8D8D. Windows color (decimal): -11623985 or 13607246. OLE color: 13607246.
HSL color Cylindrical-coordinate representation of color #4EA1CF: hue angle of 201.4º 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 #4EA1CF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 161 | 207 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.19 |
| HSL | 201.4º | 0.57% | 0.56% | - |
| HSV(B) | 201.4º | 0.62% | 0.81% | - |
| XYZ | 27.15 | 31.61 | 63.7 | - |
| YUV | 141.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 207 | 0.62 | 0.22 | 0 | 0.19 | 201.4 | 0.57 | 0.56 |
| Hex | 4E | A1 | CF | 3E | 16 | 0 | 13 | C9 | 39 | 38 |
| Octal | 116 | 241 | 317 | 76 | 26 | 0 | 23 | 311 | 71 | 70 |
| Binary | 1001110 | 10100001 | 11001111 | 111110 | 10110 | 0 | 10011 | 11001001 | 111001 | 111000 |
Color Harmonies of #4EA1CF
Complementary color
Monochromatic Colors of #4EA1CF
Black with #4EA1CF
Text Example
Text Example
White with #4EA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA1CF; }
p { color: rgb(78,161,207); }
H1.HeaderClassName
{
color: #4EA1CF;
}
.AnyTagClassName
{
color: #4EA1CF;
}
</style>
background-color css
<style>
a { background-color: #4EA1CF; }
a { background-color: rgb(78,161,207); }
div.DivClassName
{
background-color: #4EA1CF;
}
.BgClassName
{
background-color: #4EA1CF;
}
</style>
border-color css
<style>
span { border-color: #4EA1CF; }
span { border-color: rgb(78,161,207); }
td.TdClassName
{
border-color: #4EA1CF;
}
.TagClassName
{
border-color: #4EA1CF;
}
</style>