Shades of Picton Blue #459BC5
Tints of Picton Blue #459BC5
RGB
CMYK
RGB Variations
Color information
#459BC5 (or 0x459BC5) is known color: Picton Blue. HEX triplet: 45, 9B and C5. RGB value is (69,155,197). Sum of RGB (Red+Green+Blue) = 69+155+197=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #459BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BC5 is #BA643A. Grayscale: #858585. Windows color (decimal): -12215355 or 12950341. OLE color: 12950341.
HSL color Cylindrical-coordinate representation of color #459BC5: hue angle of 199.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #459BC5 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 155 | 197 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.23 |
| HSL | 199.69º | 0.52% | 0.52% | - |
| HSV(B) | 199.69º | 0.65% | 0.77% | - |
| XYZ | 24.25 | 28.74 | 57.09 | - |
| YUV | 134.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 197 | 0.65 | 0.21 | 0 | 0.23 | 199.69 | 0.52 | 0.52 |
| Hex | 45 | 9B | C5 | 41 | 15 | 0 | 17 | C8 | 34 | 34 |
| Octal | 105 | 233 | 305 | 101 | 25 | 0 | 27 | 310 | 64 | 64 |
| Binary | 1000101 | 10011011 | 11000101 | 1000001 | 10101 | 0 | 10111 | 11001000 | 110100 | 110100 |
Color Harmonies of #459BC5
Complementary color
Monochromatic Colors of #459BC5
Black with #459BC5
Text Example
Text Example
White with #459BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BC5; }
p { color: rgb(69,155,197); }
H1.HeaderClassName
{
color: #459BC5;
}
.AnyTagClassName
{
color: #459BC5;
}
</style>
background-color css
<style>
a { background-color: #459BC5; }
a { background-color: rgb(69,155,197); }
div.DivClassName
{
background-color: #459BC5;
}
.BgClassName
{
background-color: #459BC5;
}
</style>
border-color css
<style>
span { border-color: #459BC5; }
span { border-color: rgb(69,155,197); }
td.TdClassName
{
border-color: #459BC5;
}
.TagClassName
{
border-color: #459BC5;
}
</style>