Shades of Picton Blue #489DC5
Tints of Picton Blue #489DC5
RGB
CMYK
RGB Variations
Color information
#489DC5 (or 0x489DC5) is known color: Picton Blue. HEX triplet: 48, 9D and C5. RGB value is (72,157,197). Sum of RGB (Red+Green+Blue) = 72+157+197=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #489DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DC5 is #B7623A. Grayscale: #878787. Windows color (decimal): -12018235 or 12950856. OLE color: 12950856.
HSL color Cylindrical-coordinate representation of color #489DC5: hue angle of 199.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #489DC5 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 157 | 197 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.23 |
| HSL | 199.2º | 0.52% | 0.53% | - |
| HSV(B) | 199.2º | 0.63% | 0.77% | - |
| XYZ | 24.81 | 29.52 | 57.21 | - |
| YUV | 136.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 197 | 0.63 | 0.20 | 0 | 0.23 | 199.2 | 0.52 | 0.53 |
| Hex | 48 | 9D | C5 | 3F | 14 | 0 | 17 | C7 | 34 | 35 |
| Octal | 110 | 235 | 305 | 77 | 24 | 0 | 27 | 307 | 64 | 65 |
| Binary | 1001000 | 10011101 | 11000101 | 111111 | 10100 | 0 | 10111 | 11000111 | 110100 | 110101 |
Color Harmonies of #489DC5
Complementary color
Monochromatic Colors of #489DC5
Black with #489DC5
Text Example
Text Example
White with #489DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DC5; }
p { color: rgb(72,157,197); }
H1.HeaderClassName
{
color: #489DC5;
}
.AnyTagClassName
{
color: #489DC5;
}
</style>
background-color css
<style>
a { background-color: #489DC5; }
a { background-color: rgb(72,157,197); }
div.DivClassName
{
background-color: #489DC5;
}
.BgClassName
{
background-color: #489DC5;
}
</style>
border-color css
<style>
span { border-color: #489DC5; }
span { border-color: rgb(72,157,197); }
td.TdClassName
{
border-color: #489DC5;
}
.TagClassName
{
border-color: #489DC5;
}
</style>