Shades of Picton Blue #4E99CB
Tints of Picton Blue #4E99CB
RGB
CMYK
RGB Variations
Color information
#4E99CB (or 0x4E99CB) is known color: Picton Blue. HEX triplet: 4E, 99 and CB. RGB value is (78,153,203). Sum of RGB (Red+Green+Blue) = 78+153+203=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99CB is #B16634. Grayscale: #888888. Windows color (decimal): -11626037 or 13343054. OLE color: 13343054.
HSL color Cylindrical-coordinate representation of color #4E99CB: hue angle of 204º 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 #4E99CB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 153 | 203 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.20 |
| HSL | 204º | 0.55% | 0.55% | - |
| HSV(B) | 204º | 0.62% | 0.8% | - |
| XYZ | 25.31 | 28.71 | 60.71 | - |
| YUV | 136.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 203 | 0.62 | 0.25 | 0 | 0.20 | 204 | 0.55 | 0.55 |
| Hex | 4E | 99 | CB | 3E | 19 | 0 | 14 | CC | 37 | 37 |
| Octal | 116 | 231 | 313 | 76 | 31 | 0 | 24 | 314 | 67 | 67 |
| Binary | 1001110 | 10011001 | 11001011 | 111110 | 11001 | 0 | 10100 | 11001100 | 110111 | 110111 |
Color Harmonies of #4E99CB
Complementary color
Monochromatic Colors of #4E99CB
Black with #4E99CB
Text Example
Text Example
White with #4E99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E99CB; }
p { color: rgb(78,153,203); }
H1.HeaderClassName
{
color: #4E99CB;
}
.AnyTagClassName
{
color: #4E99CB;
}
</style>
background-color css
<style>
a { background-color: #4E99CB; }
a { background-color: rgb(78,153,203); }
div.DivClassName
{
background-color: #4E99CB;
}
.BgClassName
{
background-color: #4E99CB;
}
</style>
border-color css
<style>
span { border-color: #4E99CB; }
span { border-color: rgb(78,153,203); }
td.TdClassName
{
border-color: #4E99CB;
}
.TagClassName
{
border-color: #4E99CB;
}
</style>