Shades of Picton Blue #489ACF
Tints of Picton Blue #489ACF
RGB
CMYK
RGB Variations
Color information
#489ACF (or 0x489ACF) is known color: Picton Blue. HEX triplet: 48, 9A and CF. RGB value is (72,154,207). Sum of RGB (Red+Green+Blue) = 72+154+207=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #489ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ACF is #B76530. Grayscale: #878787. Windows color (decimal): -12018993 or 13605448. OLE color: 13605448.
HSL color Cylindrical-coordinate representation of color #489ACF: hue angle of 203.56º 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 #489ACF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 154 | 207 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.19 |
| HSL | 203.56º | 0.58% | 0.55% | - |
| HSV(B) | 203.56º | 0.65% | 0.81% | - |
| XYZ | 25.49 | 28.99 | 63.28 | - |
| YUV | 135.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 207 | 0.65 | 0.26 | 0 | 0.19 | 203.56 | 0.58 | 0.55 |
| Hex | 48 | 9A | CF | 41 | 1A | 0 | 13 | CC | 3A | 37 |
| Octal | 110 | 232 | 317 | 101 | 32 | 0 | 23 | 314 | 72 | 67 |
| Binary | 1001000 | 10011010 | 11001111 | 1000001 | 11010 | 0 | 10011 | 11001100 | 111010 | 110111 |
Color Harmonies of #489ACF
Complementary color
Monochromatic Colors of #489ACF
Black with #489ACF
Text Example
Text Example
White with #489ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ACF; }
p { color: rgb(72,154,207); }
H1.HeaderClassName
{
color: #489ACF;
}
.AnyTagClassName
{
color: #489ACF;
}
</style>
background-color css
<style>
a { background-color: #489ACF; }
a { background-color: rgb(72,154,207); }
div.DivClassName
{
background-color: #489ACF;
}
.BgClassName
{
background-color: #489ACF;
}
</style>
border-color css
<style>
span { border-color: #489ACF; }
span { border-color: rgb(72,154,207); }
td.TdClassName
{
border-color: #489ACF;
}
.TagClassName
{
border-color: #489ACF;
}
</style>