Shades of Picton Blue #489EDE
Tints of Picton Blue #489EDE
RGB
CMYK
RGB Variations
Color information
#489EDE (or 0x489EDE) is known color: Picton Blue. HEX triplet: 48, 9E and DE. RGB value is (72,158,222). Sum of RGB (Red+Green+Blue) = 72+158+222=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #489EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EDE is #B76121. Grayscale: #8B8B8B. Windows color (decimal): -12017954 or 14589512. OLE color: 14589512.
HSL color Cylindrical-coordinate representation of color #489EDE: hue angle of 205.6º 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 #489EDE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 158 | 222 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.13 |
| HSL | 205.6º | 0.69% | 0.58% | - |
| HSV(B) | 205.6º | 0.68% | 0.87% | - |
| XYZ | 28.08 | 31.11 | 73.63 | - |
| YUV | 139.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 222 | 0.68 | 0.29 | 0 | 0.13 | 205.6 | 0.69 | 0.58 |
| Hex | 48 | 9E | DE | 44 | 1D | 0 | D | CE | 45 | 3A |
| Octal | 110 | 236 | 336 | 104 | 35 | 0 | 15 | 316 | 105 | 72 |
| Binary | 1001000 | 10011110 | 11011110 | 1000100 | 11101 | 0 | 1101 | 11001110 | 1000101 | 111010 |
Color Harmonies of #489EDE
Complementary color
Monochromatic Colors of #489EDE
Black with #489EDE
Text Example
Text Example
White with #489EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EDE; }
p { color: rgb(72,158,222); }
H1.HeaderClassName
{
color: #489EDE;
}
.AnyTagClassName
{
color: #489EDE;
}
</style>
background-color css
<style>
a { background-color: #489EDE; }
a { background-color: rgb(72,158,222); }
div.DivClassName
{
background-color: #489EDE;
}
.BgClassName
{
background-color: #489EDE;
}
</style>
border-color css
<style>
span { border-color: #489EDE; }
span { border-color: rgb(72,158,222); }
td.TdClassName
{
border-color: #489EDE;
}
.TagClassName
{
border-color: #489EDE;
}
</style>