Shades of Picton Blue #469ACF
Tints of Picton Blue #469ACF
RGB
CMYK
RGB Variations
Color information
#469ACF (or 0x469ACF) is known color: Picton Blue. HEX triplet: 46, 9A and CF. RGB value is (70,154,207). Sum of RGB (Red+Green+Blue) = 70+154+207=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #469ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ACF is #B96530. Grayscale: #868686. Windows color (decimal): -12150065 or 13605446. OLE color: 13605446.
HSL color Cylindrical-coordinate representation of color #469ACF: hue angle of 203.21º degrees, saturation: 0.59, 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 #469ACF is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 154 | 207 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.19 |
| HSL | 203.21º | 0.59% | 0.54% | - |
| HSV(B) | 203.21º | 0.66% | 0.81% | - |
| XYZ | 25.34 | 28.92 | 63.28 | - |
| YUV | 134.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 207 | 0.66 | 0.26 | 0 | 0.19 | 203.21 | 0.59 | 0.54 |
| Hex | 46 | 9A | CF | 42 | 1A | 0 | 13 | CB | 3B | 36 |
| Octal | 106 | 232 | 317 | 102 | 32 | 0 | 23 | 313 | 73 | 66 |
| Binary | 1000110 | 10011010 | 11001111 | 1000010 | 11010 | 0 | 10011 | 11001011 | 111011 | 110110 |
Color Harmonies of #469ACF
Complementary color
Monochromatic Colors of #469ACF
Black with #469ACF
Text Example
Text Example
White with #469ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ACF; }
p { color: rgb(70,154,207); }
H1.HeaderClassName
{
color: #469ACF;
}
.AnyTagClassName
{
color: #469ACF;
}
</style>
background-color css
<style>
a { background-color: #469ACF; }
a { background-color: rgb(70,154,207); }
div.DivClassName
{
background-color: #469ACF;
}
.BgClassName
{
background-color: #469ACF;
}
</style>
border-color css
<style>
span { border-color: #469ACF; }
span { border-color: rgb(70,154,207); }
td.TdClassName
{
border-color: #469ACF;
}
.TagClassName
{
border-color: #469ACF;
}
</style>