Shades of Picton Blue #468FDC
Tints of Picton Blue #468FDC
RGB
CMYK
RGB Variations
Color information
#468FDC (or 0x468FDC) is known color: Picton Blue. HEX triplet: 46, 8F and DC. RGB value is (70,143,220). Sum of RGB (Red+Green+Blue) = 70+143+220=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #468FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FDC is #B97023. Grayscale: #818181. Windows color (decimal): -12152868 or 14454598. OLE color: 14454598.
HSL color Cylindrical-coordinate representation of color #468FDC: hue angle of 210.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 #468FDC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 143 | 220 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.14 |
| HSL | 210.8º | 0.68% | 0.57% | - |
| HSV(B) | 210.8º | 0.68% | 0.86% | - |
| XYZ | 25.27 | 26.11 | 71.42 | - |
| YUV | 129.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 220 | 0.68 | 0.35 | 0 | 0.14 | 210.8 | 0.68 | 0.57 |
| Hex | 46 | 8F | DC | 44 | 23 | 0 | E | D3 | 44 | 39 |
| Octal | 106 | 217 | 334 | 104 | 43 | 0 | 16 | 323 | 104 | 71 |
| Binary | 1000110 | 10001111 | 11011100 | 1000100 | 100011 | 0 | 1110 | 11010011 | 1000100 | 111001 |
Color Harmonies of #468FDC
Complementary color
Monochromatic Colors of #468FDC
Black with #468FDC
Text Example
Text Example
White with #468FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FDC; }
p { color: rgb(70,143,220); }
H1.HeaderClassName
{
color: #468FDC;
}
.AnyTagClassName
{
color: #468FDC;
}
</style>
background-color css
<style>
a { background-color: #468FDC; }
a { background-color: rgb(70,143,220); }
div.DivClassName
{
background-color: #468FDC;
}
.BgClassName
{
background-color: #468FDC;
}
</style>
border-color css
<style>
span { border-color: #468FDC; }
span { border-color: rgb(70,143,220); }
td.TdClassName
{
border-color: #468FDC;
}
.TagClassName
{
border-color: #468FDC;
}
</style>