Shades of Picton Blue #4E8FDD
Tints of Picton Blue #4E8FDD
RGB
CMYK
RGB Variations
Color information
#4E8FDD (or 0x4E8FDD) is known color: Picton Blue. HEX triplet: 4E, 8F and DD. RGB value is (78,143,221). Sum of RGB (Red+Green+Blue) = 78+143+221=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8FDD is #B17022. Grayscale: #848484. Windows color (decimal): -11628579 or 14520142. OLE color: 14520142.
HSL color Cylindrical-coordinate representation of color #4E8FDD: hue angle of 212.73º 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 #4E8FDD is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 143 | 221 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.13 |
| HSL | 212.73º | 0.68% | 0.59% | - |
| HSV(B) | 212.73º | 0.65% | 0.87% | - |
| XYZ | 26.02 | 26.49 | 72.15 | - |
| YUV | 132.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 143 | 221 | 0.65 | 0.35 | 0 | 0.13 | 212.73 | 0.68 | 0.59 |
| Hex | 4E | 8F | DD | 41 | 23 | 0 | D | D5 | 44 | 3B |
| Octal | 116 | 217 | 335 | 101 | 43 | 0 | 15 | 325 | 104 | 73 |
| Binary | 1001110 | 10001111 | 11011101 | 1000001 | 100011 | 0 | 1101 | 11010101 | 1000100 | 111011 |
Color Harmonies of #4E8FDD
Complementary color
Monochromatic Colors of #4E8FDD
Black with #4E8FDD
Text Example
Text Example
White with #4E8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8FDD; }
p { color: rgb(78,143,221); }
H1.HeaderClassName
{
color: #4E8FDD;
}
.AnyTagClassName
{
color: #4E8FDD;
}
</style>
background-color css
<style>
a { background-color: #4E8FDD; }
a { background-color: rgb(78,143,221); }
div.DivClassName
{
background-color: #4E8FDD;
}
.BgClassName
{
background-color: #4E8FDD;
}
</style>
border-color css
<style>
span { border-color: #4E8FDD; }
span { border-color: rgb(78,143,221); }
td.TdClassName
{
border-color: #4E8FDD;
}
.TagClassName
{
border-color: #4E8FDD;
}
</style>