Shades of Picton Blue #489BDF
Tints of Picton Blue #489BDF
RGB
CMYK
RGB Variations
Color information
#489BDF (or 0x489BDF) is known color: Picton Blue. HEX triplet: 48, 9B and DF. RGB value is (72,155,223). Sum of RGB (Red+Green+Blue) = 72+155+223=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #489BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BDF is #B76420. Grayscale: #898989. Windows color (decimal): -12018721 or 14654280. OLE color: 14654280.
HSL color Cylindrical-coordinate representation of color #489BDF: hue angle of 207.02º degrees, saturation: 0.7, 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 #489BDF is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 155 | 223 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 207.02º | 0.7% | 0.58% | - |
| HSV(B) | 207.02º | 0.68% | 0.87% | - |
| XYZ | 27.71 | 30.15 | 74.17 | - |
| YUV | 137.94 | 176 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 223 | 0.68 | 0.30 | 0 | 0.13 | 207.02 | 0.7 | 0.58 |
| Hex | 48 | 9B | DF | 44 | 1E | 0 | D | CF | 46 | 3A |
| Octal | 110 | 233 | 337 | 104 | 36 | 0 | 15 | 317 | 106 | 72 |
| Binary | 1001000 | 10011011 | 11011111 | 1000100 | 11110 | 0 | 1101 | 11001111 | 1000110 | 111010 |
Color Harmonies of #489BDF
Complementary color
Monochromatic Colors of #489BDF
Black with #489BDF
Text Example
Text Example
White with #489BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BDF; }
p { color: rgb(72,155,223); }
H1.HeaderClassName
{
color: #489BDF;
}
.AnyTagClassName
{
color: #489BDF;
}
</style>
background-color css
<style>
a { background-color: #489BDF; }
a { background-color: rgb(72,155,223); }
div.DivClassName
{
background-color: #489BDF;
}
.BgClassName
{
background-color: #489BDF;
}
</style>
border-color css
<style>
span { border-color: #489BDF; }
span { border-color: rgb(72,155,223); }
td.TdClassName
{
border-color: #489BDF;
}
.TagClassName
{
border-color: #489BDF;
}
</style>