Shades of Picton Blue #469ECF
Tints of Picton Blue #469ECF
RGB
CMYK
RGB Variations
Color information
#469ECF (or 0x469ECF) is known color: Picton Blue. HEX triplet: 46, 9E and CF. RGB value is (70,158,207). Sum of RGB (Red+Green+Blue) = 70+158+207=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #469ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ECF is #B96130. Grayscale: #888888. Windows color (decimal): -12149041 or 13606470. OLE color: 13606470.
HSL color Cylindrical-coordinate representation of color #469ECF: hue angle of 201.46º 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 #469ECF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 158 | 207 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.19 |
| HSL | 201.46º | 0.59% | 0.54% | - |
| HSV(B) | 201.46º | 0.66% | 0.81% | - |
| XYZ | 26.02 | 30.26 | 63.5 | - |
| YUV | 137.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 207 | 0.66 | 0.24 | 0 | 0.19 | 201.46 | 0.59 | 0.54 |
| Hex | 46 | 9E | CF | 42 | 18 | 0 | 13 | C9 | 3B | 36 |
| Octal | 106 | 236 | 317 | 102 | 30 | 0 | 23 | 311 | 73 | 66 |
| Binary | 1000110 | 10011110 | 11001111 | 1000010 | 11000 | 0 | 10011 | 11001001 | 111011 | 110110 |
Color Harmonies of #469ECF
Complementary color
Monochromatic Colors of #469ECF
Black with #469ECF
Text Example
Text Example
White with #469ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469ECF; }
p { color: rgb(70,158,207); }
H1.HeaderClassName
{
color: #469ECF;
}
.AnyTagClassName
{
color: #469ECF;
}
</style>
background-color css
<style>
a { background-color: #469ECF; }
a { background-color: rgb(70,158,207); }
div.DivClassName
{
background-color: #469ECF;
}
.BgClassName
{
background-color: #469ECF;
}
</style>
border-color css
<style>
span { border-color: #469ECF; }
span { border-color: rgb(70,158,207); }
td.TdClassName
{
border-color: #469ECF;
}
.TagClassName
{
border-color: #469ECF;
}
</style>