Shades of Picton Blue #498FD4
Tints of Picton Blue #498FD4
RGB
CMYK
RGB Variations
Color information
#498FD4 (or 0x498FD4) is known color: Picton Blue. HEX triplet: 49, 8F and D4. RGB value is (73,143,212). Sum of RGB (Red+Green+Blue) = 73+143+212=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #498FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FD4 is #B6702B. Grayscale: #818181. Windows color (decimal): -11956268 or 13930313. OLE color: 13930313.
HSL color Cylindrical-coordinate representation of color #498FD4: hue angle of 209.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #498FD4 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 143 | 212 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.17 |
| HSL | 209.78º | 0.62% | 0.56% | - |
| HSV(B) | 209.78º | 0.66% | 0.83% | - |
| XYZ | 24.45 | 25.81 | 65.98 | - |
| YUV | 129.94 | 174.31 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 212 | 0.66 | 0.33 | 0 | 0.17 | 209.78 | 0.62 | 0.56 |
| Hex | 49 | 8F | D4 | 42 | 21 | 0 | 11 | D2 | 3E | 38 |
| Octal | 111 | 217 | 324 | 102 | 41 | 0 | 21 | 322 | 76 | 70 |
| Binary | 1001001 | 10001111 | 11010100 | 1000010 | 100001 | 0 | 10001 | 11010010 | 111110 | 111000 |
Color Harmonies of #498FD4
Complementary color
Monochromatic Colors of #498FD4
Black with #498FD4
Text Example
Text Example
White with #498FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FD4; }
p { color: rgb(73,143,212); }
H1.HeaderClassName
{
color: #498FD4;
}
.AnyTagClassName
{
color: #498FD4;
}
</style>
background-color css
<style>
a { background-color: #498FD4; }
a { background-color: rgb(73,143,212); }
div.DivClassName
{
background-color: #498FD4;
}
.BgClassName
{
background-color: #498FD4;
}
</style>
border-color css
<style>
span { border-color: #498FD4; }
span { border-color: rgb(73,143,212); }
td.TdClassName
{
border-color: #498FD4;
}
.TagClassName
{
border-color: #498FD4;
}
</style>