Shades of Picton Blue #469CE2
Tints of Picton Blue #469CE2
RGB
CMYK
RGB Variations
Color information
#469CE2 (or 0x469CE2) is known color: Picton Blue. HEX triplet: 46, 9C and E2. RGB value is (70,156,226). Sum of RGB (Red+Green+Blue) = 70+156+226=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #469CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CE2 is #B9631D. Grayscale: #898989. Windows color (decimal): -12149534 or 14851142. OLE color: 14851142.
HSL color Cylindrical-coordinate representation of color #469CE2: hue angle of 206.92º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469CE2 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 156 | 226 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.11 |
| HSL | 206.92º | 0.73% | 0.58% | - |
| HSV(B) | 206.92º | 0.69% | 0.89% | - |
| XYZ | 28.14 | 30.57 | 76.37 | - |
| YUV | 138.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 226 | 0.69 | 0.31 | 0 | 0.11 | 206.92 | 0.73 | 0.58 |
| Hex | 46 | 9C | E2 | 45 | 1F | 0 | B | CF | 49 | 3A |
| Octal | 106 | 234 | 342 | 105 | 37 | 0 | 13 | 317 | 111 | 72 |
| Binary | 1000110 | 10011100 | 11100010 | 1000101 | 11111 | 0 | 1011 | 11001111 | 1001001 | 111010 |
Color Harmonies of #469CE2
Complementary color
Monochromatic Colors of #469CE2
Black with #469CE2
Text Example
Text Example
White with #469CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CE2; }
p { color: rgb(70,156,226); }
H1.HeaderClassName
{
color: #469CE2;
}
.AnyTagClassName
{
color: #469CE2;
}
</style>
background-color css
<style>
a { background-color: #469CE2; }
a { background-color: rgb(70,156,226); }
div.DivClassName
{
background-color: #469CE2;
}
.BgClassName
{
background-color: #469CE2;
}
</style>
border-color css
<style>
span { border-color: #469CE2; }
span { border-color: rgb(70,156,226); }
td.TdClassName
{
border-color: #469CE2;
}
.TagClassName
{
border-color: #469CE2;
}
</style>