Shades of Picton Blue #459BD3
Tints of Picton Blue #459BD3
RGB
CMYK
RGB Variations
Color information
#459BD3 (or 0x459BD3) is known color: Picton Blue. HEX triplet: 45, 9B and D3. RGB value is (69,155,211). Sum of RGB (Red+Green+Blue) = 69+155+211=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #459BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD3 is #BA642C. Grayscale: #878787. Windows color (decimal): -12215341 or 13867845. OLE color: 13867845.
HSL color Cylindrical-coordinate representation of color #459BD3: hue angle of 203.66º 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 #459BD3 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 155 | 211 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.17 |
| HSL | 203.66º | 0.62% | 0.55% | - |
| HSV(B) | 203.66º | 0.67% | 0.83% | - |
| XYZ | 25.93 | 29.41 | 65.94 | - |
| YUV | 135.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 211 | 0.67 | 0.27 | 0 | 0.17 | 203.66 | 0.62 | 0.55 |
| Hex | 45 | 9B | D3 | 43 | 1B | 0 | 11 | CC | 3E | 37 |
| Octal | 105 | 233 | 323 | 103 | 33 | 0 | 21 | 314 | 76 | 67 |
| Binary | 1000101 | 10011011 | 11010011 | 1000011 | 11011 | 0 | 10001 | 11001100 | 111110 | 110111 |
Color Harmonies of #459BD3
Complementary color
Monochromatic Colors of #459BD3
Black with #459BD3
Text Example
Text Example
White with #459BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BD3; }
p { color: rgb(69,155,211); }
H1.HeaderClassName
{
color: #459BD3;
}
.AnyTagClassName
{
color: #459BD3;
}
</style>
background-color css
<style>
a { background-color: #459BD3; }
a { background-color: rgb(69,155,211); }
div.DivClassName
{
background-color: #459BD3;
}
.BgClassName
{
background-color: #459BD3;
}
</style>
border-color css
<style>
span { border-color: #459BD3; }
span { border-color: rgb(69,155,211); }
td.TdClassName
{
border-color: #459BD3;
}
.TagClassName
{
border-color: #459BD3;
}
</style>