Shades of Picton Blue #459BD4
Tints of Picton Blue #459BD4
RGB
CMYK
RGB Variations
Color information
#459BD4 (or 0x459BD4) is known color: Picton Blue. HEX triplet: 45, 9B and D4. RGB value is (69,155,212). Sum of RGB (Red+Green+Blue) = 69+155+212=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #459BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD4 is #BA642B. Grayscale: #878787. Windows color (decimal): -12215340 or 13933381. OLE color: 13933381.
HSL color Cylindrical-coordinate representation of color #459BD4: hue angle of 203.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459BD4 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 155 | 212 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.17 |
| HSL | 203.92º | 0.62% | 0.55% | - |
| HSV(B) | 203.92º | 0.67% | 0.83% | - |
| XYZ | 26.06 | 29.46 | 66.6 | - |
| YUV | 135.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 212 | 0.67 | 0.27 | 0 | 0.17 | 203.92 | 0.62 | 0.55 |
| Hex | 45 | 9B | D4 | 43 | 1B | 0 | 11 | CC | 3E | 37 |
| Octal | 105 | 233 | 324 | 103 | 33 | 0 | 21 | 314 | 76 | 67 |
| Binary | 1000101 | 10011011 | 11010100 | 1000011 | 11011 | 0 | 10001 | 11001100 | 111110 | 110111 |
Color Harmonies of #459BD4
Complementary color
Monochromatic Colors of #459BD4
Black with #459BD4
Text Example
Text Example
White with #459BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BD4; }
p { color: rgb(69,155,212); }
H1.HeaderClassName
{
color: #459BD4;
}
.AnyTagClassName
{
color: #459BD4;
}
</style>
background-color css
<style>
a { background-color: #459BD4; }
a { background-color: rgb(69,155,212); }
div.DivClassName
{
background-color: #459BD4;
}
.BgClassName
{
background-color: #459BD4;
}
</style>
border-color css
<style>
span { border-color: #459BD4; }
span { border-color: rgb(69,155,212); }
td.TdClassName
{
border-color: #459BD4;
}
.TagClassName
{
border-color: #459BD4;
}
</style>