Shades of Picton Blue #459AD4
Tints of Picton Blue #459AD4
RGB
CMYK
RGB Variations
Color information
#459AD4 (or 0x459AD4) is known color: Picton Blue. HEX triplet: 45, 9A and D4. RGB value is (69,154,212). Sum of RGB (Red+Green+Blue) = 69+154+212=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #459AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AD4 is #BA652B. Grayscale: #868686. Windows color (decimal): -12215596 or 13933125. OLE color: 13933125.
HSL color Cylindrical-coordinate representation of color #459AD4: hue angle of 204.34º 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 #459AD4 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 154 | 212 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.17 |
| HSL | 204.34º | 0.62% | 0.55% | - |
| HSV(B) | 204.34º | 0.67% | 0.83% | - |
| XYZ | 25.89 | 29.13 | 66.55 | - |
| YUV | 135.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 212 | 0.67 | 0.27 | 0 | 0.17 | 204.34 | 0.62 | 0.55 |
| Hex | 45 | 9A | D4 | 43 | 1B | 0 | 11 | CC | 3E | 37 |
| Octal | 105 | 232 | 324 | 103 | 33 | 0 | 21 | 314 | 76 | 67 |
| Binary | 1000101 | 10011010 | 11010100 | 1000011 | 11011 | 0 | 10001 | 11001100 | 111110 | 110111 |
Color Harmonies of #459AD4
Complementary color
Monochromatic Colors of #459AD4
Black with #459AD4
Text Example
Text Example
White with #459AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AD4; }
p { color: rgb(69,154,212); }
H1.HeaderClassName
{
color: #459AD4;
}
.AnyTagClassName
{
color: #459AD4;
}
</style>
background-color css
<style>
a { background-color: #459AD4; }
a { background-color: rgb(69,154,212); }
div.DivClassName
{
background-color: #459AD4;
}
.BgClassName
{
background-color: #459AD4;
}
</style>
border-color css
<style>
span { border-color: #459AD4; }
span { border-color: rgb(69,154,212); }
td.TdClassName
{
border-color: #459AD4;
}
.TagClassName
{
border-color: #459AD4;
}
</style>