Shades of Picton Blue #469ADD
Tints of Picton Blue #469ADD
RGB
CMYK
RGB Variations
Color information
#469ADD (or 0x469ADD) is known color: Picton Blue. HEX triplet: 46, 9A and DD. RGB value is (70,154,221). Sum of RGB (Red+Green+Blue) = 70+154+221=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #469ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ADD is #B96522. Grayscale: #888888. Windows color (decimal): -12150051 or 14522950. OLE color: 14522950.
HSL color Cylindrical-coordinate representation of color #469ADD: hue angle of 206.62º degrees, saturation: 0.69, 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 #469ADD is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 154 | 221 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.62º | 0.69% | 0.57% | - |
| HSV(B) | 206.62º | 0.68% | 0.87% | - |
| XYZ | 27.13 | 29.63 | 72.7 | - |
| YUV | 136.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 221 | 0.68 | 0.30 | 0 | 0.13 | 206.62 | 0.69 | 0.57 |
| Hex | 46 | 9A | DD | 44 | 1E | 0 | D | CF | 45 | 39 |
| Octal | 106 | 232 | 335 | 104 | 36 | 0 | 15 | 317 | 105 | 71 |
| Binary | 1000110 | 10011010 | 11011101 | 1000100 | 11110 | 0 | 1101 | 11001111 | 1000101 | 111001 |
Color Harmonies of #469ADD
Complementary color
Monochromatic Colors of #469ADD
Black with #469ADD
Text Example
Text Example
White with #469ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ADD; }
p { color: rgb(70,154,221); }
H1.HeaderClassName
{
color: #469ADD;
}
.AnyTagClassName
{
color: #469ADD;
}
</style>
background-color css
<style>
a { background-color: #469ADD; }
a { background-color: rgb(70,154,221); }
div.DivClassName
{
background-color: #469ADD;
}
.BgClassName
{
background-color: #469ADD;
}
</style>
border-color css
<style>
span { border-color: #469ADD; }
span { border-color: rgb(70,154,221); }
td.TdClassName
{
border-color: #469ADD;
}
.TagClassName
{
border-color: #469ADD;
}
</style>