Shades of Picton Blue #469FDB
Tints of Picton Blue #469FDB
RGB
CMYK
RGB Variations
Color information
#469FDB (or 0x469FDB) is known color: Picton Blue. HEX triplet: 46, 9F and DB. RGB value is (70,159,219). Sum of RGB (Red+Green+Blue) = 70+159+219=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #469FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FDB is #B96024. Grayscale: #8A8A8A. Windows color (decimal): -12148773 or 14393158. OLE color: 14393158.
HSL color Cylindrical-coordinate representation of color #469FDB: hue angle of 204.16º degrees, saturation: 0.67, 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 #469FDB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 159 | 219 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.14 |
| HSL | 204.16º | 0.67% | 0.57% | - |
| HSV(B) | 204.16º | 0.68% | 0.86% | - |
| XYZ | 27.71 | 31.21 | 71.58 | - |
| YUV | 139.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 219 | 0.68 | 0.27 | 0 | 0.14 | 204.16 | 0.67 | 0.57 |
| Hex | 46 | 9F | DB | 44 | 1B | 0 | E | CC | 43 | 39 |
| Octal | 106 | 237 | 333 | 104 | 33 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1000110 | 10011111 | 11011011 | 1000100 | 11011 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #469FDB
Complementary color
Monochromatic Colors of #469FDB
Black with #469FDB
Text Example
Text Example
White with #469FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FDB; }
p { color: rgb(70,159,219); }
H1.HeaderClassName
{
color: #469FDB;
}
.AnyTagClassName
{
color: #469FDB;
}
</style>
background-color css
<style>
a { background-color: #469FDB; }
a { background-color: rgb(70,159,219); }
div.DivClassName
{
background-color: #469FDB;
}
.BgClassName
{
background-color: #469FDB;
}
</style>
border-color css
<style>
span { border-color: #469FDB; }
span { border-color: rgb(70,159,219); }
td.TdClassName
{
border-color: #469FDB;
}
.TagClassName
{
border-color: #469FDB;
}
</style>