Shades of Picton Blue #468FD5
Tints of Picton Blue #468FD5
RGB
CMYK
RGB Variations
Color information
#468FD5 (or 0x468FD5) is known color: Picton Blue. HEX triplet: 46, 8F and D5. RGB value is (70,143,213). Sum of RGB (Red+Green+Blue) = 70+143+213=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #468FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FD5 is #B9702A. Grayscale: #808080. Windows color (decimal): -12152875 or 13995846. OLE color: 13995846.
HSL color Cylindrical-coordinate representation of color #468FD5: hue angle of 209.37º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468FD5 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 143 | 213 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.16 |
| HSL | 209.37º | 0.63% | 0.55% | - |
| HSV(B) | 209.37º | 0.67% | 0.84% | - |
| XYZ | 24.36 | 25.75 | 66.64 | - |
| YUV | 129.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 213 | 0.67 | 0.33 | 0 | 0.16 | 209.37 | 0.63 | 0.55 |
| Hex | 46 | 8F | D5 | 43 | 21 | 0 | 10 | D1 | 3F | 37 |
| Octal | 106 | 217 | 325 | 103 | 41 | 0 | 20 | 321 | 77 | 67 |
| Binary | 1000110 | 10001111 | 11010101 | 1000011 | 100001 | 0 | 10000 | 11010001 | 111111 | 110111 |
Color Harmonies of #468FD5
Complementary color
Monochromatic Colors of #468FD5
Black with #468FD5
Text Example
Text Example
White with #468FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FD5; }
p { color: rgb(70,143,213); }
H1.HeaderClassName
{
color: #468FD5;
}
.AnyTagClassName
{
color: #468FD5;
}
</style>
background-color css
<style>
a { background-color: #468FD5; }
a { background-color: rgb(70,143,213); }
div.DivClassName
{
background-color: #468FD5;
}
.BgClassName
{
background-color: #468FD5;
}
</style>
border-color css
<style>
span { border-color: #468FD5; }
span { border-color: rgb(70,143,213); }
td.TdClassName
{
border-color: #468FD5;
}
.TagClassName
{
border-color: #468FD5;
}
</style>