Shades of Picton Blue #489CCC
Tints of Picton Blue #489CCC
RGB
CMYK
RGB Variations
Color information
#489CCC (or 0x489CCC) is known color: Picton Blue. HEX triplet: 48, 9C and CC. RGB value is (72,156,204). Sum of RGB (Red+Green+Blue) = 72+156+204=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #489CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CCC is #B76333. Grayscale: #888888. Windows color (decimal): -12018484 or 13409352. OLE color: 13409352.
HSL color Cylindrical-coordinate representation of color #489CCC: hue angle of 201.82º 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 #489CCC is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 156 | 204 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.2 |
| HSL | 201.82º | 0.56% | 0.54% | - |
| HSV(B) | 201.82º | 0.65% | 0.8% | - |
| XYZ | 25.46 | 29.51 | 61.48 | - |
| YUV | 136.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 204 | 0.65 | 0.24 | 0 | 0.2 | 201.82 | 0.56 | 0.54 |
| Hex | 48 | 9C | CC | 41 | 18 | 0 | 14 | CA | 38 | 36 |
| Octal | 110 | 234 | 314 | 101 | 30 | 0 | 24 | 312 | 70 | 66 |
| Binary | 1001000 | 10011100 | 11001100 | 1000001 | 11000 | 0 | 10100 | 11001010 | 111000 | 110110 |
Color Harmonies of #489CCC
Complementary color
Monochromatic Colors of #489CCC
Black with #489CCC
Text Example
Text Example
White with #489CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CCC; }
p { color: rgb(72,156,204); }
H1.HeaderClassName
{
color: #489CCC;
}
.AnyTagClassName
{
color: #489CCC;
}
</style>
background-color css
<style>
a { background-color: #489CCC; }
a { background-color: rgb(72,156,204); }
div.DivClassName
{
background-color: #489CCC;
}
.BgClassName
{
background-color: #489CCC;
}
</style>
border-color css
<style>
span { border-color: #489CCC; }
span { border-color: rgb(72,156,204); }
td.TdClassName
{
border-color: #489CCC;
}
.TagClassName
{
border-color: #489CCC;
}
</style>