Shades of Picton Blue #489CE6
Tints of Picton Blue #489CE6
RGB
CMYK
RGB Variations
Color information
#489CE6 (or 0x489CE6) is known color: Picton Blue. HEX triplet: 48, 9C and E6. RGB value is (72,156,230). Sum of RGB (Red+Green+Blue) = 72+156+230=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #489CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489CE6 is #B76319. Grayscale: #8A8A8A. Windows color (decimal): -12018458 or 15113288. OLE color: 15113288.
HSL color Cylindrical-coordinate representation of color #489CE6: hue angle of 208.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #489CE6 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 156 | 230 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.10 |
| HSL | 208.1º | 0.76% | 0.59% | - |
| HSV(B) | 208.1º | 0.69% | 0.9% | - |
| XYZ | 28.84 | 30.87 | 79.3 | - |
| YUV | 139.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 230 | 0.69 | 0.32 | 0 | 0.10 | 208.1 | 0.76 | 0.59 |
| Hex | 48 | 9C | E6 | 45 | 20 | 0 | A | D0 | 4C | 3B |
| Octal | 110 | 234 | 346 | 105 | 40 | 0 | 12 | 320 | 114 | 73 |
| Binary | 1001000 | 10011100 | 11100110 | 1000101 | 100000 | 0 | 1010 | 11010000 | 1001100 | 111011 |
Color Harmonies of #489CE6
Complementary color
Monochromatic Colors of #489CE6
Black with #489CE6
Text Example
Text Example
White with #489CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CE6; }
p { color: rgb(72,156,230); }
H1.HeaderClassName
{
color: #489CE6;
}
.AnyTagClassName
{
color: #489CE6;
}
</style>
background-color css
<style>
a { background-color: #489CE6; }
a { background-color: rgb(72,156,230); }
div.DivClassName
{
background-color: #489CE6;
}
.BgClassName
{
background-color: #489CE6;
}
</style>
border-color css
<style>
span { border-color: #489CE6; }
span { border-color: rgb(72,156,230); }
td.TdClassName
{
border-color: #489CE6;
}
.TagClassName
{
border-color: #489CE6;
}
</style>