Shades of Picton Blue #489FDB
Tints of Picton Blue #489FDB
RGB
CMYK
RGB Variations
Color information
#489FDB (or 0x489FDB) is known color: Picton Blue. HEX triplet: 48, 9F and DB. RGB value is (72,159,219). Sum of RGB (Red+Green+Blue) = 72+159+219=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #489FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FDB is #B76024. Grayscale: #8B8B8B. Windows color (decimal): -12017701 or 14393160. OLE color: 14393160.
HSL color Cylindrical-coordinate representation of color #489FDB: hue angle of 204.49º degrees, saturation: 0.67, 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 #489FDB is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 159 | 219 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.14 |
| HSL | 204.49º | 0.67% | 0.57% | - |
| HSV(B) | 204.49º | 0.67% | 0.86% | - |
| XYZ | 27.86 | 31.29 | 71.59 | - |
| YUV | 139.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 219 | 0.67 | 0.27 | 0 | 0.14 | 204.49 | 0.67 | 0.57 |
| Hex | 48 | 9F | DB | 43 | 1B | 0 | E | CC | 43 | 39 |
| Octal | 110 | 237 | 333 | 103 | 33 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1001000 | 10011111 | 11011011 | 1000011 | 11011 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #489FDB
Complementary color
Monochromatic Colors of #489FDB
Black with #489FDB
Text Example
Text Example
White with #489FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FDB; }
p { color: rgb(72,159,219); }
H1.HeaderClassName
{
color: #489FDB;
}
.AnyTagClassName
{
color: #489FDB;
}
</style>
background-color css
<style>
a { background-color: #489FDB; }
a { background-color: rgb(72,159,219); }
div.DivClassName
{
background-color: #489FDB;
}
.BgClassName
{
background-color: #489FDB;
}
</style>
border-color css
<style>
span { border-color: #489FDB; }
span { border-color: rgb(72,159,219); }
td.TdClassName
{
border-color: #489FDB;
}
.TagClassName
{
border-color: #489FDB;
}
</style>