Shades of Picton Blue #4EACDD
Tints of Picton Blue #4EACDD
RGB
CMYK
RGB Variations
Color information
#4EACDD (or 0x4EACDD) is known color: Picton Blue. HEX triplet: 4E, AC and DD. RGB value is (78,172,221). Sum of RGB (Red+Green+Blue) = 78+172+221=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACDD is #B15322. Grayscale: #959595. Windows color (decimal): -11621155 or 14527566. OLE color: 14527566.
HSL color Cylindrical-coordinate representation of color #4EACDD: hue angle of 200.56º 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 #4EACDD is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 172 | 221 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.13 |
| HSL | 200.56º | 0.68% | 0.59% | - |
| HSV(B) | 200.56º | 0.65% | 0.87% | - |
| XYZ | 30.95 | 36.35 | 73.79 | - |
| YUV | 149.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 221 | 0.65 | 0.22 | 0 | 0.13 | 200.56 | 0.68 | 0.59 |
| Hex | 4E | AC | DD | 41 | 16 | 0 | D | C9 | 44 | 3B |
| Octal | 116 | 254 | 335 | 101 | 26 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001110 | 10101100 | 11011101 | 1000001 | 10110 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4EACDD
Complementary color
Monochromatic Colors of #4EACDD
Black with #4EACDD
Text Example
Text Example
White with #4EACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACDD; }
p { color: rgb(78,172,221); }
H1.HeaderClassName
{
color: #4EACDD;
}
.AnyTagClassName
{
color: #4EACDD;
}
</style>
background-color css
<style>
a { background-color: #4EACDD; }
a { background-color: rgb(78,172,221); }
div.DivClassName
{
background-color: #4EACDD;
}
.BgClassName
{
background-color: #4EACDD;
}
</style>
border-color css
<style>
span { border-color: #4EACDD; }
span { border-color: rgb(78,172,221); }
td.TdClassName
{
border-color: #4EACDD;
}
.TagClassName
{
border-color: #4EACDD;
}
</style>