Shades of Picton Blue #489DCB
Tints of Picton Blue #489DCB
RGB
CMYK
RGB Variations
Color information
#489DCB (or 0x489DCB) is known color: Picton Blue. HEX triplet: 48, 9D and CB. RGB value is (72,157,203). Sum of RGB (Red+Green+Blue) = 72+157+203=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #489DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DCB is #B76234. Grayscale: #888888. Windows color (decimal): -12018229 or 13344072. OLE color: 13344072.
HSL color Cylindrical-coordinate representation of color #489DCB: hue angle of 201.07º degrees, saturation: 0.56, 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 #489DCB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 157 | 203 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.20 |
| HSL | 201.07º | 0.56% | 0.54% | - |
| HSV(B) | 201.07º | 0.65% | 0.8% | - |
| XYZ | 25.51 | 29.8 | 60.91 | - |
| YUV | 136.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 203 | 0.65 | 0.23 | 0 | 0.20 | 201.07 | 0.56 | 0.54 |
| Hex | 48 | 9D | CB | 41 | 17 | 0 | 14 | C9 | 38 | 36 |
| Octal | 110 | 235 | 313 | 101 | 27 | 0 | 24 | 311 | 70 | 66 |
| Binary | 1001000 | 10011101 | 11001011 | 1000001 | 10111 | 0 | 10100 | 11001001 | 111000 | 110110 |
Color Harmonies of #489DCB
Complementary color
Monochromatic Colors of #489DCB
Black with #489DCB
Text Example
Text Example
White with #489DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DCB; }
p { color: rgb(72,157,203); }
H1.HeaderClassName
{
color: #489DCB;
}
.AnyTagClassName
{
color: #489DCB;
}
</style>
background-color css
<style>
a { background-color: #489DCB; }
a { background-color: rgb(72,157,203); }
div.DivClassName
{
background-color: #489DCB;
}
.BgClassName
{
background-color: #489DCB;
}
</style>
border-color css
<style>
span { border-color: #489DCB; }
span { border-color: rgb(72,157,203); }
td.TdClassName
{
border-color: #489DCB;
}
.TagClassName
{
border-color: #489DCB;
}
</style>