Shades of Picton Blue #459BCB
Tints of Picton Blue #459BCB
RGB
CMYK
RGB Variations
Color information
#459BCB (or 0x459BCB) is known color: Picton Blue. HEX triplet: 45, 9B and CB. RGB value is (69,155,203). Sum of RGB (Red+Green+Blue) = 69+155+203=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #459BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCB is #BA6434. Grayscale: #868686. Windows color (decimal): -12215349 or 13343557. OLE color: 13343557.
HSL color Cylindrical-coordinate representation of color #459BCB: hue angle of 201.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459BCB is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 155 | 203 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.20 |
| HSL | 201.49º | 0.56% | 0.53% | - |
| HSV(B) | 201.49º | 0.66% | 0.8% | - |
| XYZ | 24.96 | 29.02 | 60.79 | - |
| YUV | 134.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 203 | 0.66 | 0.24 | 0 | 0.20 | 201.49 | 0.56 | 0.53 |
| Hex | 45 | 9B | CB | 42 | 18 | 0 | 14 | C9 | 38 | 35 |
| Octal | 105 | 233 | 313 | 102 | 30 | 0 | 24 | 311 | 70 | 65 |
| Binary | 1000101 | 10011011 | 11001011 | 1000010 | 11000 | 0 | 10100 | 11001001 | 111000 | 110101 |
Color Harmonies of #459BCB
Complementary color
Monochromatic Colors of #459BCB
Black with #459BCB
Text Example
Text Example
White with #459BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BCB; }
p { color: rgb(69,155,203); }
H1.HeaderClassName
{
color: #459BCB;
}
.AnyTagClassName
{
color: #459BCB;
}
</style>
background-color css
<style>
a { background-color: #459BCB; }
a { background-color: rgb(69,155,203); }
div.DivClassName
{
background-color: #459BCB;
}
.BgClassName
{
background-color: #459BCB;
}
</style>
border-color css
<style>
span { border-color: #459BCB; }
span { border-color: rgb(69,155,203); }
td.TdClassName
{
border-color: #459BCB;
}
.TagClassName
{
border-color: #459BCB;
}
</style>