Shades of Picton Blue #469DDB
Tints of Picton Blue #469DDB
RGB
CMYK
RGB Variations
Color information
#469DDB (or 0x469DDB) is known color: Picton Blue. HEX triplet: 46, 9D and DB. RGB value is (70,157,219). Sum of RGB (Red+Green+Blue) = 70+157+219=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #469DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DDB is #B96224. Grayscale: #898989. Windows color (decimal): -12149285 or 14392646. OLE color: 14392646.
HSL color Cylindrical-coordinate representation of color #469DDB: hue angle of 204.97º 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 #469DDB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 157 | 219 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.14 |
| HSL | 204.97º | 0.67% | 0.57% | - |
| HSV(B) | 204.97º | 0.68% | 0.86% | - |
| XYZ | 27.37 | 30.53 | 71.47 | - |
| YUV | 138.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 219 | 0.68 | 0.28 | 0 | 0.14 | 204.97 | 0.67 | 0.57 |
| Hex | 46 | 9D | DB | 44 | 1C | 0 | E | CD | 43 | 39 |
| Octal | 106 | 235 | 333 | 104 | 34 | 0 | 16 | 315 | 103 | 71 |
| Binary | 1000110 | 10011101 | 11011011 | 1000100 | 11100 | 0 | 1110 | 11001101 | 1000011 | 111001 |
Color Harmonies of #469DDB
Complementary color
Monochromatic Colors of #469DDB
Black with #469DDB
Text Example
Text Example
White with #469DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DDB; }
p { color: rgb(70,157,219); }
H1.HeaderClassName
{
color: #469DDB;
}
.AnyTagClassName
{
color: #469DDB;
}
</style>
background-color css
<style>
a { background-color: #469DDB; }
a { background-color: rgb(70,157,219); }
div.DivClassName
{
background-color: #469DDB;
}
.BgClassName
{
background-color: #469DDB;
}
</style>
border-color css
<style>
span { border-color: #469DDB; }
span { border-color: rgb(70,157,219); }
td.TdClassName
{
border-color: #469DDB;
}
.TagClassName
{
border-color: #469DDB;
}
</style>