Shades of Picton Blue #4999CE
Tints of Picton Blue #4999CE
RGB
CMYK
RGB Variations
Color information
#4999CE (or 0x4999CE) is known color: Picton Blue. HEX triplet: 49, 99 and CE. RGB value is (73,153,206). Sum of RGB (Red+Green+Blue) = 73+153+206=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #4999CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999CE is #B66631. Grayscale: #868686. Windows color (decimal): -11953714 or 13539657. OLE color: 13539657.
HSL color Cylindrical-coordinate representation of color #4999CE: hue angle of 203.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4999CE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 153 | 206 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.19 |
| HSL | 203.91º | 0.58% | 0.55% | - |
| HSV(B) | 203.91º | 0.65% | 0.81% | - |
| XYZ | 25.28 | 28.66 | 62.59 | - |
| YUV | 135.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 206 | 0.65 | 0.26 | 0 | 0.19 | 203.91 | 0.58 | 0.55 |
| Hex | 49 | 99 | CE | 41 | 1A | 0 | 13 | CC | 3A | 37 |
| Octal | 111 | 231 | 316 | 101 | 32 | 0 | 23 | 314 | 72 | 67 |
| Binary | 1001001 | 10011001 | 11001110 | 1000001 | 11010 | 0 | 10011 | 11001100 | 111010 | 110111 |
Color Harmonies of #4999CE
Complementary color
Monochromatic Colors of #4999CE
Black with #4999CE
Text Example
Text Example
White with #4999CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999CE; }
p { color: rgb(73,153,206); }
H1.HeaderClassName
{
color: #4999CE;
}
.AnyTagClassName
{
color: #4999CE;
}
</style>
background-color css
<style>
a { background-color: #4999CE; }
a { background-color: rgb(73,153,206); }
div.DivClassName
{
background-color: #4999CE;
}
.BgClassName
{
background-color: #4999CE;
}
</style>
border-color css
<style>
span { border-color: #4999CE; }
span { border-color: rgb(73,153,206); }
td.TdClassName
{
border-color: #4999CE;
}
.TagClassName
{
border-color: #4999CE;
}
</style>