Shades of Picton Blue #469ACE
Tints of Picton Blue #469ACE
RGB
CMYK
RGB Variations
Color information
#469ACE (or 0x469ACE) is known color: Picton Blue. HEX triplet: 46, 9A and CE. RGB value is (70,154,206). Sum of RGB (Red+Green+Blue) = 70+154+206=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #469ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ACE is #B96531. Grayscale: #868686. Windows color (decimal): -12150066 or 13539910. OLE color: 13539910.
HSL color Cylindrical-coordinate representation of color #469ACE: hue angle of 202.94º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469ACE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 154 | 206 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.19 |
| HSL | 202.94º | 0.58% | 0.54% | - |
| HSV(B) | 202.94º | 0.66% | 0.81% | - |
| XYZ | 25.22 | 28.87 | 62.64 | - |
| YUV | 134.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 206 | 0.66 | 0.25 | 0 | 0.19 | 202.94 | 0.58 | 0.54 |
| Hex | 46 | 9A | CE | 42 | 19 | 0 | 13 | CB | 3A | 36 |
| Octal | 106 | 232 | 316 | 102 | 31 | 0 | 23 | 313 | 72 | 66 |
| Binary | 1000110 | 10011010 | 11001110 | 1000010 | 11001 | 0 | 10011 | 11001011 | 111010 | 110110 |
Color Harmonies of #469ACE
Complementary color
Monochromatic Colors of #469ACE
Black with #469ACE
Text Example
Text Example
White with #469ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ACE; }
p { color: rgb(70,154,206); }
H1.HeaderClassName
{
color: #469ACE;
}
.AnyTagClassName
{
color: #469ACE;
}
</style>
background-color css
<style>
a { background-color: #469ACE; }
a { background-color: rgb(70,154,206); }
div.DivClassName
{
background-color: #469ACE;
}
.BgClassName
{
background-color: #469ACE;
}
</style>
border-color css
<style>
span { border-color: #469ACE; }
span { border-color: rgb(70,154,206); }
td.TdClassName
{
border-color: #469ACE;
}
.TagClassName
{
border-color: #469ACE;
}
</style>