Shades of Picton Blue #469EDC
Tints of Picton Blue #469EDC
RGB
CMYK
RGB Variations
Color information
#469EDC (or 0x469EDC) is known color: Picton Blue. HEX triplet: 46, 9E and DC. RGB value is (70,158,220). Sum of RGB (Red+Green+Blue) = 70+158+220=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #469EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EDC is #B96123. Grayscale: #8A8A8A. Windows color (decimal): -12149028 or 14458438. OLE color: 14458438.
HSL color Cylindrical-coordinate representation of color #469EDC: hue angle of 204.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469EDC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 158 | 220 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.14 |
| HSL | 204.8º | 0.68% | 0.57% | - |
| HSV(B) | 204.8º | 0.68% | 0.86% | - |
| XYZ | 27.67 | 30.92 | 72.22 | - |
| YUV | 138.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 220 | 0.68 | 0.28 | 0 | 0.14 | 204.8 | 0.68 | 0.57 |
| Hex | 46 | 9E | DC | 44 | 1C | 0 | E | CD | 44 | 39 |
| Octal | 106 | 236 | 334 | 104 | 34 | 0 | 16 | 315 | 104 | 71 |
| Binary | 1000110 | 10011110 | 11011100 | 1000100 | 11100 | 0 | 1110 | 11001101 | 1000100 | 111001 |
Color Harmonies of #469EDC
Complementary color
Monochromatic Colors of #469EDC
Black with #469EDC
Text Example
Text Example
White with #469EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EDC; }
p { color: rgb(70,158,220); }
H1.HeaderClassName
{
color: #469EDC;
}
.AnyTagClassName
{
color: #469EDC;
}
</style>
background-color css
<style>
a { background-color: #469EDC; }
a { background-color: rgb(70,158,220); }
div.DivClassName
{
background-color: #469EDC;
}
.BgClassName
{
background-color: #469EDC;
}
</style>
border-color css
<style>
span { border-color: #469EDC; }
span { border-color: rgb(70,158,220); }
td.TdClassName
{
border-color: #469EDC;
}
.TagClassName
{
border-color: #469EDC;
}
</style>