Shades of Picton Blue #4E9CDC
Tints of Picton Blue #4E9CDC
RGB
CMYK
RGB Variations
Color information
#4E9CDC (or 0x4E9CDC) is known color: Picton Blue. HEX triplet: 4E, 9C and DC. RGB value is (78,156,220). Sum of RGB (Red+Green+Blue) = 78+156+220=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9CDC is #B16323. Grayscale: #8B8B8B. Windows color (decimal): -11625252 or 14457934. OLE color: 14457934.
HSL color Cylindrical-coordinate representation of color #4E9CDC: hue angle of 207.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E9CDC is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 156 | 220 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.14 |
| HSL | 207.04º | 0.67% | 0.58% | - |
| HSV(B) | 207.04º | 0.65% | 0.86% | - |
| XYZ | 27.95 | 30.56 | 72.14 | - |
| YUV | 139.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 156 | 220 | 0.65 | 0.29 | 0 | 0.14 | 207.04 | 0.67 | 0.58 |
| Hex | 4E | 9C | DC | 41 | 1D | 0 | E | CF | 43 | 3A |
| Octal | 116 | 234 | 334 | 101 | 35 | 0 | 16 | 317 | 103 | 72 |
| Binary | 1001110 | 10011100 | 11011100 | 1000001 | 11101 | 0 | 1110 | 11001111 | 1000011 | 111010 |
Color Harmonies of #4E9CDC
Complementary color
Monochromatic Colors of #4E9CDC
Black with #4E9CDC
Text Example
Text Example
White with #4E9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9CDC; }
p { color: rgb(78,156,220); }
H1.HeaderClassName
{
color: #4E9CDC;
}
.AnyTagClassName
{
color: #4E9CDC;
}
</style>
background-color css
<style>
a { background-color: #4E9CDC; }
a { background-color: rgb(78,156,220); }
div.DivClassName
{
background-color: #4E9CDC;
}
.BgClassName
{
background-color: #4E9CDC;
}
</style>
border-color css
<style>
span { border-color: #4E9CDC; }
span { border-color: rgb(78,156,220); }
td.TdClassName
{
border-color: #4E9CDC;
}
.TagClassName
{
border-color: #4E9CDC;
}
</style>