Shades of Picton Blue #4E9EDF
Tints of Picton Blue #4E9EDF
RGB
CMYK
RGB Variations
Color information
#4E9EDF (or 0x4E9EDF) is known color: Picton Blue. HEX triplet: 4E, 9E and DF. RGB value is (78,158,223). Sum of RGB (Red+Green+Blue) = 78+158+223=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E9EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9EDF is #B16120. Grayscale: #8D8D8D. Windows color (decimal): -11624737 or 14655054. OLE color: 14655054.
HSL color Cylindrical-coordinate representation of color #4E9EDF: hue angle of 206.9º 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 #4E9EDF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 158 | 223 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.13 |
| HSL | 206.9º | 0.69% | 0.59% | - |
| HSV(B) | 206.9º | 0.65% | 0.87% | - |
| XYZ | 28.69 | 31.4 | 74.36 | - |
| YUV | 141.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 223 | 0.65 | 0.29 | 0 | 0.13 | 206.9 | 0.69 | 0.59 |
| Hex | 4E | 9E | DF | 41 | 1D | 0 | D | CF | 45 | 3B |
| Octal | 116 | 236 | 337 | 101 | 35 | 0 | 15 | 317 | 105 | 73 |
| Binary | 1001110 | 10011110 | 11011111 | 1000001 | 11101 | 0 | 1101 | 11001111 | 1000101 | 111011 |
Color Harmonies of #4E9EDF
Complementary color
Monochromatic Colors of #4E9EDF
Black with #4E9EDF
Text Example
Text Example
White with #4E9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9EDF; }
p { color: rgb(78,158,223); }
H1.HeaderClassName
{
color: #4E9EDF;
}
.AnyTagClassName
{
color: #4E9EDF;
}
</style>
background-color css
<style>
a { background-color: #4E9EDF; }
a { background-color: rgb(78,158,223); }
div.DivClassName
{
background-color: #4E9EDF;
}
.BgClassName
{
background-color: #4E9EDF;
}
</style>
border-color css
<style>
span { border-color: #4E9EDF; }
span { border-color: rgb(78,158,223); }
td.TdClassName
{
border-color: #4E9EDF;
}
.TagClassName
{
border-color: #4E9EDF;
}
</style>