Shades of Picton Blue #4E9FCE
Tints of Picton Blue #4E9FCE
RGB
CMYK
RGB Variations
Color information
#4E9FCE (or 0x4E9FCE) is known color: Picton Blue. HEX triplet: 4E, 9F and CE. RGB value is (78,159,206). Sum of RGB (Red+Green+Blue) = 78+159+206=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9FCE is #B16031. Grayscale: #8B8B8B. Windows color (decimal): -11624498 or 13541198. OLE color: 13541198.
HSL color Cylindrical-coordinate representation of color #4E9FCE: hue angle of 202.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E9FCE is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 159 | 206 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.19 |
| HSL | 202.03º | 0.57% | 0.56% | - |
| HSV(B) | 202.03º | 0.62% | 0.81% | - |
| XYZ | 26.68 | 30.87 | 62.95 | - |
| YUV | 140.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 206 | 0.62 | 0.23 | 0 | 0.19 | 202.03 | 0.57 | 0.56 |
| Hex | 4E | 9F | CE | 3E | 17 | 0 | 13 | CA | 39 | 38 |
| Octal | 116 | 237 | 316 | 76 | 27 | 0 | 23 | 312 | 71 | 70 |
| Binary | 1001110 | 10011111 | 11001110 | 111110 | 10111 | 0 | 10011 | 11001010 | 111001 | 111000 |
Color Harmonies of #4E9FCE
Complementary color
Monochromatic Colors of #4E9FCE
Black with #4E9FCE
Text Example
Text Example
White with #4E9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9FCE; }
p { color: rgb(78,159,206); }
H1.HeaderClassName
{
color: #4E9FCE;
}
.AnyTagClassName
{
color: #4E9FCE;
}
</style>
background-color css
<style>
a { background-color: #4E9FCE; }
a { background-color: rgb(78,159,206); }
div.DivClassName
{
background-color: #4E9FCE;
}
.BgClassName
{
background-color: #4E9FCE;
}
</style>
border-color css
<style>
span { border-color: #4E9FCE; }
span { border-color: rgb(78,159,206); }
td.TdClassName
{
border-color: #4E9FCE;
}
.TagClassName
{
border-color: #4E9FCE;
}
</style>