Shades of Picton Blue #489ADB
Tints of Picton Blue #489ADB
RGB
CMYK
RGB Variations
Color information
#489ADB (or 0x489ADB) is known color: Picton Blue. HEX triplet: 48, 9A and DB. RGB value is (72,154,219). Sum of RGB (Red+Green+Blue) = 72+154+219=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #489ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ADB is #B76524. Grayscale: #888888. Windows color (decimal): -12018981 or 14391880. OLE color: 14391880.
HSL color Cylindrical-coordinate representation of color #489ADB: hue angle of 206.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489ADB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 154 | 219 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.14 |
| HSL | 206.53º | 0.67% | 0.57% | - |
| HSV(B) | 206.53º | 0.67% | 0.86% | - |
| XYZ | 27.01 | 29.6 | 71.31 | - |
| YUV | 136.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 219 | 0.67 | 0.30 | 0 | 0.14 | 206.53 | 0.67 | 0.57 |
| Hex | 48 | 9A | DB | 43 | 1E | 0 | E | CF | 43 | 39 |
| Octal | 110 | 232 | 333 | 103 | 36 | 0 | 16 | 317 | 103 | 71 |
| Binary | 1001000 | 10011010 | 11011011 | 1000011 | 11110 | 0 | 1110 | 11001111 | 1000011 | 111001 |
Color Harmonies of #489ADB
Complementary color
Monochromatic Colors of #489ADB
Black with #489ADB
Text Example
Text Example
White with #489ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ADB; }
p { color: rgb(72,154,219); }
H1.HeaderClassName
{
color: #489ADB;
}
.AnyTagClassName
{
color: #489ADB;
}
</style>
background-color css
<style>
a { background-color: #489ADB; }
a { background-color: rgb(72,154,219); }
div.DivClassName
{
background-color: #489ADB;
}
.BgClassName
{
background-color: #489ADB;
}
</style>
border-color css
<style>
span { border-color: #489ADB; }
span { border-color: rgb(72,154,219); }
td.TdClassName
{
border-color: #489ADB;
}
.TagClassName
{
border-color: #489ADB;
}
</style>