Shades of Picton Blue #459DCB
Tints of Picton Blue #459DCB
RGB
CMYK
RGB Variations
Color information
#459DCB (or 0x459DCB) is known color: Picton Blue. HEX triplet: 45, 9D and CB. RGB value is (69,157,203). Sum of RGB (Red+Green+Blue) = 69+157+203=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #459DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DCB is #BA6234. Grayscale: #878787. Windows color (decimal): -12214837 or 13344069. OLE color: 13344069.
HSL color Cylindrical-coordinate representation of color #459DCB: hue angle of 200.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459DCB is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 157 | 203 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.20 |
| HSL | 200.6º | 0.56% | 0.53% | - |
| HSV(B) | 200.6º | 0.66% | 0.8% | - |
| XYZ | 25.29 | 29.69 | 60.9 | - |
| YUV | 135.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 203 | 0.66 | 0.23 | 0 | 0.20 | 200.6 | 0.56 | 0.53 |
| Hex | 45 | 9D | CB | 42 | 17 | 0 | 14 | C9 | 38 | 35 |
| Octal | 105 | 235 | 313 | 102 | 27 | 0 | 24 | 311 | 70 | 65 |
| Binary | 1000101 | 10011101 | 11001011 | 1000010 | 10111 | 0 | 10100 | 11001001 | 111000 | 110101 |
Color Harmonies of #459DCB
Complementary color
Monochromatic Colors of #459DCB
Black with #459DCB
Text Example
Text Example
White with #459DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DCB; }
p { color: rgb(69,157,203); }
H1.HeaderClassName
{
color: #459DCB;
}
.AnyTagClassName
{
color: #459DCB;
}
</style>
background-color css
<style>
a { background-color: #459DCB; }
a { background-color: rgb(69,157,203); }
div.DivClassName
{
background-color: #459DCB;
}
.BgClassName
{
background-color: #459DCB;
}
</style>
border-color css
<style>
span { border-color: #459DCB; }
span { border-color: rgb(69,157,203); }
td.TdClassName
{
border-color: #459DCB;
}
.TagClassName
{
border-color: #459DCB;
}
</style>