Shades of Picton Blue #4D98DB
Tints of Picton Blue #4D98DB
RGB
CMYK
RGB Variations
Color information
#4D98DB (or 0x4D98DB) is known color: Picton Blue. HEX triplet: 4D, 98 and DB. RGB value is (77,152,219). Sum of RGB (Red+Green+Blue) = 77+152+219=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D98DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D98DB is #B26724. Grayscale: #888888. Windows color (decimal): -11691813 or 14391373. OLE color: 14391373.
HSL color Cylindrical-coordinate representation of color #4D98DB: hue angle of 208.31º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D98DB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 152 | 219 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.14 |
| HSL | 208.31º | 0.66% | 0.58% | - |
| HSV(B) | 208.31º | 0.65% | 0.86% | - |
| XYZ | 27.07 | 29.15 | 71.22 | - |
| YUV | 137.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 219 | 0.65 | 0.31 | 0 | 0.14 | 208.31 | 0.66 | 0.58 |
| Hex | 4D | 98 | DB | 41 | 1F | 0 | E | D0 | 42 | 3A |
| Octal | 115 | 230 | 333 | 101 | 37 | 0 | 16 | 320 | 102 | 72 |
| Binary | 1001101 | 10011000 | 11011011 | 1000001 | 11111 | 0 | 1110 | 11010000 | 1000010 | 111010 |
Color Harmonies of #4D98DB
Complementary color
Monochromatic Colors of #4D98DB
Black with #4D98DB
Text Example
Text Example
White with #4D98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D98DB; }
p { color: rgb(77,152,219); }
H1.HeaderClassName
{
color: #4D98DB;
}
.AnyTagClassName
{
color: #4D98DB;
}
</style>
background-color css
<style>
a { background-color: #4D98DB; }
a { background-color: rgb(77,152,219); }
div.DivClassName
{
background-color: #4D98DB;
}
.BgClassName
{
background-color: #4D98DB;
}
</style>
border-color css
<style>
span { border-color: #4D98DB; }
span { border-color: rgb(77,152,219); }
td.TdClassName
{
border-color: #4D98DB;
}
.TagClassName
{
border-color: #4D98DB;
}
</style>