Shades of Picton Blue #4EABDA
Tints of Picton Blue #4EABDA
RGB
CMYK
RGB Variations
Color information
#4EABDA (or 0x4EABDA) is known color: Picton Blue. HEX triplet: 4E, AB and DA. RGB value is (78,171,218). Sum of RGB (Red+Green+Blue) = 78+171+218=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #4EABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABDA is #B15425. Grayscale: #949494. Windows color (decimal): -11621414 or 14330702. OLE color: 14330702.
HSL color Cylindrical-coordinate representation of color #4EABDA: hue angle of 200.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EABDA is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 171 | 218 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.15 |
| HSL | 200.14º | 0.65% | 0.58% | - |
| HSV(B) | 200.14º | 0.64% | 0.85% | - |
| XYZ | 30.36 | 35.81 | 71.64 | - |
| YUV | 148.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 218 | 0.64 | 0.22 | 0 | 0.15 | 200.14 | 0.65 | 0.58 |
| Hex | 4E | AB | DA | 40 | 16 | 0 | F | C8 | 41 | 3A |
| Octal | 116 | 253 | 332 | 100 | 26 | 0 | 17 | 310 | 101 | 72 |
| Binary | 1001110 | 10101011 | 11011010 | 1000000 | 10110 | 0 | 1111 | 11001000 | 1000001 | 111010 |
Color Harmonies of #4EABDA
Complementary color
Monochromatic Colors of #4EABDA
Black with #4EABDA
Text Example
Text Example
White with #4EABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABDA; }
p { color: rgb(78,171,218); }
H1.HeaderClassName
{
color: #4EABDA;
}
.AnyTagClassName
{
color: #4EABDA;
}
</style>
background-color css
<style>
a { background-color: #4EABDA; }
a { background-color: rgb(78,171,218); }
div.DivClassName
{
background-color: #4EABDA;
}
.BgClassName
{
background-color: #4EABDA;
}
</style>
border-color css
<style>
span { border-color: #4EABDA; }
span { border-color: rgb(78,171,218); }
td.TdClassName
{
border-color: #4EABDA;
}
.TagClassName
{
border-color: #4EABDA;
}
</style>