Shades of Picton Blue #468DDC
Tints of Picton Blue #468DDC
RGB
CMYK
RGB Variations
Color information
#468DDC (or 0x468DDC) is known color: Picton Blue. HEX triplet: 46, 8D and DC. RGB value is (70,141,220). Sum of RGB (Red+Green+Blue) = 70+141+220=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #468DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DDC is #B97223. Grayscale: #808080. Windows color (decimal): -12153380 or 14454086. OLE color: 14454086.
HSL color Cylindrical-coordinate representation of color #468DDC: hue angle of 211.6º 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 #468DDC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 141 | 220 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.14 |
| HSL | 211.6º | 0.68% | 0.57% | - |
| HSV(B) | 211.6º | 0.68% | 0.86% | - |
| XYZ | 24.97 | 25.52 | 71.32 | - |
| YUV | 128.78 | 179.48 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 220 | 0.68 | 0.36 | 0 | 0.14 | 211.6 | 0.68 | 0.57 |
| Hex | 46 | 8D | DC | 44 | 24 | 0 | E | D4 | 44 | 39 |
| Octal | 106 | 215 | 334 | 104 | 44 | 0 | 16 | 324 | 104 | 71 |
| Binary | 1000110 | 10001101 | 11011100 | 1000100 | 100100 | 0 | 1110 | 11010100 | 1000100 | 111001 |
Color Harmonies of #468DDC
Complementary color
Monochromatic Colors of #468DDC
Black with #468DDC
Text Example
Text Example
White with #468DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DDC; }
p { color: rgb(70,141,220); }
H1.HeaderClassName
{
color: #468DDC;
}
.AnyTagClassName
{
color: #468DDC;
}
</style>
background-color css
<style>
a { background-color: #468DDC; }
a { background-color: rgb(70,141,220); }
div.DivClassName
{
background-color: #468DDC;
}
.BgClassName
{
background-color: #468DDC;
}
</style>
border-color css
<style>
span { border-color: #468DDC; }
span { border-color: rgb(70,141,220); }
td.TdClassName
{
border-color: #468DDC;
}
.TagClassName
{
border-color: #468DDC;
}
</style>