Shades of Picton Blue #489CCA
Tints of Picton Blue #489CCA
RGB
CMYK
RGB Variations
Color information
#489CCA (or 0x489CCA) is known color: Picton Blue. HEX triplet: 48, 9C and CA. RGB value is (72,156,202). Sum of RGB (Red+Green+Blue) = 72+156+202=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #489CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CCA is #B76335. Grayscale: #878787. Windows color (decimal): -12018486 or 13278280. OLE color: 13278280.
HSL color Cylindrical-coordinate representation of color #489CCA: hue angle of 201.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489CCA is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 156 | 202 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.21 |
| HSL | 201.23º | 0.55% | 0.54% | - |
| HSV(B) | 201.23º | 0.64% | 0.79% | - |
| XYZ | 25.22 | 29.42 | 60.23 | - |
| YUV | 136.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 202 | 0.64 | 0.23 | 0 | 0.21 | 201.23 | 0.55 | 0.54 |
| Hex | 48 | 9C | CA | 40 | 17 | 0 | 15 | C9 | 37 | 36 |
| Octal | 110 | 234 | 312 | 100 | 27 | 0 | 25 | 311 | 67 | 66 |
| Binary | 1001000 | 10011100 | 11001010 | 1000000 | 10111 | 0 | 10101 | 11001001 | 110111 | 110110 |
Color Harmonies of #489CCA
Complementary color
Monochromatic Colors of #489CCA
Black with #489CCA
Text Example
Text Example
White with #489CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CCA; }
p { color: rgb(72,156,202); }
H1.HeaderClassName
{
color: #489CCA;
}
.AnyTagClassName
{
color: #489CCA;
}
</style>
background-color css
<style>
a { background-color: #489CCA; }
a { background-color: rgb(72,156,202); }
div.DivClassName
{
background-color: #489CCA;
}
.BgClassName
{
background-color: #489CCA;
}
</style>
border-color css
<style>
span { border-color: #489CCA; }
span { border-color: rgb(72,156,202); }
td.TdClassName
{
border-color: #489CCA;
}
.TagClassName
{
border-color: #489CCA;
}
</style>