Shades of Picton Blue #469FCC
Tints of Picton Blue #469FCC
RGB
CMYK
RGB Variations
Color information
#469FCC (or 0x469FCC) is known color: Picton Blue. HEX triplet: 46, 9F and CC. RGB value is (70,159,204). Sum of RGB (Red+Green+Blue) = 70+159+204=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #469FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FCC is #B96033. Grayscale: #898989. Windows color (decimal): -12148788 or 13410118. OLE color: 13410118.
HSL color Cylindrical-coordinate representation of color #469FCC: hue angle of 200.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #469FCC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 159 | 204 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.2 |
| HSL | 200.15º | 0.57% | 0.54% | - |
| HSV(B) | 200.15º | 0.66% | 0.8% | - |
| XYZ | 25.82 | 30.46 | 61.64 | - |
| YUV | 137.52 | 165.51 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 204 | 0.66 | 0.22 | 0 | 0.2 | 200.15 | 0.57 | 0.54 |
| Hex | 46 | 9F | CC | 42 | 16 | 0 | 14 | C8 | 39 | 36 |
| Octal | 106 | 237 | 314 | 102 | 26 | 0 | 24 | 310 | 71 | 66 |
| Binary | 1000110 | 10011111 | 11001100 | 1000010 | 10110 | 0 | 10100 | 11001000 | 111001 | 110110 |
Color Harmonies of #469FCC
Complementary color
Monochromatic Colors of #469FCC
Black with #469FCC
Text Example
Text Example
White with #469FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FCC; }
p { color: rgb(70,159,204); }
H1.HeaderClassName
{
color: #469FCC;
}
.AnyTagClassName
{
color: #469FCC;
}
</style>
background-color css
<style>
a { background-color: #469FCC; }
a { background-color: rgb(70,159,204); }
div.DivClassName
{
background-color: #469FCC;
}
.BgClassName
{
background-color: #469FCC;
}
</style>
border-color css
<style>
span { border-color: #469FCC; }
span { border-color: rgb(70,159,204); }
td.TdClassName
{
border-color: #469FCC;
}
.TagClassName
{
border-color: #469FCC;
}
</style>