Shades of Picton Blue #469BDE
Tints of Picton Blue #469BDE
RGB
CMYK
RGB Variations
Color information
#469BDE (or 0x469BDE) is known color: Picton Blue. HEX triplet: 46, 9B and DE. RGB value is (70,155,222). Sum of RGB (Red+Green+Blue) = 70+155+222=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #469BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BDE is #B96421. Grayscale: #888888. Windows color (decimal): -12149794 or 14588742. OLE color: 14588742.
HSL color Cylindrical-coordinate representation of color #469BDE: hue angle of 206.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469BDE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 155 | 222 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.45º | 0.7% | 0.57% | - |
| HSV(B) | 206.45º | 0.68% | 0.87% | - |
| XYZ | 27.43 | 30.02 | 73.46 | - |
| YUV | 137.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 222 | 0.68 | 0.30 | 0 | 0.13 | 206.45 | 0.7 | 0.57 |
| Hex | 46 | 9B | DE | 44 | 1E | 0 | D | CE | 46 | 39 |
| Octal | 106 | 233 | 336 | 104 | 36 | 0 | 15 | 316 | 106 | 71 |
| Binary | 1000110 | 10011011 | 11011110 | 1000100 | 11110 | 0 | 1101 | 11001110 | 1000110 | 111001 |
Color Harmonies of #469BDE
Complementary color
Monochromatic Colors of #469BDE
Black with #469BDE
Text Example
Text Example
White with #469BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BDE; }
p { color: rgb(70,155,222); }
H1.HeaderClassName
{
color: #469BDE;
}
.AnyTagClassName
{
color: #469BDE;
}
</style>
background-color css
<style>
a { background-color: #469BDE; }
a { background-color: rgb(70,155,222); }
div.DivClassName
{
background-color: #469BDE;
}
.BgClassName
{
background-color: #469BDE;
}
</style>
border-color css
<style>
span { border-color: #469BDE; }
span { border-color: rgb(70,155,222); }
td.TdClassName
{
border-color: #469BDE;
}
.TagClassName
{
border-color: #469BDE;
}
</style>