Shades of Picton Blue #4E9ECB
Tints of Picton Blue #4E9ECB
RGB
CMYK
RGB Variations
Color information
#4E9ECB (or 0x4E9ECB) is known color: Picton Blue. HEX triplet: 4E, 9E and CB. RGB value is (78,158,203). Sum of RGB (Red+Green+Blue) = 78+158+203=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ECB is #B16134. Grayscale: #8A8A8A. Windows color (decimal): -11624757 or 13344334. OLE color: 13344334.
HSL color Cylindrical-coordinate representation of color #4E9ECB: hue angle of 201.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E9ECB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 158 | 203 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.20 |
| HSL | 201.6º | 0.55% | 0.55% | - |
| HSV(B) | 201.6º | 0.62% | 0.8% | - |
| XYZ | 26.15 | 30.39 | 60.99 | - |
| YUV | 139.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 203 | 0.62 | 0.22 | 0 | 0.20 | 201.6 | 0.55 | 0.55 |
| Hex | 4E | 9E | CB | 3E | 16 | 0 | 14 | CA | 37 | 37 |
| Octal | 116 | 236 | 313 | 76 | 26 | 0 | 24 | 312 | 67 | 67 |
| Binary | 1001110 | 10011110 | 11001011 | 111110 | 10110 | 0 | 10100 | 11001010 | 110111 | 110111 |
Color Harmonies of #4E9ECB
Complementary color
Monochromatic Colors of #4E9ECB
Black with #4E9ECB
Text Example
Text Example
White with #4E9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9ECB; }
p { color: rgb(78,158,203); }
H1.HeaderClassName
{
color: #4E9ECB;
}
.AnyTagClassName
{
color: #4E9ECB;
}
</style>
background-color css
<style>
a { background-color: #4E9ECB; }
a { background-color: rgb(78,158,203); }
div.DivClassName
{
background-color: #4E9ECB;
}
.BgClassName
{
background-color: #4E9ECB;
}
</style>
border-color css
<style>
span { border-color: #4E9ECB; }
span { border-color: rgb(78,158,203); }
td.TdClassName
{
border-color: #4E9ECB;
}
.TagClassName
{
border-color: #4E9ECB;
}
</style>