Shades of Picton Blue #4696CF
Tints of Picton Blue #4696CF
RGB
CMYK
RGB Variations
Color information
#4696CF (or 0x4696CF) is known color: Picton Blue. HEX triplet: 46, 96 and CF. RGB value is (70,150,207). Sum of RGB (Red+Green+Blue) = 70+150+207=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #4696CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696CF is #B96930. Grayscale: #848484. Windows color (decimal): -12151089 or 13604422. OLE color: 13604422.
HSL color Cylindrical-coordinate representation of color #4696CF: hue angle of 204.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4696CF is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 150 | 207 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.19 |
| HSL | 204.96º | 0.59% | 0.54% | - |
| HSV(B) | 204.96º | 0.66% | 0.81% | - |
| XYZ | 24.69 | 27.62 | 63.06 | - |
| YUV | 132.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 207 | 0.66 | 0.28 | 0 | 0.19 | 204.96 | 0.59 | 0.54 |
| Hex | 46 | 96 | CF | 42 | 1C | 0 | 13 | CD | 3B | 36 |
| Octal | 106 | 226 | 317 | 102 | 34 | 0 | 23 | 315 | 73 | 66 |
| Binary | 1000110 | 10010110 | 11001111 | 1000010 | 11100 | 0 | 10011 | 11001101 | 111011 | 110110 |
Color Harmonies of #4696CF
Complementary color
Monochromatic Colors of #4696CF
Black with #4696CF
Text Example
Text Example
White with #4696CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696CF; }
p { color: rgb(70,150,207); }
H1.HeaderClassName
{
color: #4696CF;
}
.AnyTagClassName
{
color: #4696CF;
}
</style>
background-color css
<style>
a { background-color: #4696CF; }
a { background-color: rgb(70,150,207); }
div.DivClassName
{
background-color: #4696CF;
}
.BgClassName
{
background-color: #4696CF;
}
</style>
border-color css
<style>
span { border-color: #4696CF; }
span { border-color: rgb(70,150,207); }
td.TdClassName
{
border-color: #4696CF;
}
.TagClassName
{
border-color: #4696CF;
}
</style>