Shades of Picton Blue #4999D2
Tints of Picton Blue #4999D2
RGB
CMYK
RGB Variations
Color information
#4999D2 (or 0x4999D2) is known color: Picton Blue. HEX triplet: 49, 99 and D2. RGB value is (73,153,210). Sum of RGB (Red+Green+Blue) = 73+153+210=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #4999D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999D2 is #B6662D. Grayscale: #878787. Windows color (decimal): -11953710 or 13801801. OLE color: 13801801.
HSL color Cylindrical-coordinate representation of color #4999D2: hue angle of 204.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4999D2 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 153 | 210 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.18 |
| HSL | 204.96º | 0.6% | 0.55% | - |
| HSV(B) | 204.96º | 0.65% | 0.82% | - |
| XYZ | 25.77 | 28.85 | 65.18 | - |
| YUV | 135.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 210 | 0.65 | 0.27 | 0 | 0.18 | 204.96 | 0.6 | 0.55 |
| Hex | 49 | 99 | D2 | 41 | 1B | 0 | 12 | CD | 3C | 37 |
| Octal | 111 | 231 | 322 | 101 | 33 | 0 | 22 | 315 | 74 | 67 |
| Binary | 1001001 | 10011001 | 11010010 | 1000001 | 11011 | 0 | 10010 | 11001101 | 111100 | 110111 |
Color Harmonies of #4999D2
Complementary color
Monochromatic Colors of #4999D2
Black with #4999D2
Text Example
Text Example
White with #4999D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999D2; }
p { color: rgb(73,153,210); }
H1.HeaderClassName
{
color: #4999D2;
}
.AnyTagClassName
{
color: #4999D2;
}
</style>
background-color css
<style>
a { background-color: #4999D2; }
a { background-color: rgb(73,153,210); }
div.DivClassName
{
background-color: #4999D2;
}
.BgClassName
{
background-color: #4999D2;
}
</style>
border-color css
<style>
span { border-color: #4999D2; }
span { border-color: rgb(73,153,210); }
td.TdClassName
{
border-color: #4999D2;
}
.TagClassName
{
border-color: #4999D2;
}
</style>