Shades of Picton Blue #468FE1
Tints of Picton Blue #468FE1
RGB
CMYK
RGB Variations
Color information
#468FE1 (or 0x468FE1) is known color: Picton Blue. HEX triplet: 46, 8F and E1. RGB value is (70,143,225). Sum of RGB (Red+Green+Blue) = 70+143+225=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #468FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FE1 is #B9701E. Grayscale: #828282. Windows color (decimal): -12152863 or 14782278. OLE color: 14782278.
HSL color Cylindrical-coordinate representation of color #468FE1: hue angle of 211.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468FE1 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 143 | 225 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.12 |
| HSL | 211.74º | 0.72% | 0.58% | - |
| HSV(B) | 211.74º | 0.69% | 0.88% | - |
| XYZ | 25.94 | 26.38 | 74.96 | - |
| YUV | 130.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 225 | 0.69 | 0.36 | 0 | 0.12 | 211.74 | 0.72 | 0.58 |
| Hex | 46 | 8F | E1 | 45 | 24 | 0 | C | D4 | 48 | 3A |
| Octal | 106 | 217 | 341 | 105 | 44 | 0 | 14 | 324 | 110 | 72 |
| Binary | 1000110 | 10001111 | 11100001 | 1000101 | 100100 | 0 | 1100 | 11010100 | 1001000 | 111010 |
Color Harmonies of #468FE1
Complementary color
Monochromatic Colors of #468FE1
Black with #468FE1
Text Example
Text Example
White with #468FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FE1; }
p { color: rgb(70,143,225); }
H1.HeaderClassName
{
color: #468FE1;
}
.AnyTagClassName
{
color: #468FE1;
}
</style>
background-color css
<style>
a { background-color: #468FE1; }
a { background-color: rgb(70,143,225); }
div.DivClassName
{
background-color: #468FE1;
}
.BgClassName
{
background-color: #468FE1;
}
</style>
border-color css
<style>
span { border-color: #468FE1; }
span { border-color: rgb(70,143,225); }
td.TdClassName
{
border-color: #468FE1;
}
.TagClassName
{
border-color: #468FE1;
}
</style>