Shades of Picton Blue #459DCF
Tints of Picton Blue #459DCF
RGB
CMYK
RGB Variations
Color information
#459DCF (or 0x459DCF) is known color: Picton Blue. HEX triplet: 45, 9D and CF. RGB value is (69,157,207). Sum of RGB (Red+Green+Blue) = 69+157+207=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #459DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DCF is #BA6230. Grayscale: #888888. Windows color (decimal): -12214833 or 13606213. OLE color: 13606213.
HSL color Cylindrical-coordinate representation of color #459DCF: hue angle of 201.74º 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 #459DCF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 157 | 207 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.19 |
| HSL | 201.74º | 0.59% | 0.54% | - |
| HSV(B) | 201.74º | 0.67% | 0.81% | - |
| XYZ | 25.77 | 29.88 | 63.44 | - |
| YUV | 136.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 207 | 0.67 | 0.24 | 0 | 0.19 | 201.74 | 0.59 | 0.54 |
| Hex | 45 | 9D | CF | 43 | 18 | 0 | 13 | CA | 3B | 36 |
| Octal | 105 | 235 | 317 | 103 | 30 | 0 | 23 | 312 | 73 | 66 |
| Binary | 1000101 | 10011101 | 11001111 | 1000011 | 11000 | 0 | 10011 | 11001010 | 111011 | 110110 |
Color Harmonies of #459DCF
Complementary color
Monochromatic Colors of #459DCF
Black with #459DCF
Text Example
Text Example
White with #459DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DCF; }
p { color: rgb(69,157,207); }
H1.HeaderClassName
{
color: #459DCF;
}
.AnyTagClassName
{
color: #459DCF;
}
</style>
background-color css
<style>
a { background-color: #459DCF; }
a { background-color: rgb(69,157,207); }
div.DivClassName
{
background-color: #459DCF;
}
.BgClassName
{
background-color: #459DCF;
}
</style>
border-color css
<style>
span { border-color: #459DCF; }
span { border-color: rgb(69,157,207); }
td.TdClassName
{
border-color: #459DCF;
}
.TagClassName
{
border-color: #459DCF;
}
</style>