Shades of Picton Blue #489BE7
Tints of Picton Blue #489BE7
RGB
CMYK
RGB Variations
Color information
#489BE7 (or 0x489BE7) is known color: Picton Blue. HEX triplet: 48, 9B and E7. RGB value is (72,155,231). Sum of RGB (Red+Green+Blue) = 72+155+231=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #489BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BE7 is #B76418. Grayscale: #8A8A8A. Windows color (decimal): -12018713 or 15178568. OLE color: 15178568.
HSL color Cylindrical-coordinate representation of color #489BE7: hue angle of 208.68º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #489BE7 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 155 | 231 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.09 |
| HSL | 208.68º | 0.77% | 0.59% | - |
| HSV(B) | 208.68º | 0.69% | 0.91% | - |
| XYZ | 28.82 | 30.59 | 79.99 | - |
| YUV | 138.85 | 180 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 231 | 0.69 | 0.33 | 0 | 0.09 | 208.68 | 0.77 | 0.59 |
| Hex | 48 | 9B | E7 | 45 | 21 | 0 | 9 | D1 | 4D | 3B |
| Octal | 110 | 233 | 347 | 105 | 41 | 0 | 11 | 321 | 115 | 73 |
| Binary | 1001000 | 10011011 | 11100111 | 1000101 | 100001 | 0 | 1001 | 11010001 | 1001101 | 111011 |
Color Harmonies of #489BE7
Complementary color
Monochromatic Colors of #489BE7
Black with #489BE7
Text Example
Text Example
White with #489BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BE7; }
p { color: rgb(72,155,231); }
H1.HeaderClassName
{
color: #489BE7;
}
.AnyTagClassName
{
color: #489BE7;
}
</style>
background-color css
<style>
a { background-color: #489BE7; }
a { background-color: rgb(72,155,231); }
div.DivClassName
{
background-color: #489BE7;
}
.BgClassName
{
background-color: #489BE7;
}
</style>
border-color css
<style>
span { border-color: #489BE7; }
span { border-color: rgb(72,155,231); }
td.TdClassName
{
border-color: #489BE7;
}
.TagClassName
{
border-color: #489BE7;
}
</style>