Shades of Picton Blue #4E9DCE
Tints of Picton Blue #4E9DCE
RGB
CMYK
RGB Variations
Color information
#4E9DCE (or 0x4E9DCE) is known color: Picton Blue. HEX triplet: 4E, 9D and CE. RGB value is (78,157,206). Sum of RGB (Red+Green+Blue) = 78+157+206=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DCE is #B16231. Grayscale: #8A8A8A. Windows color (decimal): -11625010 or 13540686. OLE color: 13540686.
HSL color Cylindrical-coordinate representation of color #4E9DCE: hue angle of 202.97º 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 #4E9DCE is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 157 | 206 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.19 |
| HSL | 202.97º | 0.57% | 0.56% | - |
| HSV(B) | 202.97º | 0.62% | 0.81% | - |
| XYZ | 26.34 | 30.19 | 62.83 | - |
| YUV | 138.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 206 | 0.62 | 0.24 | 0 | 0.19 | 202.97 | 0.57 | 0.56 |
| Hex | 4E | 9D | CE | 3E | 18 | 0 | 13 | CB | 39 | 38 |
| Octal | 116 | 235 | 316 | 76 | 30 | 0 | 23 | 313 | 71 | 70 |
| Binary | 1001110 | 10011101 | 11001110 | 111110 | 11000 | 0 | 10011 | 11001011 | 111001 | 111000 |
Color Harmonies of #4E9DCE
Complementary color
Monochromatic Colors of #4E9DCE
Black with #4E9DCE
Text Example
Text Example
White with #4E9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9DCE; }
p { color: rgb(78,157,206); }
H1.HeaderClassName
{
color: #4E9DCE;
}
.AnyTagClassName
{
color: #4E9DCE;
}
</style>
background-color css
<style>
a { background-color: #4E9DCE; }
a { background-color: rgb(78,157,206); }
div.DivClassName
{
background-color: #4E9DCE;
}
.BgClassName
{
background-color: #4E9DCE;
}
</style>
border-color css
<style>
span { border-color: #4E9DCE; }
span { border-color: rgb(78,157,206); }
td.TdClassName
{
border-color: #4E9DCE;
}
.TagClassName
{
border-color: #4E9DCE;
}
</style>