Shades of Picton Blue #4696DC
Tints of Picton Blue #4696DC
RGB
CMYK
RGB Variations
Color information
#4696DC (or 0x4696DC) is known color: Picton Blue. HEX triplet: 46, 96 and DC. RGB value is (70,150,220). Sum of RGB (Red+Green+Blue) = 70+150+220=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #4696DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696DC is #B96923. Grayscale: #858585. Windows color (decimal): -12151076 or 14456390. OLE color: 14456390.
HSL color Cylindrical-coordinate representation of color #4696DC: hue angle of 208º 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 #4696DC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 150 | 220 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.14 |
| HSL | 208º | 0.68% | 0.57% | - |
| HSV(B) | 208º | 0.68% | 0.86% | - |
| XYZ | 26.35 | 28.28 | 71.78 | - |
| YUV | 134.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 220 | 0.68 | 0.32 | 0 | 0.14 | 208 | 0.68 | 0.57 |
| Hex | 46 | 96 | DC | 44 | 20 | 0 | E | D0 | 44 | 39 |
| Octal | 106 | 226 | 334 | 104 | 40 | 0 | 16 | 320 | 104 | 71 |
| Binary | 1000110 | 10010110 | 11011100 | 1000100 | 100000 | 0 | 1110 | 11010000 | 1000100 | 111001 |
Color Harmonies of #4696DC
Complementary color
Monochromatic Colors of #4696DC
Black with #4696DC
Text Example
Text Example
White with #4696DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696DC; }
p { color: rgb(70,150,220); }
H1.HeaderClassName
{
color: #4696DC;
}
.AnyTagClassName
{
color: #4696DC;
}
</style>
background-color css
<style>
a { background-color: #4696DC; }
a { background-color: rgb(70,150,220); }
div.DivClassName
{
background-color: #4696DC;
}
.BgClassName
{
background-color: #4696DC;
}
</style>
border-color css
<style>
span { border-color: #4696DC; }
span { border-color: rgb(70,150,220); }
td.TdClassName
{
border-color: #4696DC;
}
.TagClassName
{
border-color: #4696DC;
}
</style>