Shades of Picton Blue #469BCF
Tints of Picton Blue #469BCF
RGB
CMYK
RGB Variations
Color information
#469BCF (or 0x469BCF) is known color: Picton Blue. HEX triplet: 46, 9B and CF. RGB value is (70,155,207). Sum of RGB (Red+Green+Blue) = 70+155+207=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #469BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCF is #B96430. Grayscale: #878787. Windows color (decimal): -12149809 or 13605702. OLE color: 13605702.
HSL color Cylindrical-coordinate representation of color #469BCF: hue angle of 202.77º 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 #469BCF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 155 | 207 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.19 |
| HSL | 202.77º | 0.59% | 0.54% | - |
| HSV(B) | 202.77º | 0.66% | 0.81% | - |
| XYZ | 25.51 | 29.25 | 63.33 | - |
| YUV | 135.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 207 | 0.66 | 0.25 | 0 | 0.19 | 202.77 | 0.59 | 0.54 |
| Hex | 46 | 9B | CF | 42 | 19 | 0 | 13 | CB | 3B | 36 |
| Octal | 106 | 233 | 317 | 102 | 31 | 0 | 23 | 313 | 73 | 66 |
| Binary | 1000110 | 10011011 | 11001111 | 1000010 | 11001 | 0 | 10011 | 11001011 | 111011 | 110110 |
Color Harmonies of #469BCF
Complementary color
Monochromatic Colors of #469BCF
Black with #469BCF
Text Example
Text Example
White with #469BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BCF; }
p { color: rgb(70,155,207); }
H1.HeaderClassName
{
color: #469BCF;
}
.AnyTagClassName
{
color: #469BCF;
}
</style>
background-color css
<style>
a { background-color: #469BCF; }
a { background-color: rgb(70,155,207); }
div.DivClassName
{
background-color: #469BCF;
}
.BgClassName
{
background-color: #469BCF;
}
</style>
border-color css
<style>
span { border-color: #469BCF; }
span { border-color: rgb(70,155,207); }
td.TdClassName
{
border-color: #469BCF;
}
.TagClassName
{
border-color: #469BCF;
}
</style>