Shades of Picton Blue #459BD2
Tints of Picton Blue #459BD2
RGB
CMYK
RGB Variations
Color information
#459BD2 (or 0x459BD2) is known color: Picton Blue. HEX triplet: 45, 9B and D2. RGB value is (69,155,210). Sum of RGB (Red+Green+Blue) = 69+155+210=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #459BD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD2 is #BA642D. Grayscale: #878787. Windows color (decimal): -12215342 or 13802309. OLE color: 13802309.
HSL color Cylindrical-coordinate representation of color #459BD2: hue angle of 203.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459BD2 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 155 | 210 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.18 |
| HSL | 203.4º | 0.61% | 0.55% | - |
| HSV(B) | 203.4º | 0.67% | 0.82% | - |
| XYZ | 25.81 | 29.36 | 65.28 | - |
| YUV | 135.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 210 | 0.67 | 0.26 | 0 | 0.18 | 203.4 | 0.61 | 0.55 |
| Hex | 45 | 9B | D2 | 43 | 1A | 0 | 12 | CB | 3D | 37 |
| Octal | 105 | 233 | 322 | 103 | 32 | 0 | 22 | 313 | 75 | 67 |
| Binary | 1000101 | 10011011 | 11010010 | 1000011 | 11010 | 0 | 10010 | 11001011 | 111101 | 110111 |
Color Harmonies of #459BD2
Complementary color
Monochromatic Colors of #459BD2
Black with #459BD2
Text Example
Text Example
White with #459BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BD2; }
p { color: rgb(69,155,210); }
H1.HeaderClassName
{
color: #459BD2;
}
.AnyTagClassName
{
color: #459BD2;
}
</style>
background-color css
<style>
a { background-color: #459BD2; }
a { background-color: rgb(69,155,210); }
div.DivClassName
{
background-color: #459BD2;
}
.BgClassName
{
background-color: #459BD2;
}
</style>
border-color css
<style>
span { border-color: #459BD2; }
span { border-color: rgb(69,155,210); }
td.TdClassName
{
border-color: #459BD2;
}
.TagClassName
{
border-color: #459BD2;
}
</style>