Shades of Picton Blue #469ADE
Tints of Picton Blue #469ADE
RGB
CMYK
RGB Variations
Color information
#469ADE (or 0x469ADE) is known color: Picton Blue. HEX triplet: 46, 9A and DE. RGB value is (70,154,222). Sum of RGB (Red+Green+Blue) = 70+154+222=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #469ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ADE is #B96521. Grayscale: #888888. Windows color (decimal): -12150050 or 14588486. OLE color: 14588486.
HSL color Cylindrical-coordinate representation of color #469ADE: hue angle of 206.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469ADE is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 154 | 222 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.13 |
| HSL | 206.84º | 0.7% | 0.57% | - |
| HSV(B) | 206.84º | 0.68% | 0.87% | - |
| XYZ | 27.27 | 29.69 | 73.4 | - |
| YUV | 136.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 222 | 0.68 | 0.31 | 0 | 0.13 | 206.84 | 0.7 | 0.57 |
| Hex | 46 | 9A | DE | 44 | 1F | 0 | D | CF | 46 | 39 |
| Octal | 106 | 232 | 336 | 104 | 37 | 0 | 15 | 317 | 106 | 71 |
| Binary | 1000110 | 10011010 | 11011110 | 1000100 | 11111 | 0 | 1101 | 11001111 | 1000110 | 111001 |
Color Harmonies of #469ADE
Complementary color
Monochromatic Colors of #469ADE
Black with #469ADE
Text Example
Text Example
White with #469ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ADE; }
p { color: rgb(70,154,222); }
H1.HeaderClassName
{
color: #469ADE;
}
.AnyTagClassName
{
color: #469ADE;
}
</style>
background-color css
<style>
a { background-color: #469ADE; }
a { background-color: rgb(70,154,222); }
div.DivClassName
{
background-color: #469ADE;
}
.BgClassName
{
background-color: #469ADE;
}
</style>
border-color css
<style>
span { border-color: #469ADE; }
span { border-color: rgb(70,154,222); }
td.TdClassName
{
border-color: #469ADE;
}
.TagClassName
{
border-color: #469ADE;
}
</style>