Shades of Picton Blue #4EA1CB
Tints of Picton Blue #4EA1CB
RGB
CMYK
RGB Variations
Color information
#4EA1CB (or 0x4EA1CB) is known color: Picton Blue. HEX triplet: 4E, A1 and CB. RGB value is (78,161,203). Sum of RGB (Red+Green+Blue) = 78+161+203=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1CB is #B15E34. Grayscale: #8C8C8C. Windows color (decimal): -11623989 or 13345102. OLE color: 13345102.
HSL color Cylindrical-coordinate representation of color #4EA1CB: hue angle of 200.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA1CB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 161 | 203 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.20 |
| HSL | 200.16º | 0.55% | 0.55% | - |
| HSV(B) | 200.16º | 0.62% | 0.8% | - |
| XYZ | 26.67 | 31.42 | 61.16 | - |
| YUV | 140.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 203 | 0.62 | 0.21 | 0 | 0.20 | 200.16 | 0.55 | 0.55 |
| Hex | 4E | A1 | CB | 3E | 15 | 0 | 14 | C8 | 37 | 37 |
| Octal | 116 | 241 | 313 | 76 | 25 | 0 | 24 | 310 | 67 | 67 |
| Binary | 1001110 | 10100001 | 11001011 | 111110 | 10101 | 0 | 10100 | 11001000 | 110111 | 110111 |
Color Harmonies of #4EA1CB
Complementary color
Monochromatic Colors of #4EA1CB
Black with #4EA1CB
Text Example
Text Example
White with #4EA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA1CB; }
p { color: rgb(78,161,203); }
H1.HeaderClassName
{
color: #4EA1CB;
}
.AnyTagClassName
{
color: #4EA1CB;
}
</style>
background-color css
<style>
a { background-color: #4EA1CB; }
a { background-color: rgb(78,161,203); }
div.DivClassName
{
background-color: #4EA1CB;
}
.BgClassName
{
background-color: #4EA1CB;
}
</style>
border-color css
<style>
span { border-color: #4EA1CB; }
span { border-color: rgb(78,161,203); }
td.TdClassName
{
border-color: #4EA1CB;
}
.TagClassName
{
border-color: #4EA1CB;
}
</style>