Shades of Picton Blue #489DDC
Tints of Picton Blue #489DDC
RGB
CMYK
RGB Variations
Color information
#489DDC (or 0x489DDC) is known color: Picton Blue. HEX triplet: 48, 9D and DC. RGB value is (72,157,220). Sum of RGB (Red+Green+Blue) = 72+157+220=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #489DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DDC is #B76223. Grayscale: #8A8A8A. Windows color (decimal): -12018212 or 14458184. OLE color: 14458184.
HSL color Cylindrical-coordinate representation of color #489DDC: hue angle of 205.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489DDC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 157 | 220 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.14 |
| HSL | 205.54º | 0.68% | 0.57% | - |
| HSV(B) | 205.54º | 0.67% | 0.86% | - |
| XYZ | 27.65 | 30.66 | 72.17 | - |
| YUV | 138.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 220 | 0.67 | 0.29 | 0 | 0.14 | 205.54 | 0.68 | 0.57 |
| Hex | 48 | 9D | DC | 43 | 1D | 0 | E | CE | 44 | 39 |
| Octal | 110 | 235 | 334 | 103 | 35 | 0 | 16 | 316 | 104 | 71 |
| Binary | 1001000 | 10011101 | 11011100 | 1000011 | 11101 | 0 | 1110 | 11001110 | 1000100 | 111001 |
Color Harmonies of #489DDC
Complementary color
Monochromatic Colors of #489DDC
Black with #489DDC
Text Example
Text Example
White with #489DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DDC; }
p { color: rgb(72,157,220); }
H1.HeaderClassName
{
color: #489DDC;
}
.AnyTagClassName
{
color: #489DDC;
}
</style>
background-color css
<style>
a { background-color: #489DDC; }
a { background-color: rgb(72,157,220); }
div.DivClassName
{
background-color: #489DDC;
}
.BgClassName
{
background-color: #489DDC;
}
</style>
border-color css
<style>
span { border-color: #489DDC; }
span { border-color: rgb(72,157,220); }
td.TdClassName
{
border-color: #489DDC;
}
.TagClassName
{
border-color: #489DDC;
}
</style>