Shades of Picton Blue #489ECF
Tints of Picton Blue #489ECF
RGB
CMYK
RGB Variations
Color information
#489ECF (or 0x489ECF) is known color: Picton Blue. HEX triplet: 48, 9E and CF. RGB value is (72,158,207). Sum of RGB (Red+Green+Blue) = 72+158+207=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #489ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ECF is #B76130. Grayscale: #898989. Windows color (decimal): -12017969 or 13606472. OLE color: 13606472.
HSL color Cylindrical-coordinate representation of color #489ECF: hue angle of 201.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489ECF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 158 | 207 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.19 |
| HSL | 201.78º | 0.58% | 0.55% | - |
| HSV(B) | 201.78º | 0.65% | 0.81% | - |
| XYZ | 26.16 | 30.34 | 63.51 | - |
| YUV | 137.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 207 | 0.65 | 0.24 | 0 | 0.19 | 201.78 | 0.58 | 0.55 |
| Hex | 48 | 9E | CF | 41 | 18 | 0 | 13 | CA | 3A | 37 |
| Octal | 110 | 236 | 317 | 101 | 30 | 0 | 23 | 312 | 72 | 67 |
| Binary | 1001000 | 10011110 | 11001111 | 1000001 | 11000 | 0 | 10011 | 11001010 | 111010 | 110111 |
Color Harmonies of #489ECF
Complementary color
Monochromatic Colors of #489ECF
Black with #489ECF
Text Example
Text Example
White with #489ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ECF; }
p { color: rgb(72,158,207); }
H1.HeaderClassName
{
color: #489ECF;
}
.AnyTagClassName
{
color: #489ECF;
}
</style>
background-color css
<style>
a { background-color: #489ECF; }
a { background-color: rgb(72,158,207); }
div.DivClassName
{
background-color: #489ECF;
}
.BgClassName
{
background-color: #489ECF;
}
</style>
border-color css
<style>
span { border-color: #489ECF; }
span { border-color: rgb(72,158,207); }
td.TdClassName
{
border-color: #489ECF;
}
.TagClassName
{
border-color: #489ECF;
}
</style>