Shades of Picton Blue #489EC9
Tints of Picton Blue #489EC9
RGB
CMYK
RGB Variations
Color information
#489EC9 (or 0x489EC9) is known color: Picton Blue. HEX triplet: 48, 9E and C9. RGB value is (72,158,201). Sum of RGB (Red+Green+Blue) = 72+158+201=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #489EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EC9 is #B76136. Grayscale: #888888. Windows color (decimal): -12017975 or 13213256. OLE color: 13213256.
HSL color Cylindrical-coordinate representation of color #489EC9: hue angle of 200º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489EC9 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 158 | 201 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.21 |
| HSL | 200º | 0.54% | 0.54% | - |
| HSV(B) | 200º | 0.64% | 0.79% | - |
| XYZ | 25.44 | 30.05 | 59.72 | - |
| YUV | 137.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 201 | 0.64 | 0.21 | 0 | 0.21 | 200 | 0.54 | 0.54 |
| Hex | 48 | 9E | C9 | 40 | 15 | 0 | 15 | C8 | 36 | 36 |
| Octal | 110 | 236 | 311 | 100 | 25 | 0 | 25 | 310 | 66 | 66 |
| Binary | 1001000 | 10011110 | 11001001 | 1000000 | 10101 | 0 | 10101 | 11001000 | 110110 | 110110 |
Color Harmonies of #489EC9
Complementary color
Monochromatic Colors of #489EC9
Black with #489EC9
Text Example
Text Example
White with #489EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EC9; }
p { color: rgb(72,158,201); }
H1.HeaderClassName
{
color: #489EC9;
}
.AnyTagClassName
{
color: #489EC9;
}
</style>
background-color css
<style>
a { background-color: #489EC9; }
a { background-color: rgb(72,158,201); }
div.DivClassName
{
background-color: #489EC9;
}
.BgClassName
{
background-color: #489EC9;
}
</style>
border-color css
<style>
span { border-color: #489EC9; }
span { border-color: rgb(72,158,201); }
td.TdClassName
{
border-color: #489EC9;
}
.TagClassName
{
border-color: #489EC9;
}
</style>