Shades of Picton Blue #4696DD
Tints of Picton Blue #4696DD
RGB
CMYK
RGB Variations
Color information
#4696DD (or 0x4696DD) is known color: Picton Blue. HEX triplet: 46, 96 and DD. RGB value is (70,150,221). Sum of RGB (Red+Green+Blue) = 70+150+221=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #4696DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696DD is #B96922. Grayscale: #858585. Windows color (decimal): -12151075 or 14521926. OLE color: 14521926.
HSL color Cylindrical-coordinate representation of color #4696DD: hue angle of 208.21º degrees, saturation: 0.69, 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 #4696DD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 150 | 221 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.13 |
| HSL | 208.21º | 0.69% | 0.57% | - |
| HSV(B) | 208.21º | 0.68% | 0.87% | - |
| XYZ | 26.48 | 28.34 | 72.48 | - |
| YUV | 134.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 221 | 0.68 | 0.32 | 0 | 0.13 | 208.21 | 0.69 | 0.57 |
| Hex | 46 | 96 | DD | 44 | 20 | 0 | D | D0 | 45 | 39 |
| Octal | 106 | 226 | 335 | 104 | 40 | 0 | 15 | 320 | 105 | 71 |
| Binary | 1000110 | 10010110 | 11011101 | 1000100 | 100000 | 0 | 1101 | 11010000 | 1000101 | 111001 |
Color Harmonies of #4696DD
Complementary color
Monochromatic Colors of #4696DD
Black with #4696DD
Text Example
Text Example
White with #4696DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696DD; }
p { color: rgb(70,150,221); }
H1.HeaderClassName
{
color: #4696DD;
}
.AnyTagClassName
{
color: #4696DD;
}
</style>
background-color css
<style>
a { background-color: #4696DD; }
a { background-color: rgb(70,150,221); }
div.DivClassName
{
background-color: #4696DD;
}
.BgClassName
{
background-color: #4696DD;
}
</style>
border-color css
<style>
span { border-color: #4696DD; }
span { border-color: rgb(70,150,221); }
td.TdClassName
{
border-color: #4696DD;
}
.TagClassName
{
border-color: #4696DD;
}
</style>