Shades of Picton Blue #469CCF
Tints of Picton Blue #469CCF
RGB
CMYK
RGB Variations
Color information
#469CCF (or 0x469CCF) is known color: Picton Blue. HEX triplet: 46, 9C and CF. RGB value is (70,156,207). Sum of RGB (Red+Green+Blue) = 70+156+207=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #469CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCF is #B96330. Grayscale: #878787. Windows color (decimal): -12149553 or 13605958. OLE color: 13605958.
HSL color Cylindrical-coordinate representation of color #469CCF: hue angle of 202.34º 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 #469CCF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 156 | 207 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.19 |
| HSL | 202.34º | 0.59% | 0.54% | - |
| HSV(B) | 202.34º | 0.66% | 0.81% | - |
| XYZ | 25.68 | 29.58 | 63.39 | - |
| YUV | 136.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 207 | 0.66 | 0.25 | 0 | 0.19 | 202.34 | 0.59 | 0.54 |
| Hex | 46 | 9C | CF | 42 | 19 | 0 | 13 | CA | 3B | 36 |
| Octal | 106 | 234 | 317 | 102 | 31 | 0 | 23 | 312 | 73 | 66 |
| Binary | 1000110 | 10011100 | 11001111 | 1000010 | 11001 | 0 | 10011 | 11001010 | 111011 | 110110 |
Color Harmonies of #469CCF
Complementary color
Monochromatic Colors of #469CCF
Black with #469CCF
Text Example
Text Example
White with #469CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CCF; }
p { color: rgb(70,156,207); }
H1.HeaderClassName
{
color: #469CCF;
}
.AnyTagClassName
{
color: #469CCF;
}
</style>
background-color css
<style>
a { background-color: #469CCF; }
a { background-color: rgb(70,156,207); }
div.DivClassName
{
background-color: #469CCF;
}
.BgClassName
{
background-color: #469CCF;
}
</style>
border-color css
<style>
span { border-color: #469CCF; }
span { border-color: rgb(70,156,207); }
td.TdClassName
{
border-color: #469CCF;
}
.TagClassName
{
border-color: #469CCF;
}
</style>