Shades of Picton Blue #459AD6
Tints of Picton Blue #459AD6
RGB
CMYK
RGB Variations
Color information
#459AD6 (or 0x459AD6) is known color: Picton Blue. HEX triplet: 45, 9A and D6. RGB value is (69,154,214). Sum of RGB (Red+Green+Blue) = 69+154+214=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #459AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AD6 is #BA6529. Grayscale: #878787. Windows color (decimal): -12215594 or 14064197. OLE color: 14064197.
HSL color Cylindrical-coordinate representation of color #459AD6: hue angle of 204.83º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459AD6 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 154 | 214 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.16 |
| HSL | 204.83º | 0.64% | 0.55% | - |
| HSV(B) | 204.83º | 0.68% | 0.84% | - |
| XYZ | 26.15 | 29.23 | 67.88 | - |
| YUV | 135.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 214 | 0.68 | 0.28 | 0 | 0.16 | 204.83 | 0.64 | 0.55 |
| Hex | 45 | 9A | D6 | 44 | 1C | 0 | 10 | CD | 40 | 37 |
| Octal | 105 | 232 | 326 | 104 | 34 | 0 | 20 | 315 | 100 | 67 |
| Binary | 1000101 | 10011010 | 11010110 | 1000100 | 11100 | 0 | 10000 | 11001101 | 1000000 | 110111 |
Color Harmonies of #459AD6
Complementary color
Monochromatic Colors of #459AD6
Black with #459AD6
Text Example
Text Example
White with #459AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AD6; }
p { color: rgb(69,154,214); }
H1.HeaderClassName
{
color: #459AD6;
}
.AnyTagClassName
{
color: #459AD6;
}
</style>
background-color css
<style>
a { background-color: #459AD6; }
a { background-color: rgb(69,154,214); }
div.DivClassName
{
background-color: #459AD6;
}
.BgClassName
{
background-color: #459AD6;
}
</style>
border-color css
<style>
span { border-color: #459AD6; }
span { border-color: rgb(69,154,214); }
td.TdClassName
{
border-color: #459AD6;
}
.TagClassName
{
border-color: #459AD6;
}
</style>