Shades of Picton Blue #4697CA
Tints of Picton Blue #4697CA
RGB
CMYK
RGB Variations
Color information
#4697CA (or 0x4697CA) is known color: Picton Blue. HEX triplet: 46, 97 and CA. RGB value is (70,151,202). Sum of RGB (Red+Green+Blue) = 70+151+202=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #4697CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697CA is #B96835. Grayscale: #848484. Windows color (decimal): -12150838 or 13276998. OLE color: 13276998.
HSL color Cylindrical-coordinate representation of color #4697CA: hue angle of 203.18º 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 #4697CA is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 151 | 202 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.21 |
| HSL | 203.18º | 0.55% | 0.53% | - |
| HSV(B) | 203.18º | 0.65% | 0.79% | - |
| XYZ | 24.25 | 27.7 | 59.95 | - |
| YUV | 132.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 202 | 0.65 | 0.25 | 0 | 0.21 | 203.18 | 0.55 | 0.53 |
| Hex | 46 | 97 | CA | 41 | 19 | 0 | 15 | CB | 37 | 35 |
| Octal | 106 | 227 | 312 | 101 | 31 | 0 | 25 | 313 | 67 | 65 |
| Binary | 1000110 | 10010111 | 11001010 | 1000001 | 11001 | 0 | 10101 | 11001011 | 110111 | 110101 |
Color Harmonies of #4697CA
Complementary color
Monochromatic Colors of #4697CA
Black with #4697CA
Text Example
Text Example
White with #4697CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697CA; }
p { color: rgb(70,151,202); }
H1.HeaderClassName
{
color: #4697CA;
}
.AnyTagClassName
{
color: #4697CA;
}
</style>
background-color css
<style>
a { background-color: #4697CA; }
a { background-color: rgb(70,151,202); }
div.DivClassName
{
background-color: #4697CA;
}
.BgClassName
{
background-color: #4697CA;
}
</style>
border-color css
<style>
span { border-color: #4697CA; }
span { border-color: rgb(70,151,202); }
td.TdClassName
{
border-color: #4697CA;
}
.TagClassName
{
border-color: #4697CA;
}
</style>