Shades of Picton Blue #459DDB
Tints of Picton Blue #459DDB
RGB
CMYK
RGB Variations
Color information
#459DDB (or 0x459DDB) is known color: Picton Blue. HEX triplet: 45, 9D and DB. RGB value is (69,157,219). Sum of RGB (Red+Green+Blue) = 69+157+219=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #459DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DDB is #BA6224. Grayscale: #898989. Windows color (decimal): -12214821 or 14392645. OLE color: 14392645.
HSL color Cylindrical-coordinate representation of color #459DDB: hue angle of 204.8º 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 #459DDB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 157 | 219 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.14 |
| HSL | 204.8º | 0.68% | 0.56% | - |
| HSV(B) | 204.8º | 0.68% | 0.86% | - |
| XYZ | 27.3 | 30.49 | 71.46 | - |
| YUV | 137.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 219 | 0.68 | 0.28 | 0 | 0.14 | 204.8 | 0.68 | 0.56 |
| Hex | 45 | 9D | DB | 44 | 1C | 0 | E | CD | 44 | 38 |
| Octal | 105 | 235 | 333 | 104 | 34 | 0 | 16 | 315 | 104 | 70 |
| Binary | 1000101 | 10011101 | 11011011 | 1000100 | 11100 | 0 | 1110 | 11001101 | 1000100 | 111000 |
Color Harmonies of #459DDB
Complementary color
Monochromatic Colors of #459DDB
Black with #459DDB
Text Example
Text Example
White with #459DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DDB; }
p { color: rgb(69,157,219); }
H1.HeaderClassName
{
color: #459DDB;
}
.AnyTagClassName
{
color: #459DDB;
}
</style>
background-color css
<style>
a { background-color: #459DDB; }
a { background-color: rgb(69,157,219); }
div.DivClassName
{
background-color: #459DDB;
}
.BgClassName
{
background-color: #459DDB;
}
</style>
border-color css
<style>
span { border-color: #459DDB; }
span { border-color: rgb(69,157,219); }
td.TdClassName
{
border-color: #459DDB;
}
.TagClassName
{
border-color: #459DDB;
}
</style>