Shades of Picton Blue #489FDC
Tints of Picton Blue #489FDC
RGB
CMYK
RGB Variations
Color information
#489FDC (or 0x489FDC) is known color: Picton Blue. HEX triplet: 48, 9F and DC. RGB value is (72,159,220). Sum of RGB (Red+Green+Blue) = 72+159+220=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #489FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FDC is #B76023. Grayscale: #8B8B8B. Windows color (decimal): -12017700 or 14458696. OLE color: 14458696.
HSL color Cylindrical-coordinate representation of color #489FDC: hue angle of 204.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489FDC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 159 | 220 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.14 |
| HSL | 204.73º | 0.68% | 0.57% | - |
| HSV(B) | 204.73º | 0.67% | 0.86% | - |
| XYZ | 27.99 | 31.34 | 72.28 | - |
| YUV | 139.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 220 | 0.67 | 0.28 | 0 | 0.14 | 204.73 | 0.68 | 0.57 |
| Hex | 48 | 9F | DC | 43 | 1C | 0 | E | CD | 44 | 39 |
| Octal | 110 | 237 | 334 | 103 | 34 | 0 | 16 | 315 | 104 | 71 |
| Binary | 1001000 | 10011111 | 11011100 | 1000011 | 11100 | 0 | 1110 | 11001101 | 1000100 | 111001 |
Color Harmonies of #489FDC
Complementary color
Monochromatic Colors of #489FDC
Black with #489FDC
Text Example
Text Example
White with #489FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FDC; }
p { color: rgb(72,159,220); }
H1.HeaderClassName
{
color: #489FDC;
}
.AnyTagClassName
{
color: #489FDC;
}
</style>
background-color css
<style>
a { background-color: #489FDC; }
a { background-color: rgb(72,159,220); }
div.DivClassName
{
background-color: #489FDC;
}
.BgClassName
{
background-color: #489FDC;
}
</style>
border-color css
<style>
span { border-color: #489FDC; }
span { border-color: rgb(72,159,220); }
td.TdClassName
{
border-color: #489FDC;
}
.TagClassName
{
border-color: #489FDC;
}
</style>