Shades of Picton Blue #489FCB
Tints of Picton Blue #489FCB
RGB
CMYK
RGB Variations
Color information
#489FCB (or 0x489FCB) is known color: Picton Blue. HEX triplet: 48, 9F and CB. RGB value is (72,159,203). Sum of RGB (Red+Green+Blue) = 72+159+203=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #489FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FCB is #B76034. Grayscale: #898989. Windows color (decimal): -12017717 or 13344584. OLE color: 13344584.
HSL color Cylindrical-coordinate representation of color #489FCB: hue angle of 200.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489FCB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 159 | 203 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.20 |
| HSL | 200.15º | 0.56% | 0.54% | - |
| HSV(B) | 200.15º | 0.65% | 0.8% | - |
| XYZ | 25.85 | 30.49 | 61.02 | - |
| YUV | 138 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 203 | 0.65 | 0.22 | 0 | 0.20 | 200.15 | 0.56 | 0.54 |
| Hex | 48 | 9F | CB | 41 | 16 | 0 | 14 | C8 | 38 | 36 |
| Octal | 110 | 237 | 313 | 101 | 26 | 0 | 24 | 310 | 70 | 66 |
| Binary | 1001000 | 10011111 | 11001011 | 1000001 | 10110 | 0 | 10100 | 11001000 | 111000 | 110110 |
Color Harmonies of #489FCB
Complementary color
Monochromatic Colors of #489FCB
Black with #489FCB
Text Example
Text Example
White with #489FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FCB; }
p { color: rgb(72,159,203); }
H1.HeaderClassName
{
color: #489FCB;
}
.AnyTagClassName
{
color: #489FCB;
}
</style>
background-color css
<style>
a { background-color: #489FCB; }
a { background-color: rgb(72,159,203); }
div.DivClassName
{
background-color: #489FCB;
}
.BgClassName
{
background-color: #489FCB;
}
</style>
border-color css
<style>
span { border-color: #489FCB; }
span { border-color: rgb(72,159,203); }
td.TdClassName
{
border-color: #489FCB;
}
.TagClassName
{
border-color: #489FCB;
}
</style>