Shades of Picton Blue #489DD4
Tints of Picton Blue #489DD4
RGB
CMYK
RGB Variations
Color information
#489DD4 (or 0x489DD4) is known color: Picton Blue. HEX triplet: 48, 9D and D4. RGB value is (72,157,212). Sum of RGB (Red+Green+Blue) = 72+157+212=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #489DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DD4 is #B7622B. Grayscale: #898989. Windows color (decimal): -12018220 or 13933896. OLE color: 13933896.
HSL color Cylindrical-coordinate representation of color #489DD4: hue angle of 203.57º 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 #489DD4 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 157 | 212 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.17 |
| HSL | 203.57º | 0.62% | 0.56% | - |
| HSV(B) | 203.57º | 0.66% | 0.83% | - |
| XYZ | 26.61 | 30.25 | 66.72 | - |
| YUV | 137.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 212 | 0.66 | 0.26 | 0 | 0.17 | 203.57 | 0.62 | 0.56 |
| Hex | 48 | 9D | D4 | 42 | 1A | 0 | 11 | CC | 3E | 38 |
| Octal | 110 | 235 | 324 | 102 | 32 | 0 | 21 | 314 | 76 | 70 |
| Binary | 1001000 | 10011101 | 11010100 | 1000010 | 11010 | 0 | 10001 | 11001100 | 111110 | 111000 |
Color Harmonies of #489DD4
Complementary color
Monochromatic Colors of #489DD4
Black with #489DD4
Text Example
Text Example
White with #489DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DD4; }
p { color: rgb(72,157,212); }
H1.HeaderClassName
{
color: #489DD4;
}
.AnyTagClassName
{
color: #489DD4;
}
</style>
background-color css
<style>
a { background-color: #489DD4; }
a { background-color: rgb(72,157,212); }
div.DivClassName
{
background-color: #489DD4;
}
.BgClassName
{
background-color: #489DD4;
}
</style>
border-color css
<style>
span { border-color: #489DD4; }
span { border-color: rgb(72,157,212); }
td.TdClassName
{
border-color: #489DD4;
}
.TagClassName
{
border-color: #489DD4;
}
</style>