Shades of Picton Blue #4EADDB
Tints of Picton Blue #4EADDB
RGB
CMYK
RGB Variations
Color information
#4EADDB (or 0x4EADDB) is known color: Picton Blue. HEX triplet: 4E, AD and DB. RGB value is (78,173,219). Sum of RGB (Red+Green+Blue) = 78+173+219=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADDB is #B15224. Grayscale: #959595. Windows color (decimal): -11620901 or 14396750. OLE color: 14396750.
HSL color Cylindrical-coordinate representation of color #4EADDB: hue angle of 199.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EADDB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 173 | 219 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.14 |
| HSL | 199.57º | 0.66% | 0.58% | - |
| HSV(B) | 199.57º | 0.64% | 0.86% | - |
| XYZ | 30.87 | 36.62 | 72.46 | - |
| YUV | 149.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 219 | 0.64 | 0.21 | 0 | 0.14 | 199.57 | 0.66 | 0.58 |
| Hex | 4E | AD | DB | 40 | 15 | 0 | E | C8 | 42 | 3A |
| Octal | 116 | 255 | 333 | 100 | 25 | 0 | 16 | 310 | 102 | 72 |
| Binary | 1001110 | 10101101 | 11011011 | 1000000 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4EADDB
Complementary color
Monochromatic Colors of #4EADDB
Black with #4EADDB
Text Example
Text Example
White with #4EADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADDB; }
p { color: rgb(78,173,219); }
H1.HeaderClassName
{
color: #4EADDB;
}
.AnyTagClassName
{
color: #4EADDB;
}
</style>
background-color css
<style>
a { background-color: #4EADDB; }
a { background-color: rgb(78,173,219); }
div.DivClassName
{
background-color: #4EADDB;
}
.BgClassName
{
background-color: #4EADDB;
}
</style>
border-color css
<style>
span { border-color: #4EADDB; }
span { border-color: rgb(78,173,219); }
td.TdClassName
{
border-color: #4EADDB;
}
.TagClassName
{
border-color: #4EADDB;
}
</style>