Shades of Picton Blue #4999DF
Tints of Picton Blue #4999DF
RGB
CMYK
RGB Variations
Color information
#4999DF (or 0x4999DF) is known color: Picton Blue. HEX triplet: 49, 99 and DF. RGB value is (73,153,223). Sum of RGB (Red+Green+Blue) = 73+153+223=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #4999DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999DF is #B66620. Grayscale: #888888. Windows color (decimal): -11953697 or 14653769. OLE color: 14653769.
HSL color Cylindrical-coordinate representation of color #4999DF: hue angle of 208º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4999DF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 153 | 223 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.13 |
| HSL | 208º | 0.7% | 0.58% | - |
| HSV(B) | 208º | 0.67% | 0.87% | - |
| XYZ | 27.46 | 29.53 | 74.06 | - |
| YUV | 137.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 223 | 0.67 | 0.31 | 0 | 0.13 | 208 | 0.7 | 0.58 |
| Hex | 49 | 99 | DF | 43 | 1F | 0 | D | D0 | 46 | 3A |
| Octal | 111 | 231 | 337 | 103 | 37 | 0 | 15 | 320 | 106 | 72 |
| Binary | 1001001 | 10011001 | 11011111 | 1000011 | 11111 | 0 | 1101 | 11010000 | 1000110 | 111010 |
Color Harmonies of #4999DF
Complementary color
Monochromatic Colors of #4999DF
Black with #4999DF
Text Example
Text Example
White with #4999DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999DF; }
p { color: rgb(73,153,223); }
H1.HeaderClassName
{
color: #4999DF;
}
.AnyTagClassName
{
color: #4999DF;
}
</style>
background-color css
<style>
a { background-color: #4999DF; }
a { background-color: rgb(73,153,223); }
div.DivClassName
{
background-color: #4999DF;
}
.BgClassName
{
background-color: #4999DF;
}
</style>
border-color css
<style>
span { border-color: #4999DF; }
span { border-color: rgb(73,153,223); }
td.TdClassName
{
border-color: #4999DF;
}
.TagClassName
{
border-color: #4999DF;
}
</style>