Shades of Picton Blue #4E9ECE
Tints of Picton Blue #4E9ECE
RGB
CMYK
RGB Variations
Color information
#4E9ECE (or 0x4E9ECE) is known color: Picton Blue. HEX triplet: 4E, 9E and CE. RGB value is (78,158,206). Sum of RGB (Red+Green+Blue) = 78+158+206=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ECE is #B16131. Grayscale: #8B8B8B. Windows color (decimal): -11624754 or 13540942. OLE color: 13540942.
HSL color Cylindrical-coordinate representation of color #4E9ECE: hue angle of 202.5º 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 #4E9ECE is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 158 | 206 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.19 |
| HSL | 202.5º | 0.57% | 0.56% | - |
| HSV(B) | 202.5º | 0.62% | 0.81% | - |
| XYZ | 26.51 | 30.53 | 62.89 | - |
| YUV | 139.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 206 | 0.62 | 0.23 | 0 | 0.19 | 202.5 | 0.57 | 0.56 |
| Hex | 4E | 9E | CE | 3E | 17 | 0 | 13 | CA | 39 | 38 |
| Octal | 116 | 236 | 316 | 76 | 27 | 0 | 23 | 312 | 71 | 70 |
| Binary | 1001110 | 10011110 | 11001110 | 111110 | 10111 | 0 | 10011 | 11001010 | 111001 | 111000 |
Color Harmonies of #4E9ECE
Complementary color
Monochromatic Colors of #4E9ECE
Black with #4E9ECE
Text Example
Text Example
White with #4E9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9ECE; }
p { color: rgb(78,158,206); }
H1.HeaderClassName
{
color: #4E9ECE;
}
.AnyTagClassName
{
color: #4E9ECE;
}
</style>
background-color css
<style>
a { background-color: #4E9ECE; }
a { background-color: rgb(78,158,206); }
div.DivClassName
{
background-color: #4E9ECE;
}
.BgClassName
{
background-color: #4E9ECE;
}
</style>
border-color css
<style>
span { border-color: #4E9ECE; }
span { border-color: rgb(78,158,206); }
td.TdClassName
{
border-color: #4E9ECE;
}
.TagClassName
{
border-color: #4E9ECE;
}
</style>