Shades of Picton Blue #489EC8
Tints of Picton Blue #489EC8
RGB
CMYK
RGB Variations
Color information
#489EC8 (or 0x489EC8) is known color: Picton Blue. HEX triplet: 48, 9E and C8. RGB value is (72,158,200). Sum of RGB (Red+Green+Blue) = 72+158+200=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #489EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EC8 is #B76137. Grayscale: #888888. Windows color (decimal): -12017976 or 13147720. OLE color: 13147720.
HSL color Cylindrical-coordinate representation of color #489EC8: hue angle of 199.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489EC8 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 158 | 200 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.22 |
| HSL | 199.69º | 0.54% | 0.53% | - |
| HSV(B) | 199.69º | 0.64% | 0.78% | - |
| XYZ | 25.32 | 30 | 59.1 | - |
| YUV | 137.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 200 | 0.64 | 0.21 | 0 | 0.22 | 199.69 | 0.54 | 0.53 |
| Hex | 48 | 9E | C8 | 40 | 15 | 0 | 16 | C8 | 36 | 35 |
| Octal | 110 | 236 | 310 | 100 | 25 | 0 | 26 | 310 | 66 | 65 |
| Binary | 1001000 | 10011110 | 11001000 | 1000000 | 10101 | 0 | 10110 | 11001000 | 110110 | 110101 |
Color Harmonies of #489EC8
Complementary color
Monochromatic Colors of #489EC8
Black with #489EC8
Text Example
Text Example
White with #489EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EC8; }
p { color: rgb(72,158,200); }
H1.HeaderClassName
{
color: #489EC8;
}
.AnyTagClassName
{
color: #489EC8;
}
</style>
background-color css
<style>
a { background-color: #489EC8; }
a { background-color: rgb(72,158,200); }
div.DivClassName
{
background-color: #489EC8;
}
.BgClassName
{
background-color: #489EC8;
}
</style>
border-color css
<style>
span { border-color: #489EC8; }
span { border-color: rgb(72,158,200); }
td.TdClassName
{
border-color: #489EC8;
}
.TagClassName
{
border-color: #489EC8;
}
</style>