Shades of Picton Blue #489ADA
Tints of Picton Blue #489ADA
RGB
CMYK
RGB Variations
Color information
#489ADA (or 0x489ADA) is known color: Picton Blue. HEX triplet: 48, 9A and DA. RGB value is (72,154,218). Sum of RGB (Red+Green+Blue) = 72+154+218=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #489ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ADA is #B76525. Grayscale: #888888. Windows color (decimal): -12018982 or 14326344. OLE color: 14326344.
HSL color Cylindrical-coordinate representation of color #489ADA: hue angle of 206.3º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489ADA is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 154 | 218 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.15 |
| HSL | 206.3º | 0.66% | 0.57% | - |
| HSV(B) | 206.3º | 0.67% | 0.85% | - |
| XYZ | 26.88 | 29.55 | 70.62 | - |
| YUV | 136.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 218 | 0.67 | 0.29 | 0 | 0.15 | 206.3 | 0.66 | 0.57 |
| Hex | 48 | 9A | DA | 43 | 1D | 0 | F | CE | 42 | 39 |
| Octal | 110 | 232 | 332 | 103 | 35 | 0 | 17 | 316 | 102 | 71 |
| Binary | 1001000 | 10011010 | 11011010 | 1000011 | 11101 | 0 | 1111 | 11001110 | 1000010 | 111001 |
Color Harmonies of #489ADA
Complementary color
Monochromatic Colors of #489ADA
Black with #489ADA
Text Example
Text Example
White with #489ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ADA; }
p { color: rgb(72,154,218); }
H1.HeaderClassName
{
color: #489ADA;
}
.AnyTagClassName
{
color: #489ADA;
}
</style>
background-color css
<style>
a { background-color: #489ADA; }
a { background-color: rgb(72,154,218); }
div.DivClassName
{
background-color: #489ADA;
}
.BgClassName
{
background-color: #489ADA;
}
</style>
border-color css
<style>
span { border-color: #489ADA; }
span { border-color: rgb(72,154,218); }
td.TdClassName
{
border-color: #489ADA;
}
.TagClassName
{
border-color: #489ADA;
}
</style>