Shades of Picton Blue #469AD5
Tints of Picton Blue #469AD5
RGB
CMYK
RGB Variations
Color information
#469AD5 (or 0x469AD5) is known color: Picton Blue. HEX triplet: 46, 9A and D5. RGB value is (70,154,213). Sum of RGB (Red+Green+Blue) = 70+154+213=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #469AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AD5 is #B9652A. Grayscale: #878787. Windows color (decimal): -12150059 or 13998662. OLE color: 13998662.
HSL color Cylindrical-coordinate representation of color #469AD5: hue angle of 204.76º 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 #469AD5 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 154 | 213 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.16 |
| HSL | 204.76º | 0.63% | 0.55% | - |
| HSV(B) | 204.76º | 0.67% | 0.84% | - |
| XYZ | 26.09 | 29.22 | 67.22 | - |
| YUV | 135.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 213 | 0.67 | 0.28 | 0 | 0.16 | 204.76 | 0.63 | 0.55 |
| Hex | 46 | 9A | D5 | 43 | 1C | 0 | 10 | CD | 3F | 37 |
| Octal | 106 | 232 | 325 | 103 | 34 | 0 | 20 | 315 | 77 | 67 |
| Binary | 1000110 | 10011010 | 11010101 | 1000011 | 11100 | 0 | 10000 | 11001101 | 111111 | 110111 |
Color Harmonies of #469AD5
Complementary color
Monochromatic Colors of #469AD5
Black with #469AD5
Text Example
Text Example
White with #469AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469AD5; }
p { color: rgb(70,154,213); }
H1.HeaderClassName
{
color: #469AD5;
}
.AnyTagClassName
{
color: #469AD5;
}
</style>
background-color css
<style>
a { background-color: #469AD5; }
a { background-color: rgb(70,154,213); }
div.DivClassName
{
background-color: #469AD5;
}
.BgClassName
{
background-color: #469AD5;
}
</style>
border-color css
<style>
span { border-color: #469AD5; }
span { border-color: rgb(70,154,213); }
td.TdClassName
{
border-color: #469AD5;
}
.TagClassName
{
border-color: #469AD5;
}
</style>