Shades of Picton Blue #489DCD
Tints of Picton Blue #489DCD
RGB
CMYK
RGB Variations
Color information
#489DCD (or 0x489DCD) is known color: Picton Blue. HEX triplet: 48, 9D and CD. RGB value is (72,157,205). Sum of RGB (Red+Green+Blue) = 72+157+205=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #489DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DCD is #B76232. Grayscale: #888888. Windows color (decimal): -12018227 or 13475144. OLE color: 13475144.
HSL color Cylindrical-coordinate representation of color #489DCD: hue angle of 201.65º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489DCD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 157 | 205 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.20 |
| HSL | 201.65º | 0.57% | 0.54% | - |
| HSV(B) | 201.65º | 0.65% | 0.8% | - |
| XYZ | 25.75 | 29.9 | 62.17 | - |
| YUV | 137.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 205 | 0.65 | 0.23 | 0 | 0.20 | 201.65 | 0.57 | 0.54 |
| Hex | 48 | 9D | CD | 41 | 17 | 0 | 14 | CA | 39 | 36 |
| Octal | 110 | 235 | 315 | 101 | 27 | 0 | 24 | 312 | 71 | 66 |
| Binary | 1001000 | 10011101 | 11001101 | 1000001 | 10111 | 0 | 10100 | 11001010 | 111001 | 110110 |
Color Harmonies of #489DCD
Complementary color
Monochromatic Colors of #489DCD
Black with #489DCD
Text Example
Text Example
White with #489DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DCD; }
p { color: rgb(72,157,205); }
H1.HeaderClassName
{
color: #489DCD;
}
.AnyTagClassName
{
color: #489DCD;
}
</style>
background-color css
<style>
a { background-color: #489DCD; }
a { background-color: rgb(72,157,205); }
div.DivClassName
{
background-color: #489DCD;
}
.BgClassName
{
background-color: #489DCD;
}
</style>
border-color css
<style>
span { border-color: #489DCD; }
span { border-color: rgb(72,157,205); }
td.TdClassName
{
border-color: #489DCD;
}
.TagClassName
{
border-color: #489DCD;
}
</style>