Shades of Picton Blue #4E9DDA
Tints of Picton Blue #4E9DDA
RGB
CMYK
RGB Variations
Color information
#4E9DDA (or 0x4E9DDA) is known color: Picton Blue. HEX triplet: 4E, 9D and DA. RGB value is (78,157,218). Sum of RGB (Red+Green+Blue) = 78+157+218=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E9DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DDA is #B16225. Grayscale: #8C8C8C. Windows color (decimal): -11624998 or 14327118. OLE color: 14327118.
HSL color Cylindrical-coordinate representation of color #4E9DDA: hue angle of 206.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E9DDA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 157 | 218 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.15 |
| HSL | 206.14º | 0.65% | 0.58% | - |
| HSV(B) | 206.14º | 0.64% | 0.85% | - |
| XYZ | 27.85 | 30.8 | 70.81 | - |
| YUV | 140.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 218 | 0.64 | 0.28 | 0 | 0.15 | 206.14 | 0.65 | 0.58 |
| Hex | 4E | 9D | DA | 40 | 1C | 0 | F | CE | 41 | 3A |
| Octal | 116 | 235 | 332 | 100 | 34 | 0 | 17 | 316 | 101 | 72 |
| Binary | 1001110 | 10011101 | 11011010 | 1000000 | 11100 | 0 | 1111 | 11001110 | 1000001 | 111010 |
Color Harmonies of #4E9DDA
Complementary color
Monochromatic Colors of #4E9DDA
Black with #4E9DDA
Text Example
Text Example
White with #4E9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9DDA; }
p { color: rgb(78,157,218); }
H1.HeaderClassName
{
color: #4E9DDA;
}
.AnyTagClassName
{
color: #4E9DDA;
}
</style>
background-color css
<style>
a { background-color: #4E9DDA; }
a { background-color: rgb(78,157,218); }
div.DivClassName
{
background-color: #4E9DDA;
}
.BgClassName
{
background-color: #4E9DDA;
}
</style>
border-color css
<style>
span { border-color: #4E9DDA; }
span { border-color: rgb(78,157,218); }
td.TdClassName
{
border-color: #4E9DDA;
}
.TagClassName
{
border-color: #4E9DDA;
}
</style>