Shades of Picton Blue #489ED3
Tints of Picton Blue #489ED3
RGB
CMYK
RGB Variations
Color information
#489ED3 (or 0x489ED3) is known color: Picton Blue. HEX triplet: 48, 9E and D3. RGB value is (72,158,211). Sum of RGB (Red+Green+Blue) = 72+158+211=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #489ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ED3 is #B7612C. Grayscale: #8A8A8A. Windows color (decimal): -12017965 or 13868616. OLE color: 13868616.
HSL color Cylindrical-coordinate representation of color #489ED3: hue angle of 202.88º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489ED3 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 158 | 211 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.17 |
| HSL | 202.88º | 0.61% | 0.55% | - |
| HSV(B) | 202.88º | 0.66% | 0.83% | - |
| XYZ | 26.66 | 30.53 | 66.12 | - |
| YUV | 138.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 211 | 0.66 | 0.25 | 0 | 0.17 | 202.88 | 0.61 | 0.55 |
| Hex | 48 | 9E | D3 | 42 | 19 | 0 | 11 | CB | 3D | 37 |
| Octal | 110 | 236 | 323 | 102 | 31 | 0 | 21 | 313 | 75 | 67 |
| Binary | 1001000 | 10011110 | 11010011 | 1000010 | 11001 | 0 | 10001 | 11001011 | 111101 | 110111 |
Color Harmonies of #489ED3
Complementary color
Monochromatic Colors of #489ED3
Black with #489ED3
Text Example
Text Example
White with #489ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489ED3; }
p { color: rgb(72,158,211); }
H1.HeaderClassName
{
color: #489ED3;
}
.AnyTagClassName
{
color: #489ED3;
}
</style>
background-color css
<style>
a { background-color: #489ED3; }
a { background-color: rgb(72,158,211); }
div.DivClassName
{
background-color: #489ED3;
}
.BgClassName
{
background-color: #489ED3;
}
</style>
border-color css
<style>
span { border-color: #489ED3; }
span { border-color: rgb(72,158,211); }
td.TdClassName
{
border-color: #489ED3;
}
.TagClassName
{
border-color: #489ED3;
}
</style>