Shades of Picton Blue #459BDC
Tints of Picton Blue #459BDC
RGB
CMYK
RGB Variations
Color information
#459BDC (or 0x459BDC) is known color: Picton Blue. HEX triplet: 45, 9B and DC. RGB value is (69,155,220). Sum of RGB (Red+Green+Blue) = 69+155+220=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #459BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BDC is #BA6423. Grayscale: #888888. Windows color (decimal): -12215332 or 14457669. OLE color: 14457669.
HSL color Cylindrical-coordinate representation of color #459BDC: hue angle of 205.83º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459BDC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 155 | 220 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.14 |
| HSL | 205.83º | 0.68% | 0.57% | - |
| HSV(B) | 205.83º | 0.69% | 0.86% | - |
| XYZ | 27.09 | 29.88 | 72.05 | - |
| YUV | 136.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 220 | 0.69 | 0.30 | 0 | 0.14 | 205.83 | 0.68 | 0.57 |
| Hex | 45 | 9B | DC | 45 | 1E | 0 | E | CE | 44 | 39 |
| Octal | 105 | 233 | 334 | 105 | 36 | 0 | 16 | 316 | 104 | 71 |
| Binary | 1000101 | 10011011 | 11011100 | 1000101 | 11110 | 0 | 1110 | 11001110 | 1000100 | 111001 |
Color Harmonies of #459BDC
Complementary color
Monochromatic Colors of #459BDC
Black with #459BDC
Text Example
Text Example
White with #459BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BDC; }
p { color: rgb(69,155,220); }
H1.HeaderClassName
{
color: #459BDC;
}
.AnyTagClassName
{
color: #459BDC;
}
</style>
background-color css
<style>
a { background-color: #459BDC; }
a { background-color: rgb(69,155,220); }
div.DivClassName
{
background-color: #459BDC;
}
.BgClassName
{
background-color: #459BDC;
}
</style>
border-color css
<style>
span { border-color: #459BDC; }
span { border-color: rgb(69,155,220); }
td.TdClassName
{
border-color: #459BDC;
}
.TagClassName
{
border-color: #459BDC;
}
</style>