Shades of Picton Blue #4E9FCB
Tints of Picton Blue #4E9FCB
RGB
CMYK
RGB Variations
Color information
#4E9FCB (or 0x4E9FCB) is known color: Picton Blue. HEX triplet: 4E, 9F and CB. RGB value is (78,159,203). Sum of RGB (Red+Green+Blue) = 78+159+203=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9FCB is #B16034. Grayscale: #8B8B8B. Windows color (decimal): -11624501 or 13344590. OLE color: 13344590.
HSL color Cylindrical-coordinate representation of color #4E9FCB: hue angle of 201.12º 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 #4E9FCB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 159 | 203 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.20 |
| HSL | 201.12º | 0.55% | 0.55% | - |
| HSV(B) | 201.12º | 0.62% | 0.8% | - |
| XYZ | 26.32 | 30.73 | 61.04 | - |
| YUV | 139.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 203 | 0.62 | 0.22 | 0 | 0.20 | 201.12 | 0.55 | 0.55 |
| Hex | 4E | 9F | CB | 3E | 16 | 0 | 14 | C9 | 37 | 37 |
| Octal | 116 | 237 | 313 | 76 | 26 | 0 | 24 | 311 | 67 | 67 |
| Binary | 1001110 | 10011111 | 11001011 | 111110 | 10110 | 0 | 10100 | 11001001 | 110111 | 110111 |
Color Harmonies of #4E9FCB
Complementary color
Monochromatic Colors of #4E9FCB
Black with #4E9FCB
Text Example
Text Example
White with #4E9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9FCB; }
p { color: rgb(78,159,203); }
H1.HeaderClassName
{
color: #4E9FCB;
}
.AnyTagClassName
{
color: #4E9FCB;
}
</style>
background-color css
<style>
a { background-color: #4E9FCB; }
a { background-color: rgb(78,159,203); }
div.DivClassName
{
background-color: #4E9FCB;
}
.BgClassName
{
background-color: #4E9FCB;
}
</style>
border-color css
<style>
span { border-color: #4E9FCB; }
span { border-color: rgb(78,159,203); }
td.TdClassName
{
border-color: #4E9FCB;
}
.TagClassName
{
border-color: #4E9FCB;
}
</style>