Shades of Picton Blue #459BCD
Tints of Picton Blue #459BCD
RGB
CMYK
RGB Variations
Color information
#459BCD (or 0x459BCD) is known color: Picton Blue. HEX triplet: 45, 9B and CD. RGB value is (69,155,205). Sum of RGB (Red+Green+Blue) = 69+155+205=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #459BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCD is #BA6432. Grayscale: #868686. Windows color (decimal): -12215347 or 13474629. OLE color: 13474629.
HSL color Cylindrical-coordinate representation of color #459BCD: hue angle of 202.06º 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 #459BCD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 155 | 205 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.20 |
| HSL | 202.06º | 0.58% | 0.54% | - |
| HSV(B) | 202.06º | 0.66% | 0.8% | - |
| XYZ | 25.2 | 29.12 | 62.05 | - |
| YUV | 134.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 205 | 0.66 | 0.24 | 0 | 0.20 | 202.06 | 0.58 | 0.54 |
| Hex | 45 | 9B | CD | 42 | 18 | 0 | 14 | CA | 3A | 36 |
| Octal | 105 | 233 | 315 | 102 | 30 | 0 | 24 | 312 | 72 | 66 |
| Binary | 1000101 | 10011011 | 11001101 | 1000010 | 11000 | 0 | 10100 | 11001010 | 111010 | 110110 |
Color Harmonies of #459BCD
Complementary color
Monochromatic Colors of #459BCD
Black with #459BCD
Text Example
Text Example
White with #459BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BCD; }
p { color: rgb(69,155,205); }
H1.HeaderClassName
{
color: #459BCD;
}
.AnyTagClassName
{
color: #459BCD;
}
</style>
background-color css
<style>
a { background-color: #459BCD; }
a { background-color: rgb(69,155,205); }
div.DivClassName
{
background-color: #459BCD;
}
.BgClassName
{
background-color: #459BCD;
}
</style>
border-color css
<style>
span { border-color: #459BCD; }
span { border-color: rgb(69,155,205); }
td.TdClassName
{
border-color: #459BCD;
}
.TagClassName
{
border-color: #459BCD;
}
</style>