Shades of Picton Blue #469AD0
Tints of Picton Blue #469AD0
RGB
CMYK
RGB Variations
Color information
#469AD0 (or 0x469AD0) is known color: Picton Blue. HEX triplet: 46, 9A and D0. RGB value is (70,154,208). Sum of RGB (Red+Green+Blue) = 70+154+208=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #469AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AD0 is #B9652F. Grayscale: #868686. Windows color (decimal): -12150064 or 13670982. OLE color: 13670982.
HSL color Cylindrical-coordinate representation of color #469AD0: hue angle of 203.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469AD0 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 154 | 208 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.18 |
| HSL | 203.48º | 0.59% | 0.55% | - |
| HSV(B) | 203.48º | 0.66% | 0.82% | - |
| XYZ | 25.47 | 28.97 | 63.92 | - |
| YUV | 135.04 | 169.17 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 208 | 0.66 | 0.26 | 0 | 0.18 | 203.48 | 0.59 | 0.55 |
| Hex | 46 | 9A | D0 | 42 | 1A | 0 | 12 | CB | 3B | 37 |
| Octal | 106 | 232 | 320 | 102 | 32 | 0 | 22 | 313 | 73 | 67 |
| Binary | 1000110 | 10011010 | 11010000 | 1000010 | 11010 | 0 | 10010 | 11001011 | 111011 | 110111 |
Color Harmonies of #469AD0
Complementary color
Monochromatic Colors of #469AD0
Black with #469AD0
Text Example
Text Example
White with #469AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469AD0; }
p { color: rgb(70,154,208); }
H1.HeaderClassName
{
color: #469AD0;
}
.AnyTagClassName
{
color: #469AD0;
}
</style>
background-color css
<style>
a { background-color: #469AD0; }
a { background-color: rgb(70,154,208); }
div.DivClassName
{
background-color: #469AD0;
}
.BgClassName
{
background-color: #469AD0;
}
</style>
border-color css
<style>
span { border-color: #469AD0; }
span { border-color: rgb(70,154,208); }
td.TdClassName
{
border-color: #469AD0;
}
.TagClassName
{
border-color: #469AD0;
}
</style>