Shades of Picton Blue #4EAADF
Tints of Picton Blue #4EAADF
RGB
CMYK
RGB Variations
Color information
#4EAADF (or 0x4EAADF) is known color: Picton Blue. HEX triplet: 4E, AA and DF. RGB value is (78,170,223). Sum of RGB (Red+Green+Blue) = 78+170+223=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #4EAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAADF is #B15520. Grayscale: #949494. Windows color (decimal): -11621665 or 14658126. OLE color: 14658126.
HSL color Cylindrical-coordinate representation of color #4EAADF: hue angle of 201.93º degrees, saturation: 0.69, 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 #4EAADF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 170 | 223 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.13 |
| HSL | 201.93º | 0.69% | 0.59% | - |
| HSV(B) | 201.93º | 0.65% | 0.87% | - |
| XYZ | 30.84 | 35.7 | 75.08 | - |
| YUV | 148.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 223 | 0.65 | 0.24 | 0 | 0.13 | 201.93 | 0.69 | 0.59 |
| Hex | 4E | AA | DF | 41 | 18 | 0 | D | CA | 45 | 3B |
| Octal | 116 | 252 | 337 | 101 | 30 | 0 | 15 | 312 | 105 | 73 |
| Binary | 1001110 | 10101010 | 11011111 | 1000001 | 11000 | 0 | 1101 | 11001010 | 1000101 | 111011 |
Color Harmonies of #4EAADF
Complementary color
Monochromatic Colors of #4EAADF
Black with #4EAADF
Text Example
Text Example
White with #4EAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAADF; }
p { color: rgb(78,170,223); }
H1.HeaderClassName
{
color: #4EAADF;
}
.AnyTagClassName
{
color: #4EAADF;
}
</style>
background-color css
<style>
a { background-color: #4EAADF; }
a { background-color: rgb(78,170,223); }
div.DivClassName
{
background-color: #4EAADF;
}
.BgClassName
{
background-color: #4EAADF;
}
</style>
border-color css
<style>
span { border-color: #4EAADF; }
span { border-color: rgb(78,170,223); }
td.TdClassName
{
border-color: #4EAADF;
}
.TagClassName
{
border-color: #4EAADF;
}
</style>