Shades of Picton Blue #489ADE
Tints of Picton Blue #489ADE
RGB
CMYK
RGB Variations
Color information
#489ADE (or 0x489ADE) is known color: Picton Blue. HEX triplet: 48, 9A and DE. RGB value is (72,154,222). Sum of RGB (Red+Green+Blue) = 72+154+222=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #489ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ADE is #B76521. Grayscale: #888888. Windows color (decimal): -12018978 or 14588488. OLE color: 14588488.
HSL color Cylindrical-coordinate representation of color #489ADE: hue angle of 207.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #489ADE is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 154 | 222 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.13 |
| HSL | 207.2º | 0.69% | 0.58% | - |
| HSV(B) | 207.2º | 0.68% | 0.87% | - |
| XYZ | 27.41 | 29.76 | 73.41 | - |
| YUV | 137.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 222 | 0.68 | 0.31 | 0 | 0.13 | 207.2 | 0.69 | 0.58 |
| Hex | 48 | 9A | DE | 44 | 1F | 0 | D | CF | 45 | 3A |
| Octal | 110 | 232 | 336 | 104 | 37 | 0 | 15 | 317 | 105 | 72 |
| Binary | 1001000 | 10011010 | 11011110 | 1000100 | 11111 | 0 | 1101 | 11001111 | 1000101 | 111010 |
Color Harmonies of #489ADE
Complementary color
Monochromatic Colors of #489ADE
Black with #489ADE
Text Example
Text Example
White with #489ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ADE; }
p { color: rgb(72,154,222); }
H1.HeaderClassName
{
color: #489ADE;
}
.AnyTagClassName
{
color: #489ADE;
}
</style>
background-color css
<style>
a { background-color: #489ADE; }
a { background-color: rgb(72,154,222); }
div.DivClassName
{
background-color: #489ADE;
}
.BgClassName
{
background-color: #489ADE;
}
</style>
border-color css
<style>
span { border-color: #489ADE; }
span { border-color: rgb(72,154,222); }
td.TdClassName
{
border-color: #489ADE;
}
.TagClassName
{
border-color: #489ADE;
}
</style>