Shades of Picton Blue #4E93DF
Tints of Picton Blue #4E93DF
RGB
CMYK
RGB Variations
Color information
#4E93DF (or 0x4E93DF) is known color: Picton Blue. HEX triplet: 4E, 93 and DF. RGB value is (78,147,223). Sum of RGB (Red+Green+Blue) = 78+147+223=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E93DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E93DF is #B16C20. Grayscale: #868686. Windows color (decimal): -11627553 or 14652238. OLE color: 14652238.
HSL color Cylindrical-coordinate representation of color #4E93DF: hue angle of 211.45º 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 #4E93DF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 147 | 223 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.13 |
| HSL | 211.45º | 0.69% | 0.59% | - |
| HSV(B) | 211.45º | 0.65% | 0.87% | - |
| XYZ | 26.89 | 27.81 | 73.76 | - |
| YUV | 135.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 223 | 0.65 | 0.34 | 0 | 0.13 | 211.45 | 0.69 | 0.59 |
| Hex | 4E | 93 | DF | 41 | 22 | 0 | D | D3 | 45 | 3B |
| Octal | 116 | 223 | 337 | 101 | 42 | 0 | 15 | 323 | 105 | 73 |
| Binary | 1001110 | 10010011 | 11011111 | 1000001 | 100010 | 0 | 1101 | 11010011 | 1000101 | 111011 |
Color Harmonies of #4E93DF
Complementary color
Monochromatic Colors of #4E93DF
Black with #4E93DF
Text Example
Text Example
White with #4E93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E93DF; }
p { color: rgb(78,147,223); }
H1.HeaderClassName
{
color: #4E93DF;
}
.AnyTagClassName
{
color: #4E93DF;
}
</style>
background-color css
<style>
a { background-color: #4E93DF; }
a { background-color: rgb(78,147,223); }
div.DivClassName
{
background-color: #4E93DF;
}
.BgClassName
{
background-color: #4E93DF;
}
</style>
border-color css
<style>
span { border-color: #4E93DF; }
span { border-color: rgb(78,147,223); }
td.TdClassName
{
border-color: #4E93DF;
}
.TagClassName
{
border-color: #4E93DF;
}
</style>