Shades of Picton Blue #498CDD
Tints of Picton Blue #498CDD
RGB
CMYK
RGB Variations
Color information
#498CDD (or 0x498CDD) is known color: Picton Blue. HEX triplet: 49, 8C and DD. RGB value is (73,140,221). Sum of RGB (Red+Green+Blue) = 73+140+221=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #498CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CDD is #B67322. Grayscale: #808080. Windows color (decimal): -11957027 or 14519369. OLE color: 14519369.
HSL color Cylindrical-coordinate representation of color #498CDD: hue angle of 212.84º degrees, saturation: 0.69, 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 #498CDD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 140 | 221 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.13 |
| HSL | 212.84º | 0.69% | 0.58% | - |
| HSV(B) | 212.84º | 0.67% | 0.87% | - |
| XYZ | 25.18 | 25.39 | 71.98 | - |
| YUV | 129.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 221 | 0.67 | 0.37 | 0 | 0.13 | 212.84 | 0.69 | 0.58 |
| Hex | 49 | 8C | DD | 43 | 25 | 0 | D | D5 | 45 | 3A |
| Octal | 111 | 214 | 335 | 103 | 45 | 0 | 15 | 325 | 105 | 72 |
| Binary | 1001001 | 10001100 | 11011101 | 1000011 | 100101 | 0 | 1101 | 11010101 | 1000101 | 111010 |
Color Harmonies of #498CDD
Complementary color
Monochromatic Colors of #498CDD
Black with #498CDD
Text Example
Text Example
White with #498CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CDD; }
p { color: rgb(73,140,221); }
H1.HeaderClassName
{
color: #498CDD;
}
.AnyTagClassName
{
color: #498CDD;
}
</style>
background-color css
<style>
a { background-color: #498CDD; }
a { background-color: rgb(73,140,221); }
div.DivClassName
{
background-color: #498CDD;
}
.BgClassName
{
background-color: #498CDD;
}
</style>
border-color css
<style>
span { border-color: #498CDD; }
span { border-color: rgb(73,140,221); }
td.TdClassName
{
border-color: #498CDD;
}
.TagClassName
{
border-color: #498CDD;
}
</style>