Shades of Picton Blue #4696DA
Tints of Picton Blue #4696DA
RGB
CMYK
RGB Variations
Color information
#4696DA (or 0x4696DA) is known color: Picton Blue. HEX triplet: 46, 96 and DA. RGB value is (70,150,218). Sum of RGB (Red+Green+Blue) = 70+150+218=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #4696DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696DA is #B96925. Grayscale: #858585. Windows color (decimal): -12151078 or 14325318. OLE color: 14325318.
HSL color Cylindrical-coordinate representation of color #4696DA: hue angle of 207.57º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4696DA is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 150 | 218 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.15 |
| HSL | 207.57º | 0.67% | 0.56% | - |
| HSV(B) | 207.57º | 0.68% | 0.85% | - |
| XYZ | 26.09 | 28.18 | 70.39 | - |
| YUV | 133.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 218 | 0.68 | 0.31 | 0 | 0.15 | 207.57 | 0.67 | 0.56 |
| Hex | 46 | 96 | DA | 44 | 1F | 0 | F | D0 | 43 | 38 |
| Octal | 106 | 226 | 332 | 104 | 37 | 0 | 17 | 320 | 103 | 70 |
| Binary | 1000110 | 10010110 | 11011010 | 1000100 | 11111 | 0 | 1111 | 11010000 | 1000011 | 111000 |
Color Harmonies of #4696DA
Complementary color
Monochromatic Colors of #4696DA
Black with #4696DA
Text Example
Text Example
White with #4696DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696DA; }
p { color: rgb(70,150,218); }
H1.HeaderClassName
{
color: #4696DA;
}
.AnyTagClassName
{
color: #4696DA;
}
</style>
background-color css
<style>
a { background-color: #4696DA; }
a { background-color: rgb(70,150,218); }
div.DivClassName
{
background-color: #4696DA;
}
.BgClassName
{
background-color: #4696DA;
}
</style>
border-color css
<style>
span { border-color: #4696DA; }
span { border-color: rgb(70,150,218); }
td.TdClassName
{
border-color: #4696DA;
}
.TagClassName
{
border-color: #4696DA;
}
</style>