Shades of Picton Blue #4EABDD
Tints of Picton Blue #4EABDD
RGB
CMYK
RGB Variations
Color information
#4EABDD (or 0x4EABDD) is known color: Picton Blue. HEX triplet: 4E, AB and DD. RGB value is (78,171,221). Sum of RGB (Red+Green+Blue) = 78+171+221=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDD is #B15422. Grayscale: #949494. Windows color (decimal): -11621411 or 14527310. OLE color: 14527310.
HSL color Cylindrical-coordinate representation of color #4EABDD: hue angle of 200.98º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EABDD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 171 | 221 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.13 |
| HSL | 200.98º | 0.68% | 0.59% | - |
| HSV(B) | 200.98º | 0.65% | 0.87% | - |
| XYZ | 30.76 | 35.97 | 73.73 | - |
| YUV | 148.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 221 | 0.65 | 0.23 | 0 | 0.13 | 200.98 | 0.68 | 0.59 |
| Hex | 4E | AB | DD | 41 | 17 | 0 | D | C9 | 44 | 3B |
| Octal | 116 | 253 | 335 | 101 | 27 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001110 | 10101011 | 11011101 | 1000001 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4EABDD
Complementary color
Monochromatic Colors of #4EABDD
Black with #4EABDD
Text Example
Text Example
White with #4EABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABDD; }
p { color: rgb(78,171,221); }
H1.HeaderClassName
{
color: #4EABDD;
}
.AnyTagClassName
{
color: #4EABDD;
}
</style>
background-color css
<style>
a { background-color: #4EABDD; }
a { background-color: rgb(78,171,221); }
div.DivClassName
{
background-color: #4EABDD;
}
.BgClassName
{
background-color: #4EABDD;
}
</style>
border-color css
<style>
span { border-color: #4EABDD; }
span { border-color: rgb(78,171,221); }
td.TdClassName
{
border-color: #4EABDD;
}
.TagClassName
{
border-color: #4EABDD;
}
</style>