Shades of Picton Blue #489CDD
Tints of Picton Blue #489CDD
RGB
CMYK
RGB Variations
Color information
#489CDD (or 0x489CDD) is known color: Picton Blue. HEX triplet: 48, 9C and DD. RGB value is (72,156,221). Sum of RGB (Red+Green+Blue) = 72+156+221=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #489CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CDD is #B76322. Grayscale: #898989. Windows color (decimal): -12018467 or 14523464. OLE color: 14523464.
HSL color Cylindrical-coordinate representation of color #489CDD: hue angle of 206.17º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489CDD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 156 | 221 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.13 |
| HSL | 206.17º | 0.69% | 0.57% | - |
| HSV(B) | 206.17º | 0.67% | 0.87% | - |
| XYZ | 27.61 | 30.38 | 72.81 | - |
| YUV | 138.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 221 | 0.67 | 0.29 | 0 | 0.13 | 206.17 | 0.69 | 0.57 |
| Hex | 48 | 9C | DD | 43 | 1D | 0 | D | CE | 45 | 39 |
| Octal | 110 | 234 | 335 | 103 | 35 | 0 | 15 | 316 | 105 | 71 |
| Binary | 1001000 | 10011100 | 11011101 | 1000011 | 11101 | 0 | 1101 | 11001110 | 1000101 | 111001 |
Color Harmonies of #489CDD
Complementary color
Monochromatic Colors of #489CDD
Black with #489CDD
Text Example
Text Example
White with #489CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CDD; }
p { color: rgb(72,156,221); }
H1.HeaderClassName
{
color: #489CDD;
}
.AnyTagClassName
{
color: #489CDD;
}
</style>
background-color css
<style>
a { background-color: #489CDD; }
a { background-color: rgb(72,156,221); }
div.DivClassName
{
background-color: #489CDD;
}
.BgClassName
{
background-color: #489CDD;
}
</style>
border-color css
<style>
span { border-color: #489CDD; }
span { border-color: rgb(72,156,221); }
td.TdClassName
{
border-color: #489CDD;
}
.TagClassName
{
border-color: #489CDD;
}
</style>