Shades of Picton Blue #489FDD
Tints of Picton Blue #489FDD
RGB
CMYK
RGB Variations
Color information
#489FDD (or 0x489FDD) is known color: Picton Blue. HEX triplet: 48, 9F and DD. RGB value is (72,159,221). Sum of RGB (Red+Green+Blue) = 72+159+221=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #489FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FDD is #B76022. Grayscale: #8B8B8B. Windows color (decimal): -12017699 or 14524232. OLE color: 14524232.
HSL color Cylindrical-coordinate representation of color #489FDD: hue angle of 204.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489FDD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 159 | 221 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.13 |
| HSL | 204.97º | 0.69% | 0.57% | - |
| HSV(B) | 204.97º | 0.67% | 0.87% | - |
| XYZ | 28.12 | 31.39 | 72.98 | - |
| YUV | 140.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 221 | 0.67 | 0.28 | 0 | 0.13 | 204.97 | 0.69 | 0.57 |
| Hex | 48 | 9F | DD | 43 | 1C | 0 | D | CD | 45 | 39 |
| Octal | 110 | 237 | 335 | 103 | 34 | 0 | 15 | 315 | 105 | 71 |
| Binary | 1001000 | 10011111 | 11011101 | 1000011 | 11100 | 0 | 1101 | 11001101 | 1000101 | 111001 |
Color Harmonies of #489FDD
Complementary color
Monochromatic Colors of #489FDD
Black with #489FDD
Text Example
Text Example
White with #489FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FDD; }
p { color: rgb(72,159,221); }
H1.HeaderClassName
{
color: #489FDD;
}
.AnyTagClassName
{
color: #489FDD;
}
</style>
background-color css
<style>
a { background-color: #489FDD; }
a { background-color: rgb(72,159,221); }
div.DivClassName
{
background-color: #489FDD;
}
.BgClassName
{
background-color: #489FDD;
}
</style>
border-color css
<style>
span { border-color: #489FDD; }
span { border-color: rgb(72,159,221); }
td.TdClassName
{
border-color: #489FDD;
}
.TagClassName
{
border-color: #489FDD;
}
</style>