Shades of Picton Blue #459ECF
Tints of Picton Blue #459ECF
RGB
CMYK
RGB Variations
Color information
#459ECF (or 0x459ECF) is known color: Picton Blue. HEX triplet: 45, 9E and CF. RGB value is (69,158,207). Sum of RGB (Red+Green+Blue) = 69+158+207=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #459ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECF is #BA6130. Grayscale: #888888. Windows color (decimal): -12214577 or 13606469. OLE color: 13606469.
HSL color Cylindrical-coordinate representation of color #459ECF: hue angle of 201.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459ECF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 158 | 207 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.19 |
| HSL | 201.3º | 0.59% | 0.54% | - |
| HSV(B) | 201.3º | 0.67% | 0.81% | - |
| XYZ | 25.94 | 30.22 | 63.5 | - |
| YUV | 136.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 207 | 0.67 | 0.24 | 0 | 0.19 | 201.3 | 0.59 | 0.54 |
| Hex | 45 | 9E | CF | 43 | 18 | 0 | 13 | C9 | 3B | 36 |
| Octal | 105 | 236 | 317 | 103 | 30 | 0 | 23 | 311 | 73 | 66 |
| Binary | 1000101 | 10011110 | 11001111 | 1000011 | 11000 | 0 | 10011 | 11001001 | 111011 | 110110 |
Color Harmonies of #459ECF
Complementary color
Monochromatic Colors of #459ECF
Black with #459ECF
Text Example
Text Example
White with #459ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ECF; }
p { color: rgb(69,158,207); }
H1.HeaderClassName
{
color: #459ECF;
}
.AnyTagClassName
{
color: #459ECF;
}
</style>
background-color css
<style>
a { background-color: #459ECF; }
a { background-color: rgb(69,158,207); }
div.DivClassName
{
background-color: #459ECF;
}
.BgClassName
{
background-color: #459ECF;
}
</style>
border-color css
<style>
span { border-color: #459ECF; }
span { border-color: rgb(69,158,207); }
td.TdClassName
{
border-color: #459ECF;
}
.TagClassName
{
border-color: #459ECF;
}
</style>