Shades of Picton Blue #469BDC
Tints of Picton Blue #469BDC
RGB
CMYK
RGB Variations
Color information
#469BDC (or 0x469BDC) is known color: Picton Blue. HEX triplet: 46, 9B and DC. RGB value is (70,155,220). Sum of RGB (Red+Green+Blue) = 70+155+220=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #469BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BDC is #B96423. Grayscale: #888888. Windows color (decimal): -12149796 or 14457670. OLE color: 14457670.
HSL color Cylindrical-coordinate representation of color #469BDC: hue angle of 206º degrees, saturation: 0.68, 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 #469BDC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 155 | 220 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.14 |
| HSL | 206º | 0.68% | 0.57% | - |
| HSV(B) | 206º | 0.68% | 0.86% | - |
| XYZ | 27.17 | 29.91 | 72.05 | - |
| YUV | 137 | 174.84 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 220 | 0.68 | 0.30 | 0 | 0.14 | 206 | 0.68 | 0.57 |
| Hex | 46 | 9B | DC | 44 | 1E | 0 | E | CE | 44 | 39 |
| Octal | 106 | 233 | 334 | 104 | 36 | 0 | 16 | 316 | 104 | 71 |
| Binary | 1000110 | 10011011 | 11011100 | 1000100 | 11110 | 0 | 1110 | 11001110 | 1000100 | 111001 |
Color Harmonies of #469BDC
Complementary color
Monochromatic Colors of #469BDC
Black with #469BDC
Text Example
Text Example
White with #469BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BDC; }
p { color: rgb(70,155,220); }
H1.HeaderClassName
{
color: #469BDC;
}
.AnyTagClassName
{
color: #469BDC;
}
</style>
background-color css
<style>
a { background-color: #469BDC; }
a { background-color: rgb(70,155,220); }
div.DivClassName
{
background-color: #469BDC;
}
.BgClassName
{
background-color: #469BDC;
}
</style>
border-color css
<style>
span { border-color: #469BDC; }
span { border-color: rgb(70,155,220); }
td.TdClassName
{
border-color: #469BDC;
}
.TagClassName
{
border-color: #469BDC;
}
</style>