Shades of Picton Blue #459BD6
Tints of Picton Blue #459BD6
RGB
CMYK
RGB Variations
Color information
#459BD6 (or 0x459BD6) is known color: Picton Blue. HEX triplet: 45, 9B and D6. RGB value is (69,155,214). Sum of RGB (Red+Green+Blue) = 69+155+214=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #459BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD6 is #BA6429. Grayscale: #878787. Windows color (decimal): -12215338 or 14064453. OLE color: 14064453.
HSL color Cylindrical-coordinate representation of color #459BD6: hue angle of 204.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459BD6 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 155 | 214 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.16 |
| HSL | 204.41º | 0.64% | 0.55% | - |
| HSV(B) | 204.41º | 0.68% | 0.84% | - |
| XYZ | 26.31 | 29.56 | 67.94 | - |
| YUV | 136.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 214 | 0.68 | 0.28 | 0 | 0.16 | 204.41 | 0.64 | 0.55 |
| Hex | 45 | 9B | D6 | 44 | 1C | 0 | 10 | CC | 40 | 37 |
| Octal | 105 | 233 | 326 | 104 | 34 | 0 | 20 | 314 | 100 | 67 |
| Binary | 1000101 | 10011011 | 11010110 | 1000100 | 11100 | 0 | 10000 | 11001100 | 1000000 | 110111 |
Color Harmonies of #459BD6
Complementary color
Monochromatic Colors of #459BD6
Black with #459BD6
Text Example
Text Example
White with #459BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BD6; }
p { color: rgb(69,155,214); }
H1.HeaderClassName
{
color: #459BD6;
}
.AnyTagClassName
{
color: #459BD6;
}
</style>
background-color css
<style>
a { background-color: #459BD6; }
a { background-color: rgb(69,155,214); }
div.DivClassName
{
background-color: #459BD6;
}
.BgClassName
{
background-color: #459BD6;
}
</style>
border-color css
<style>
span { border-color: #459BD6; }
span { border-color: rgb(69,155,214); }
td.TdClassName
{
border-color: #459BD6;
}
.TagClassName
{
border-color: #459BD6;
}
</style>