Shades of Picton Blue #459ADE
Tints of Picton Blue #459ADE
RGB
CMYK
RGB Variations
Color information
#459ADE (or 0x459ADE) is known color: Picton Blue. HEX triplet: 45, 9A and DE. RGB value is (69,154,222). Sum of RGB (Red+Green+Blue) = 69+154+222=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #459ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ADE is #BA6521. Grayscale: #878787. Windows color (decimal): -12215586 or 14588485. OLE color: 14588485.
HSL color Cylindrical-coordinate representation of color #459ADE: hue angle of 206.67º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459ADE is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 154 | 222 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.13 |
| HSL | 206.67º | 0.7% | 0.57% | - |
| HSV(B) | 206.67º | 0.69% | 0.87% | - |
| XYZ | 27.19 | 29.65 | 73.4 | - |
| YUV | 136.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 222 | 0.69 | 0.31 | 0 | 0.13 | 206.67 | 0.7 | 0.57 |
| Hex | 45 | 9A | DE | 45 | 1F | 0 | D | CF | 46 | 39 |
| Octal | 105 | 232 | 336 | 105 | 37 | 0 | 15 | 317 | 106 | 71 |
| Binary | 1000101 | 10011010 | 11011110 | 1000101 | 11111 | 0 | 1101 | 11001111 | 1000110 | 111001 |
Color Harmonies of #459ADE
Complementary color
Monochromatic Colors of #459ADE
Black with #459ADE
Text Example
Text Example
White with #459ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ADE; }
p { color: rgb(69,154,222); }
H1.HeaderClassName
{
color: #459ADE;
}
.AnyTagClassName
{
color: #459ADE;
}
</style>
background-color css
<style>
a { background-color: #459ADE; }
a { background-color: rgb(69,154,222); }
div.DivClassName
{
background-color: #459ADE;
}
.BgClassName
{
background-color: #459ADE;
}
</style>
border-color css
<style>
span { border-color: #459ADE; }
span { border-color: rgb(69,154,222); }
td.TdClassName
{
border-color: #459ADE;
}
.TagClassName
{
border-color: #459ADE;
}
</style>