Shades of Picton Blue #489CDE
Tints of Picton Blue #489CDE
RGB
CMYK
RGB Variations
Color information
#489CDE (or 0x489CDE) is known color: Picton Blue. HEX triplet: 48, 9C and DE. RGB value is (72,156,222). Sum of RGB (Red+Green+Blue) = 72+156+222=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #489CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CDE is #B76321. Grayscale: #8A8A8A. Windows color (decimal): -12018466 or 14589000. OLE color: 14589000.
HSL color Cylindrical-coordinate representation of color #489CDE: hue angle of 206.4º 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 #489CDE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 156 | 222 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.4º | 0.69% | 0.58% | - |
| HSV(B) | 206.4º | 0.68% | 0.87% | - |
| XYZ | 27.75 | 30.43 | 73.52 | - |
| YUV | 138.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 222 | 0.68 | 0.30 | 0 | 0.13 | 206.4 | 0.69 | 0.58 |
| Hex | 48 | 9C | DE | 44 | 1E | 0 | D | CE | 45 | 3A |
| Octal | 110 | 234 | 336 | 104 | 36 | 0 | 15 | 316 | 105 | 72 |
| Binary | 1001000 | 10011100 | 11011110 | 1000100 | 11110 | 0 | 1101 | 11001110 | 1000101 | 111010 |
Color Harmonies of #489CDE
Complementary color
Monochromatic Colors of #489CDE
Black with #489CDE
Text Example
Text Example
White with #489CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CDE; }
p { color: rgb(72,156,222); }
H1.HeaderClassName
{
color: #489CDE;
}
.AnyTagClassName
{
color: #489CDE;
}
</style>
background-color css
<style>
a { background-color: #489CDE; }
a { background-color: rgb(72,156,222); }
div.DivClassName
{
background-color: #489CDE;
}
.BgClassName
{
background-color: #489CDE;
}
</style>
border-color css
<style>
span { border-color: #489CDE; }
span { border-color: rgb(72,156,222); }
td.TdClassName
{
border-color: #489CDE;
}
.TagClassName
{
border-color: #489CDE;
}
</style>