Shades of Picton Blue #4EA3E8
Tints of Picton Blue #4EA3E8
RGB
CMYK
RGB Variations
Color information
#4EA3E8 (or 0x4EA3E8) is known color: Picton Blue. HEX triplet: 4E, A3 and E8. RGB value is (78,163,232). Sum of RGB (Red+Green+Blue) = 78+163+232=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #4EA3E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA3E8 is #B15C17. Grayscale: #919191. Windows color (decimal): -11623448 or 15246158. OLE color: 15246158.
HSL color Cylindrical-coordinate representation of color #4EA3E8: hue angle of 206.88º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EA3E8 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 163 | 232 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.09 |
| HSL | 206.88º | 0.77% | 0.61% | - |
| HSV(B) | 206.88º | 0.66% | 0.91% | - |
| XYZ | 30.8 | 33.64 | 81.21 | - |
| YUV | 145.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 232 | 0.66 | 0.30 | 0 | 0.09 | 206.88 | 0.77 | 0.61 |
| Hex | 4E | A3 | E8 | 42 | 1E | 0 | 9 | CF | 4D | 3D |
| Octal | 116 | 243 | 350 | 102 | 36 | 0 | 11 | 317 | 115 | 75 |
| Binary | 1001110 | 10100011 | 11101000 | 1000010 | 11110 | 0 | 1001 | 11001111 | 1001101 | 111101 |
Color Harmonies of #4EA3E8
Complementary color
Monochromatic Colors of #4EA3E8
Black with #4EA3E8
Text Example
Text Example
White with #4EA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA3E8; }
p { color: rgb(78,163,232); }
H1.HeaderClassName
{
color: #4EA3E8;
}
.AnyTagClassName
{
color: #4EA3E8;
}
</style>
background-color css
<style>
a { background-color: #4EA3E8; }
a { background-color: rgb(78,163,232); }
div.DivClassName
{
background-color: #4EA3E8;
}
.BgClassName
{
background-color: #4EA3E8;
}
</style>
border-color css
<style>
span { border-color: #4EA3E8; }
span { border-color: rgb(78,163,232); }
td.TdClassName
{
border-color: #4EA3E8;
}
.TagClassName
{
border-color: #4EA3E8;
}
</style>