Shades of Picton Blue #498ED7
Tints of Picton Blue #498ED7
RGB
CMYK
RGB Variations
Color information
#498ED7 (or 0x498ED7) is known color: Picton Blue. HEX triplet: 49, 8E and D7. RGB value is (73,142,215). Sum of RGB (Red+Green+Blue) = 73+142+215=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #498ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ED7 is #B67128. Grayscale: #818181. Windows color (decimal): -11956521 or 14126665. OLE color: 14126665.
HSL color Cylindrical-coordinate representation of color #498ED7: hue angle of 210.85º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #498ED7 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 142 | 215 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.16 |
| HSL | 210.85º | 0.64% | 0.56% | - |
| HSV(B) | 210.85º | 0.66% | 0.84% | - |
| XYZ | 24.69 | 25.67 | 67.94 | - |
| YUV | 129.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 215 | 0.66 | 0.34 | 0 | 0.16 | 210.85 | 0.64 | 0.56 |
| Hex | 49 | 8E | D7 | 42 | 22 | 0 | 10 | D3 | 40 | 38 |
| Octal | 111 | 216 | 327 | 102 | 42 | 0 | 20 | 323 | 100 | 70 |
| Binary | 1001001 | 10001110 | 11010111 | 1000010 | 100010 | 0 | 10000 | 11010011 | 1000000 | 111000 |
Color Harmonies of #498ED7
Complementary color
Monochromatic Colors of #498ED7
Black with #498ED7
Text Example
Text Example
White with #498ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ED7; }
p { color: rgb(73,142,215); }
H1.HeaderClassName
{
color: #498ED7;
}
.AnyTagClassName
{
color: #498ED7;
}
</style>
background-color css
<style>
a { background-color: #498ED7; }
a { background-color: rgb(73,142,215); }
div.DivClassName
{
background-color: #498ED7;
}
.BgClassName
{
background-color: #498ED7;
}
</style>
border-color css
<style>
span { border-color: #498ED7; }
span { border-color: rgb(73,142,215); }
td.TdClassName
{
border-color: #498ED7;
}
.TagClassName
{
border-color: #498ED7;
}
</style>