Shades of Picton Blue #489CE0
Tints of Picton Blue #489CE0
RGB
CMYK
RGB Variations
Color information
#489CE0 (or 0x489CE0) is known color: Picton Blue. HEX triplet: 48, 9C and E0. RGB value is (72,156,224). Sum of RGB (Red+Green+Blue) = 72+156+224=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #489CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CE0 is #B7631F. Grayscale: #8A8A8A. Windows color (decimal): -12018464 or 14720072. OLE color: 14720072.
HSL color Cylindrical-coordinate representation of color #489CE0: hue angle of 206.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #489CE0 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 156 | 224 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.12 |
| HSL | 206.84º | 0.71% | 0.58% | - |
| HSV(B) | 206.84º | 0.68% | 0.88% | - |
| XYZ | 28.02 | 30.54 | 74.94 | - |
| YUV | 138.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 224 | 0.68 | 0.30 | 0 | 0.12 | 206.84 | 0.71 | 0.58 |
| Hex | 48 | 9C | E0 | 44 | 1E | 0 | C | CF | 47 | 3A |
| Octal | 110 | 234 | 340 | 104 | 36 | 0 | 14 | 317 | 107 | 72 |
| Binary | 1001000 | 10011100 | 11100000 | 1000100 | 11110 | 0 | 1100 | 11001111 | 1000111 | 111010 |
Color Harmonies of #489CE0
Complementary color
Monochromatic Colors of #489CE0
Black with #489CE0
Text Example
Text Example
White with #489CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CE0; }
p { color: rgb(72,156,224); }
H1.HeaderClassName
{
color: #489CE0;
}
.AnyTagClassName
{
color: #489CE0;
}
</style>
background-color css
<style>
a { background-color: #489CE0; }
a { background-color: rgb(72,156,224); }
div.DivClassName
{
background-color: #489CE0;
}
.BgClassName
{
background-color: #489CE0;
}
</style>
border-color css
<style>
span { border-color: #489CE0; }
span { border-color: rgb(72,156,224); }
td.TdClassName
{
border-color: #489CE0;
}
.TagClassName
{
border-color: #489CE0;
}
</style>