Shades of Picton Blue #489AD4
Tints of Picton Blue #489AD4
RGB
CMYK
RGB Variations
Color information
#489AD4 (or 0x489AD4) is known color: Picton Blue. HEX triplet: 48, 9A and D4. RGB value is (72,154,212). Sum of RGB (Red+Green+Blue) = 72+154+212=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #489AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489AD4 is #B7652B. Grayscale: #878787. Windows color (decimal): -12018988 or 13933128. OLE color: 13933128.
HSL color Cylindrical-coordinate representation of color #489AD4: hue angle of 204.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489AD4 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 154 | 212 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.17 |
| HSL | 204.86º | 0.62% | 0.56% | - |
| HSV(B) | 204.86º | 0.66% | 0.83% | - |
| XYZ | 26.11 | 29.24 | 66.56 | - |
| YUV | 136.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 212 | 0.66 | 0.27 | 0 | 0.17 | 204.86 | 0.62 | 0.56 |
| Hex | 48 | 9A | D4 | 42 | 1B | 0 | 11 | CD | 3E | 38 |
| Octal | 110 | 232 | 324 | 102 | 33 | 0 | 21 | 315 | 76 | 70 |
| Binary | 1001000 | 10011010 | 11010100 | 1000010 | 11011 | 0 | 10001 | 11001101 | 111110 | 111000 |
Color Harmonies of #489AD4
Complementary color
Monochromatic Colors of #489AD4
Black with #489AD4
Text Example
Text Example
White with #489AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489AD4; }
p { color: rgb(72,154,212); }
H1.HeaderClassName
{
color: #489AD4;
}
.AnyTagClassName
{
color: #489AD4;
}
</style>
background-color css
<style>
a { background-color: #489AD4; }
a { background-color: rgb(72,154,212); }
div.DivClassName
{
background-color: #489AD4;
}
.BgClassName
{
background-color: #489AD4;
}
</style>
border-color css
<style>
span { border-color: #489AD4; }
span { border-color: rgb(72,154,212); }
td.TdClassName
{
border-color: #489AD4;
}
.TagClassName
{
border-color: #489AD4;
}
</style>