Shades of Picton Blue #4EA1CA
Tints of Picton Blue #4EA1CA
RGB
CMYK
RGB Variations
Color information
#4EA1CA (or 0x4EA1CA) is known color: Picton Blue. HEX triplet: 4E, A1 and CA. RGB value is (78,161,202). Sum of RGB (Red+Green+Blue) = 78+161+202=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1CA is #B15E35. Grayscale: #8C8C8C. Windows color (decimal): -11623990 or 13279566. OLE color: 13279566.
HSL color Cylindrical-coordinate representation of color #4EA1CA: hue angle of 199.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EA1CA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 161 | 202 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.21 |
| HSL | 199.84º | 0.54% | 0.55% | - |
| HSV(B) | 199.84º | 0.61% | 0.79% | - |
| XYZ | 26.55 | 31.37 | 60.53 | - |
| YUV | 140.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 202 | 0.61 | 0.20 | 0 | 0.21 | 199.84 | 0.54 | 0.55 |
| Hex | 4E | A1 | CA | 3D | 14 | 0 | 15 | C8 | 36 | 37 |
| Octal | 116 | 241 | 312 | 75 | 24 | 0 | 25 | 310 | 66 | 67 |
| Binary | 1001110 | 10100001 | 11001010 | 111101 | 10100 | 0 | 10101 | 11001000 | 110110 | 110111 |
Color Harmonies of #4EA1CA
Complementary color
Monochromatic Colors of #4EA1CA
Black with #4EA1CA
Text Example
Text Example
White with #4EA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA1CA; }
p { color: rgb(78,161,202); }
H1.HeaderClassName
{
color: #4EA1CA;
}
.AnyTagClassName
{
color: #4EA1CA;
}
</style>
background-color css
<style>
a { background-color: #4EA1CA; }
a { background-color: rgb(78,161,202); }
div.DivClassName
{
background-color: #4EA1CA;
}
.BgClassName
{
background-color: #4EA1CA;
}
</style>
border-color css
<style>
span { border-color: #4EA1CA; }
span { border-color: rgb(78,161,202); }
td.TdClassName
{
border-color: #4EA1CA;
}
.TagClassName
{
border-color: #4EA1CA;
}
</style>