Shades of Picton Blue #459ECC
Tints of Picton Blue #459ECC
RGB
CMYK
RGB Variations
Color information
#459ECC (or 0x459ECC) is known color: Picton Blue. HEX triplet: 45, 9E and CC. RGB value is (69,158,204). Sum of RGB (Red+Green+Blue) = 69+158+204=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #459ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECC is #BA6133. Grayscale: #888888. Windows color (decimal): -12214580 or 13409861. OLE color: 13409861.
HSL color Cylindrical-coordinate representation of color #459ECC: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459ECC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 158 | 204 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.2 |
| HSL | 200.44º | 0.57% | 0.54% | - |
| HSV(B) | 200.44º | 0.66% | 0.8% | - |
| XYZ | 25.58 | 30.08 | 61.58 | - |
| YUV | 136.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 204 | 0.66 | 0.23 | 0 | 0.2 | 200.44 | 0.57 | 0.54 |
| Hex | 45 | 9E | CC | 42 | 17 | 0 | 14 | C8 | 39 | 36 |
| Octal | 105 | 236 | 314 | 102 | 27 | 0 | 24 | 310 | 71 | 66 |
| Binary | 1000101 | 10011110 | 11001100 | 1000010 | 10111 | 0 | 10100 | 11001000 | 111001 | 110110 |
Color Harmonies of #459ECC
Complementary color
Monochromatic Colors of #459ECC
Black with #459ECC
Text Example
Text Example
White with #459ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ECC; }
p { color: rgb(69,158,204); }
H1.HeaderClassName
{
color: #459ECC;
}
.AnyTagClassName
{
color: #459ECC;
}
</style>
background-color css
<style>
a { background-color: #459ECC; }
a { background-color: rgb(69,158,204); }
div.DivClassName
{
background-color: #459ECC;
}
.BgClassName
{
background-color: #459ECC;
}
</style>
border-color css
<style>
span { border-color: #459ECC; }
span { border-color: rgb(69,158,204); }
td.TdClassName
{
border-color: #459ECC;
}
.TagClassName
{
border-color: #459ECC;
}
</style>