Shades of Picton Blue #459ECE
Tints of Picton Blue #459ECE
RGB
CMYK
RGB Variations
Color information
#459ECE (or 0x459ECE) is known color: Picton Blue. HEX triplet: 45, 9E and CE. RGB value is (69,158,206). Sum of RGB (Red+Green+Blue) = 69+158+206=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #459ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECE is #BA6131. Grayscale: #888888. Windows color (decimal): -12214578 or 13540933. OLE color: 13540933.
HSL color Cylindrical-coordinate representation of color #459ECE: hue angle of 201.02º degrees, saturation: 0.58, 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 #459ECE is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 158 | 206 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.19 |
| HSL | 201.02º | 0.58% | 0.54% | - |
| HSV(B) | 201.02º | 0.67% | 0.81% | - |
| XYZ | 25.82 | 30.18 | 62.86 | - |
| YUV | 136.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 206 | 0.67 | 0.23 | 0 | 0.19 | 201.02 | 0.58 | 0.54 |
| Hex | 45 | 9E | CE | 43 | 17 | 0 | 13 | C9 | 3A | 36 |
| Octal | 105 | 236 | 316 | 103 | 27 | 0 | 23 | 311 | 72 | 66 |
| Binary | 1000101 | 10011110 | 11001110 | 1000011 | 10111 | 0 | 10011 | 11001001 | 111010 | 110110 |
Color Harmonies of #459ECE
Complementary color
Monochromatic Colors of #459ECE
Black with #459ECE
Text Example
Text Example
White with #459ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ECE; }
p { color: rgb(69,158,206); }
H1.HeaderClassName
{
color: #459ECE;
}
.AnyTagClassName
{
color: #459ECE;
}
</style>
background-color css
<style>
a { background-color: #459ECE; }
a { background-color: rgb(69,158,206); }
div.DivClassName
{
background-color: #459ECE;
}
.BgClassName
{
background-color: #459ECE;
}
</style>
border-color css
<style>
span { border-color: #459ECE; }
span { border-color: rgb(69,158,206); }
td.TdClassName
{
border-color: #459ECE;
}
.TagClassName
{
border-color: #459ECE;
}
</style>