Shades of Picton Blue #4EA2CE
Tints of Picton Blue #4EA2CE
RGB
CMYK
RGB Variations
Color information
#4EA2CE (or 0x4EA2CE) is known color: Picton Blue. HEX triplet: 4E, A2 and CE. RGB value is (78,162,206). Sum of RGB (Red+Green+Blue) = 78+162+206=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2CE is #B15D31. Grayscale: #8D8D8D. Windows color (decimal): -11623730 or 13541966. OLE color: 13541966.
HSL color Cylindrical-coordinate representation of color #4EA2CE: hue angle of 200.62º 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 #4EA2CE is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 162 | 206 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.19 |
| HSL | 200.63º | 0.57% | 0.56% | - |
| HSV(B) | 200.63º | 0.62% | 0.81% | - |
| XYZ | 27.2 | 31.92 | 63.12 | - |
| YUV | 141.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 206 | 0.62 | 0.21 | 0 | 0.19 | 200.63 | 0.57 | 0.56 |
| Hex | 4E | A2 | CE | 3E | 15 | 0 | 13 | C9 | 39 | 38 |
| Octal | 116 | 242 | 316 | 76 | 25 | 0 | 23 | 311 | 71 | 70 |
| Binary | 1001110 | 10100010 | 11001110 | 111110 | 10101 | 0 | 10011 | 11001001 | 111001 | 111000 |
Color Harmonies of #4EA2CE
Complementary color
Monochromatic Colors of #4EA2CE
Black with #4EA2CE
Text Example
Text Example
White with #4EA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2CE; }
p { color: rgb(78,162,206); }
H1.HeaderClassName
{
color: #4EA2CE;
}
.AnyTagClassName
{
color: #4EA2CE;
}
</style>
background-color css
<style>
a { background-color: #4EA2CE; }
a { background-color: rgb(78,162,206); }
div.DivClassName
{
background-color: #4EA2CE;
}
.BgClassName
{
background-color: #4EA2CE;
}
</style>
border-color css
<style>
span { border-color: #4EA2CE; }
span { border-color: rgb(78,162,206); }
td.TdClassName
{
border-color: #4EA2CE;
}
.TagClassName
{
border-color: #4EA2CE;
}
</style>