Shades of Picton Blue #4696CA
Tints of Picton Blue #4696CA
RGB
CMYK
RGB Variations
Color information
#4696CA (or 0x4696CA) is known color: Picton Blue. HEX triplet: 46, 96 and CA. RGB value is (70,150,202). Sum of RGB (Red+Green+Blue) = 70+150+202=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4696CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696CA is #B96935. Grayscale: #838383. Windows color (decimal): -12151094 or 13276742. OLE color: 13276742.
HSL color Cylindrical-coordinate representation of color #4696CA: hue angle of 203.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4696CA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 150 | 202 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.21 |
| HSL | 203.64º | 0.55% | 0.53% | - |
| HSV(B) | 203.64º | 0.65% | 0.79% | - |
| XYZ | 24.09 | 27.38 | 59.89 | - |
| YUV | 132.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 202 | 0.65 | 0.26 | 0 | 0.21 | 203.64 | 0.55 | 0.53 |
| Hex | 46 | 96 | CA | 41 | 1A | 0 | 15 | CC | 37 | 35 |
| Octal | 106 | 226 | 312 | 101 | 32 | 0 | 25 | 314 | 67 | 65 |
| Binary | 1000110 | 10010110 | 11001010 | 1000001 | 11010 | 0 | 10101 | 11001100 | 110111 | 110101 |
Color Harmonies of #4696CA
Complementary color
Monochromatic Colors of #4696CA
Black with #4696CA
Text Example
Text Example
White with #4696CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696CA; }
p { color: rgb(70,150,202); }
H1.HeaderClassName
{
color: #4696CA;
}
.AnyTagClassName
{
color: #4696CA;
}
</style>
background-color css
<style>
a { background-color: #4696CA; }
a { background-color: rgb(70,150,202); }
div.DivClassName
{
background-color: #4696CA;
}
.BgClassName
{
background-color: #4696CA;
}
</style>
border-color css
<style>
span { border-color: #4696CA; }
span { border-color: rgb(70,150,202); }
td.TdClassName
{
border-color: #4696CA;
}
.TagClassName
{
border-color: #4696CA;
}
</style>