Shades of Picton Blue #489DDD
Tints of Picton Blue #489DDD
RGB
CMYK
RGB Variations
Color information
#489DDD (or 0x489DDD) is known color: Picton Blue. HEX triplet: 48, 9D and DD. RGB value is (72,157,221). Sum of RGB (Red+Green+Blue) = 72+157+221=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #489DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DDD is #B76222. Grayscale: #8A8A8A. Windows color (decimal): -12018211 or 14523720. OLE color: 14523720.
HSL color Cylindrical-coordinate representation of color #489DDD: hue angle of 205.77º 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 #489DDD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 157 | 221 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.13 |
| HSL | 205.77º | 0.69% | 0.57% | - |
| HSV(B) | 205.77º | 0.67% | 0.87% | - |
| XYZ | 27.78 | 30.71 | 72.87 | - |
| YUV | 138.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 221 | 0.67 | 0.29 | 0 | 0.13 | 205.77 | 0.69 | 0.57 |
| Hex | 48 | 9D | DD | 43 | 1D | 0 | D | CE | 45 | 39 |
| Octal | 110 | 235 | 335 | 103 | 35 | 0 | 15 | 316 | 105 | 71 |
| Binary | 1001000 | 10011101 | 11011101 | 1000011 | 11101 | 0 | 1101 | 11001110 | 1000101 | 111001 |
Color Harmonies of #489DDD
Complementary color
Monochromatic Colors of #489DDD
Black with #489DDD
Text Example
Text Example
White with #489DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DDD; }
p { color: rgb(72,157,221); }
H1.HeaderClassName
{
color: #489DDD;
}
.AnyTagClassName
{
color: #489DDD;
}
</style>
background-color css
<style>
a { background-color: #489DDD; }
a { background-color: rgb(72,157,221); }
div.DivClassName
{
background-color: #489DDD;
}
.BgClassName
{
background-color: #489DDD;
}
</style>
border-color css
<style>
span { border-color: #489DDD; }
span { border-color: rgb(72,157,221); }
td.TdClassName
{
border-color: #489DDD;
}
.TagClassName
{
border-color: #489DDD;
}
</style>