Shades of Picton Blue #4E9CDD
Tints of Picton Blue #4E9CDD
RGB
CMYK
RGB Variations
Color information
#4E9CDD (or 0x4E9CDD) is known color: Picton Blue. HEX triplet: 4E, 9C and DD. RGB value is (78,156,221). Sum of RGB (Red+Green+Blue) = 78+156+221=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E9CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9CDD is #B16322. Grayscale: #8B8B8B. Windows color (decimal): -11625251 or 14523470. OLE color: 14523470.
HSL color Cylindrical-coordinate representation of color #4E9CDD: hue angle of 207.27º degrees, saturation: 0.68, 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 #4E9CDD is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 156 | 221 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.13 |
| HSL | 207.27º | 0.68% | 0.59% | - |
| HSV(B) | 207.27º | 0.65% | 0.87% | - |
| XYZ | 28.08 | 30.62 | 72.84 | - |
| YUV | 140.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 156 | 221 | 0.65 | 0.29 | 0 | 0.13 | 207.27 | 0.68 | 0.59 |
| Hex | 4E | 9C | DD | 41 | 1D | 0 | D | CF | 44 | 3B |
| Octal | 116 | 234 | 335 | 101 | 35 | 0 | 15 | 317 | 104 | 73 |
| Binary | 1001110 | 10011100 | 11011101 | 1000001 | 11101 | 0 | 1101 | 11001111 | 1000100 | 111011 |
Color Harmonies of #4E9CDD
Complementary color
Monochromatic Colors of #4E9CDD
Black with #4E9CDD
Text Example
Text Example
White with #4E9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9CDD; }
p { color: rgb(78,156,221); }
H1.HeaderClassName
{
color: #4E9CDD;
}
.AnyTagClassName
{
color: #4E9CDD;
}
</style>
background-color css
<style>
a { background-color: #4E9CDD; }
a { background-color: rgb(78,156,221); }
div.DivClassName
{
background-color: #4E9CDD;
}
.BgClassName
{
background-color: #4E9CDD;
}
</style>
border-color css
<style>
span { border-color: #4E9CDD; }
span { border-color: rgb(78,156,221); }
td.TdClassName
{
border-color: #4E9CDD;
}
.TagClassName
{
border-color: #4E9CDD;
}
</style>