Shades of Picton Blue #4998D0
Tints of Picton Blue #4998D0
RGB
CMYK
RGB Variations
Color information
#4998D0 (or 0x4998D0) is known color: Picton Blue. HEX triplet: 49, 98 and D0. RGB value is (73,152,208). Sum of RGB (Red+Green+Blue) = 73+152+208=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #4998D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998D0 is #B6672F. Grayscale: #868686. Windows color (decimal): -11953968 or 13670473. OLE color: 13670473.
HSL color Cylindrical-coordinate representation of color #4998D0: hue angle of 204.89º degrees, saturation: 0.59, 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 #4998D0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 152 | 208 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.18 |
| HSL | 204.89º | 0.59% | 0.55% | - |
| HSV(B) | 204.89º | 0.65% | 0.82% | - |
| XYZ | 25.36 | 28.43 | 63.82 | - |
| YUV | 134.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 208 | 0.65 | 0.27 | 0 | 0.18 | 204.89 | 0.59 | 0.55 |
| Hex | 49 | 98 | D0 | 41 | 1B | 0 | 12 | CD | 3B | 37 |
| Octal | 111 | 230 | 320 | 101 | 33 | 0 | 22 | 315 | 73 | 67 |
| Binary | 1001001 | 10011000 | 11010000 | 1000001 | 11011 | 0 | 10010 | 11001101 | 111011 | 110111 |
Color Harmonies of #4998D0
Complementary color
Monochromatic Colors of #4998D0
Black with #4998D0
Text Example
Text Example
White with #4998D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998D0; }
p { color: rgb(73,152,208); }
H1.HeaderClassName
{
color: #4998D0;
}
.AnyTagClassName
{
color: #4998D0;
}
</style>
background-color css
<style>
a { background-color: #4998D0; }
a { background-color: rgb(73,152,208); }
div.DivClassName
{
background-color: #4998D0;
}
.BgClassName
{
background-color: #4998D0;
}
</style>
border-color css
<style>
span { border-color: #4998D0; }
span { border-color: rgb(73,152,208); }
td.TdClassName
{
border-color: #4998D0;
}
.TagClassName
{
border-color: #4998D0;
}
</style>