Shades of Picton Blue #4E9ADB
Tints of Picton Blue #4E9ADB
RGB
CMYK
RGB Variations
Color information
#4E9ADB (or 0x4E9ADB) is known color: Picton Blue. HEX triplet: 4E, 9A and DB. RGB value is (78,154,219). Sum of RGB (Red+Green+Blue) = 78+154+219=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ADB is #B16524. Grayscale: #8A8A8A. Windows color (decimal): -11625765 or 14391886. OLE color: 14391886.
HSL color Cylindrical-coordinate representation of color #4E9ADB: hue angle of 207.66º 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 #4E9ADB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 154 | 219 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.14 |
| HSL | 207.66º | 0.66% | 0.58% | - |
| HSV(B) | 207.66º | 0.64% | 0.86% | - |
| XYZ | 27.48 | 29.85 | 71.33 | - |
| YUV | 138.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 219 | 0.64 | 0.30 | 0 | 0.14 | 207.66 | 0.66 | 0.58 |
| Hex | 4E | 9A | DB | 40 | 1E | 0 | E | D0 | 42 | 3A |
| Octal | 116 | 232 | 333 | 100 | 36 | 0 | 16 | 320 | 102 | 72 |
| Binary | 1001110 | 10011010 | 11011011 | 1000000 | 11110 | 0 | 1110 | 11010000 | 1000010 | 111010 |
Color Harmonies of #4E9ADB
Complementary color
Monochromatic Colors of #4E9ADB
Black with #4E9ADB
Text Example
Text Example
White with #4E9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9ADB; }
p { color: rgb(78,154,219); }
H1.HeaderClassName
{
color: #4E9ADB;
}
.AnyTagClassName
{
color: #4E9ADB;
}
</style>
background-color css
<style>
a { background-color: #4E9ADB; }
a { background-color: rgb(78,154,219); }
div.DivClassName
{
background-color: #4E9ADB;
}
.BgClassName
{
background-color: #4E9ADB;
}
</style>
border-color css
<style>
span { border-color: #4E9ADB; }
span { border-color: rgb(78,154,219); }
td.TdClassName
{
border-color: #4E9ADB;
}
.TagClassName
{
border-color: #4E9ADB;
}
</style>