Shades of Picton Blue #469FDC
Tints of Picton Blue #469FDC
RGB
CMYK
RGB Variations
Color information
#469FDC (or 0x469FDC) is known color: Picton Blue. HEX triplet: 46, 9F and DC. RGB value is (70,159,220). Sum of RGB (Red+Green+Blue) = 70+159+220=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #469FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FDC is #B96023. Grayscale: #8B8B8B. Windows color (decimal): -12148772 or 14458694. OLE color: 14458694.
HSL color Cylindrical-coordinate representation of color #469FDC: hue angle of 204.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469FDC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 159 | 220 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.14 |
| HSL | 204.4º | 0.68% | 0.57% | - |
| HSV(B) | 204.4º | 0.68% | 0.86% | - |
| XYZ | 27.84 | 31.27 | 72.28 | - |
| YUV | 139.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 220 | 0.68 | 0.28 | 0 | 0.14 | 204.4 | 0.68 | 0.57 |
| Hex | 46 | 9F | DC | 44 | 1C | 0 | E | CC | 44 | 39 |
| Octal | 106 | 237 | 334 | 104 | 34 | 0 | 16 | 314 | 104 | 71 |
| Binary | 1000110 | 10011111 | 11011100 | 1000100 | 11100 | 0 | 1110 | 11001100 | 1000100 | 111001 |
Color Harmonies of #469FDC
Complementary color
Monochromatic Colors of #469FDC
Black with #469FDC
Text Example
Text Example
White with #469FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FDC; }
p { color: rgb(70,159,220); }
H1.HeaderClassName
{
color: #469FDC;
}
.AnyTagClassName
{
color: #469FDC;
}
</style>
background-color css
<style>
a { background-color: #469FDC; }
a { background-color: rgb(70,159,220); }
div.DivClassName
{
background-color: #469FDC;
}
.BgClassName
{
background-color: #469FDC;
}
</style>
border-color css
<style>
span { border-color: #469FDC; }
span { border-color: rgb(70,159,220); }
td.TdClassName
{
border-color: #469FDC;
}
.TagClassName
{
border-color: #469FDC;
}
</style>