Shades of Picton Blue #489BCB
Tints of Picton Blue #489BCB
RGB
CMYK
RGB Variations
Color information
#489BCB (or 0x489BCB) is known color: Picton Blue. HEX triplet: 48, 9B and CB. RGB value is (72,155,203). Sum of RGB (Red+Green+Blue) = 72+155+203=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #489BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BCB is #B76434. Grayscale: #878787. Windows color (decimal): -12018741 or 13343560. OLE color: 13343560.
HSL color Cylindrical-coordinate representation of color #489BCB: hue angle of 201.98º 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 #489BCB is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 155 | 203 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.20 |
| HSL | 201.98º | 0.56% | 0.54% | - |
| HSV(B) | 201.98º | 0.65% | 0.8% | - |
| XYZ | 25.17 | 29.13 | 60.8 | - |
| YUV | 135.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 203 | 0.65 | 0.24 | 0 | 0.20 | 201.98 | 0.56 | 0.54 |
| Hex | 48 | 9B | CB | 41 | 18 | 0 | 14 | CA | 38 | 36 |
| Octal | 110 | 233 | 313 | 101 | 30 | 0 | 24 | 312 | 70 | 66 |
| Binary | 1001000 | 10011011 | 11001011 | 1000001 | 11000 | 0 | 10100 | 11001010 | 111000 | 110110 |
Color Harmonies of #489BCB
Complementary color
Monochromatic Colors of #489BCB
Black with #489BCB
Text Example
Text Example
White with #489BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BCB; }
p { color: rgb(72,155,203); }
H1.HeaderClassName
{
color: #489BCB;
}
.AnyTagClassName
{
color: #489BCB;
}
</style>
background-color css
<style>
a { background-color: #489BCB; }
a { background-color: rgb(72,155,203); }
div.DivClassName
{
background-color: #489BCB;
}
.BgClassName
{
background-color: #489BCB;
}
</style>
border-color css
<style>
span { border-color: #489BCB; }
span { border-color: rgb(72,155,203); }
td.TdClassName
{
border-color: #489BCB;
}
.TagClassName
{
border-color: #489BCB;
}
</style>