Shades of Picton Blue #459DDA
Tints of Picton Blue #459DDA
RGB
CMYK
RGB Variations
Color information
#459DDA (or 0x459DDA) is known color: Picton Blue. HEX triplet: 45, 9D and DA. RGB value is (69,157,218). Sum of RGB (Red+Green+Blue) = 69+157+218=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #459DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DDA is #BA6225. Grayscale: #898989. Windows color (decimal): -12214822 or 14327109. OLE color: 14327109.
HSL color Cylindrical-coordinate representation of color #459DDA: hue angle of 204.56º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459DDA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 157 | 218 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.15 |
| HSL | 204.56º | 0.67% | 0.56% | - |
| HSV(B) | 204.56º | 0.68% | 0.85% | - |
| XYZ | 27.17 | 30.44 | 70.77 | - |
| YUV | 137.64 | 173.35 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 218 | 0.68 | 0.28 | 0 | 0.15 | 204.56 | 0.67 | 0.56 |
| Hex | 45 | 9D | DA | 44 | 1C | 0 | F | CD | 43 | 38 |
| Octal | 105 | 235 | 332 | 104 | 34 | 0 | 17 | 315 | 103 | 70 |
| Binary | 1000101 | 10011101 | 11011010 | 1000100 | 11100 | 0 | 1111 | 11001101 | 1000011 | 111000 |
Color Harmonies of #459DDA
Complementary color
Monochromatic Colors of #459DDA
Black with #459DDA
Text Example
Text Example
White with #459DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DDA; }
p { color: rgb(69,157,218); }
H1.HeaderClassName
{
color: #459DDA;
}
.AnyTagClassName
{
color: #459DDA;
}
</style>
background-color css
<style>
a { background-color: #459DDA; }
a { background-color: rgb(69,157,218); }
div.DivClassName
{
background-color: #459DDA;
}
.BgClassName
{
background-color: #459DDA;
}
</style>
border-color css
<style>
span { border-color: #459DDA; }
span { border-color: rgb(69,157,218); }
td.TdClassName
{
border-color: #459DDA;
}
.TagClassName
{
border-color: #459DDA;
}
</style>