Shades of Picton Blue #4EAADD
Tints of Picton Blue #4EAADD
RGB
CMYK
RGB Variations
Color information
#4EAADD (or 0x4EAADD) is known color: Picton Blue. HEX triplet: 4E, AA and DD. RGB value is (78,170,221). Sum of RGB (Red+Green+Blue) = 78+170+221=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAADD is #B15522. Grayscale: #949494. Windows color (decimal): -11621667 or 14527054. OLE color: 14527054.
HSL color Cylindrical-coordinate representation of color #4EAADD: hue angle of 201.4º 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 #4EAADD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 170 | 221 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.13 |
| HSL | 201.4º | 0.68% | 0.59% | - |
| HSV(B) | 201.4º | 0.65% | 0.87% | - |
| XYZ | 30.57 | 35.59 | 73.67 | - |
| YUV | 148.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 221 | 0.65 | 0.23 | 0 | 0.13 | 201.4 | 0.68 | 0.59 |
| Hex | 4E | AA | DD | 41 | 17 | 0 | D | C9 | 44 | 3B |
| Octal | 116 | 252 | 335 | 101 | 27 | 0 | 15 | 311 | 104 | 73 |
| Binary | 1001110 | 10101010 | 11011101 | 1000001 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111011 |
Color Harmonies of #4EAADD
Complementary color
Monochromatic Colors of #4EAADD
Black with #4EAADD
Text Example
Text Example
White with #4EAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAADD; }
p { color: rgb(78,170,221); }
H1.HeaderClassName
{
color: #4EAADD;
}
.AnyTagClassName
{
color: #4EAADD;
}
</style>
background-color css
<style>
a { background-color: #4EAADD; }
a { background-color: rgb(78,170,221); }
div.DivClassName
{
background-color: #4EAADD;
}
.BgClassName
{
background-color: #4EAADD;
}
</style>
border-color css
<style>
span { border-color: #4EAADD; }
span { border-color: rgb(78,170,221); }
td.TdClassName
{
border-color: #4EAADD;
}
.TagClassName
{
border-color: #4EAADD;
}
</style>