Shades of Picton Blue #459EDB
Tints of Picton Blue #459EDB
RGB
CMYK
RGB Variations
Color information
#459EDB (or 0x459EDB) is known color: Picton Blue. HEX triplet: 45, 9E and DB. RGB value is (69,158,219). Sum of RGB (Red+Green+Blue) = 69+158+219=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #459EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EDB is #BA6124. Grayscale: #8A8A8A. Windows color (decimal): -12214565 or 14392901. OLE color: 14392901.
HSL color Cylindrical-coordinate representation of color #459EDB: hue angle of 204.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459EDB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 158 | 219 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.14 |
| HSL | 204.4º | 0.68% | 0.56% | - |
| HSV(B) | 204.4º | 0.68% | 0.86% | - |
| XYZ | 27.47 | 30.83 | 71.52 | - |
| YUV | 138.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 219 | 0.68 | 0.28 | 0 | 0.14 | 204.4 | 0.68 | 0.56 |
| Hex | 45 | 9E | DB | 44 | 1C | 0 | E | CC | 44 | 38 |
| Octal | 105 | 236 | 333 | 104 | 34 | 0 | 16 | 314 | 104 | 70 |
| Binary | 1000101 | 10011110 | 11011011 | 1000100 | 11100 | 0 | 1110 | 11001100 | 1000100 | 111000 |
Color Harmonies of #459EDB
Complementary color
Monochromatic Colors of #459EDB
Black with #459EDB
Text Example
Text Example
White with #459EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EDB; }
p { color: rgb(69,158,219); }
H1.HeaderClassName
{
color: #459EDB;
}
.AnyTagClassName
{
color: #459EDB;
}
</style>
background-color css
<style>
a { background-color: #459EDB; }
a { background-color: rgb(69,158,219); }
div.DivClassName
{
background-color: #459EDB;
}
.BgClassName
{
background-color: #459EDB;
}
</style>
border-color css
<style>
span { border-color: #459EDB; }
span { border-color: rgb(69,158,219); }
td.TdClassName
{
border-color: #459EDB;
}
.TagClassName
{
border-color: #459EDB;
}
</style>