Shades of Picton Blue #468CDC
Tints of Picton Blue #468CDC
RGB
CMYK
RGB Variations
Color information
#468CDC (or 0x468CDC) is known color: Picton Blue. HEX triplet: 46, 8C and DC. RGB value is (70,140,220). Sum of RGB (Red+Green+Blue) = 70+140+220=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #468CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CDC is #B97323. Grayscale: #7F7F7F. Windows color (decimal): -12153636 or 14453830. OLE color: 14453830.
HSL color Cylindrical-coordinate representation of color #468CDC: hue angle of 212º 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 #468CDC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 140 | 220 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.14 |
| HSL | 212º | 0.68% | 0.57% | - |
| HSV(B) | 212º | 0.68% | 0.86% | - |
| XYZ | 24.82 | 25.23 | 71.27 | - |
| YUV | 128.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 220 | 0.68 | 0.36 | 0 | 0.14 | 212 | 0.68 | 0.57 |
| Hex | 46 | 8C | DC | 44 | 24 | 0 | E | D4 | 44 | 39 |
| Octal | 106 | 214 | 334 | 104 | 44 | 0 | 16 | 324 | 104 | 71 |
| Binary | 1000110 | 10001100 | 11011100 | 1000100 | 100100 | 0 | 1110 | 11010100 | 1000100 | 111001 |
Color Harmonies of #468CDC
Complementary color
Monochromatic Colors of #468CDC
Black with #468CDC
Text Example
Text Example
White with #468CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CDC; }
p { color: rgb(70,140,220); }
H1.HeaderClassName
{
color: #468CDC;
}
.AnyTagClassName
{
color: #468CDC;
}
</style>
background-color css
<style>
a { background-color: #468CDC; }
a { background-color: rgb(70,140,220); }
div.DivClassName
{
background-color: #468CDC;
}
.BgClassName
{
background-color: #468CDC;
}
</style>
border-color css
<style>
span { border-color: #468CDC; }
span { border-color: rgb(70,140,220); }
td.TdClassName
{
border-color: #468CDC;
}
.TagClassName
{
border-color: #468CDC;
}
</style>