Shades of Picton Blue #459DCD
Tints of Picton Blue #459DCD
RGB
CMYK
RGB Variations
Color information
#459DCD (or 0x459DCD) is known color: Picton Blue. HEX triplet: 45, 9D and CD. RGB value is (69,157,205). Sum of RGB (Red+Green+Blue) = 69+157+205=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #459DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DCD is #BA6232. Grayscale: #878787. Windows color (decimal): -12214835 or 13475141. OLE color: 13475141.
HSL color Cylindrical-coordinate representation of color #459DCD: hue angle of 201.18º degrees, saturation: 0.58, 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 #459DCD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 157 | 205 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.20 |
| HSL | 201.18º | 0.58% | 0.54% | - |
| HSV(B) | 201.18º | 0.66% | 0.8% | - |
| XYZ | 25.53 | 29.79 | 62.16 | - |
| YUV | 136.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 205 | 0.66 | 0.23 | 0 | 0.20 | 201.18 | 0.58 | 0.54 |
| Hex | 45 | 9D | CD | 42 | 17 | 0 | 14 | C9 | 3A | 36 |
| Octal | 105 | 235 | 315 | 102 | 27 | 0 | 24 | 311 | 72 | 66 |
| Binary | 1000101 | 10011101 | 11001101 | 1000010 | 10111 | 0 | 10100 | 11001001 | 111010 | 110110 |
Color Harmonies of #459DCD
Complementary color
Monochromatic Colors of #459DCD
Black with #459DCD
Text Example
Text Example
White with #459DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DCD; }
p { color: rgb(69,157,205); }
H1.HeaderClassName
{
color: #459DCD;
}
.AnyTagClassName
{
color: #459DCD;
}
</style>
background-color css
<style>
a { background-color: #459DCD; }
a { background-color: rgb(69,157,205); }
div.DivClassName
{
background-color: #459DCD;
}
.BgClassName
{
background-color: #459DCD;
}
</style>
border-color css
<style>
span { border-color: #459DCD; }
span { border-color: rgb(69,157,205); }
td.TdClassName
{
border-color: #459DCD;
}
.TagClassName
{
border-color: #459DCD;
}
</style>