Shades of Picton Blue #4E94DF
Tints of Picton Blue #4E94DF
RGB
CMYK
RGB Variations
Color information
#4E94DF (or 0x4E94DF) is known color: Picton Blue. HEX triplet: 4E, 94 and DF. RGB value is (78,148,223). Sum of RGB (Red+Green+Blue) = 78+148+223=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E94DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E94DF is #B16B20. Grayscale: #878787. Windows color (decimal): -11627297 or 14652494. OLE color: 14652494.
HSL color Cylindrical-coordinate representation of color #4E94DF: hue angle of 211.03º 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 #4E94DF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 148 | 223 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.13 |
| HSL | 211.03º | 0.69% | 0.59% | - |
| HSV(B) | 211.03º | 0.65% | 0.87% | - |
| XYZ | 27.05 | 28.13 | 73.82 | - |
| YUV | 135.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 223 | 0.65 | 0.34 | 0 | 0.13 | 211.03 | 0.69 | 0.59 |
| Hex | 4E | 94 | DF | 41 | 22 | 0 | D | D3 | 45 | 3B |
| Octal | 116 | 224 | 337 | 101 | 42 | 0 | 15 | 323 | 105 | 73 |
| Binary | 1001110 | 10010100 | 11011111 | 1000001 | 100010 | 0 | 1101 | 11010011 | 1000101 | 111011 |
Color Harmonies of #4E94DF
Complementary color
Monochromatic Colors of #4E94DF
Black with #4E94DF
Text Example
Text Example
White with #4E94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E94DF; }
p { color: rgb(78,148,223); }
H1.HeaderClassName
{
color: #4E94DF;
}
.AnyTagClassName
{
color: #4E94DF;
}
</style>
background-color css
<style>
a { background-color: #4E94DF; }
a { background-color: rgb(78,148,223); }
div.DivClassName
{
background-color: #4E94DF;
}
.BgClassName
{
background-color: #4E94DF;
}
</style>
border-color css
<style>
span { border-color: #4E94DF; }
span { border-color: rgb(78,148,223); }
td.TdClassName
{
border-color: #4E94DF;
}
.TagClassName
{
border-color: #4E94DF;
}
</style>