Shades of Picton Blue #468EDE
Tints of Picton Blue #468EDE
RGB
CMYK
RGB Variations
Color information
#468EDE (or 0x468EDE) is known color: Picton Blue. HEX triplet: 46, 8E and DE. RGB value is (70,142,222). Sum of RGB (Red+Green+Blue) = 70+142+222=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #468EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EDE is #B97121. Grayscale: #818181. Windows color (decimal): -12153122 or 14585414. OLE color: 14585414.
HSL color Cylindrical-coordinate representation of color #468EDE: hue angle of 211.58º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468EDE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 142 | 222 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.13 |
| HSL | 211.58º | 0.7% | 0.57% | - |
| HSV(B) | 211.58º | 0.68% | 0.87% | - |
| XYZ | 25.38 | 25.92 | 72.77 | - |
| YUV | 129.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 222 | 0.68 | 0.36 | 0 | 0.13 | 211.58 | 0.7 | 0.57 |
| Hex | 46 | 8E | DE | 44 | 24 | 0 | D | D4 | 46 | 39 |
| Octal | 106 | 216 | 336 | 104 | 44 | 0 | 15 | 324 | 106 | 71 |
| Binary | 1000110 | 10001110 | 11011110 | 1000100 | 100100 | 0 | 1101 | 11010100 | 1000110 | 111001 |
Color Harmonies of #468EDE
Complementary color
Monochromatic Colors of #468EDE
Black with #468EDE
Text Example
Text Example
White with #468EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EDE; }
p { color: rgb(70,142,222); }
H1.HeaderClassName
{
color: #468EDE;
}
.AnyTagClassName
{
color: #468EDE;
}
</style>
background-color css
<style>
a { background-color: #468EDE; }
a { background-color: rgb(70,142,222); }
div.DivClassName
{
background-color: #468EDE;
}
.BgClassName
{
background-color: #468EDE;
}
</style>
border-color css
<style>
span { border-color: #468EDE; }
span { border-color: rgb(70,142,222); }
td.TdClassName
{
border-color: #468EDE;
}
.TagClassName
{
border-color: #468EDE;
}
</style>