Shades of Picton Blue #4697CC
Tints of Picton Blue #4697CC
RGB
CMYK
RGB Variations
Color information
#4697CC (or 0x4697CC) is known color: Picton Blue. HEX triplet: 46, 97 and CC. RGB value is (70,151,204). Sum of RGB (Red+Green+Blue) = 70+151+204=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #4697CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697CC is #B96833. Grayscale: #848484. Windows color (decimal): -12150836 or 13408070. OLE color: 13408070.
HSL color Cylindrical-coordinate representation of color #4697CC: hue angle of 203.73º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4697CC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 151 | 204 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.2 |
| HSL | 203.73º | 0.57% | 0.54% | - |
| HSV(B) | 203.73º | 0.66% | 0.8% | - |
| XYZ | 24.49 | 27.79 | 61.2 | - |
| YUV | 132.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 204 | 0.66 | 0.26 | 0 | 0.2 | 203.73 | 0.57 | 0.54 |
| Hex | 46 | 97 | CC | 42 | 1A | 0 | 14 | CC | 39 | 36 |
| Octal | 106 | 227 | 314 | 102 | 32 | 0 | 24 | 314 | 71 | 66 |
| Binary | 1000110 | 10010111 | 11001100 | 1000010 | 11010 | 0 | 10100 | 11001100 | 111001 | 110110 |
Color Harmonies of #4697CC
Complementary color
Monochromatic Colors of #4697CC
Black with #4697CC
Text Example
Text Example
White with #4697CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697CC; }
p { color: rgb(70,151,204); }
H1.HeaderClassName
{
color: #4697CC;
}
.AnyTagClassName
{
color: #4697CC;
}
</style>
background-color css
<style>
a { background-color: #4697CC; }
a { background-color: rgb(70,151,204); }
div.DivClassName
{
background-color: #4697CC;
}
.BgClassName
{
background-color: #4697CC;
}
</style>
border-color css
<style>
span { border-color: #4697CC; }
span { border-color: rgb(70,151,204); }
td.TdClassName
{
border-color: #4697CC;
}
.TagClassName
{
border-color: #4697CC;
}
</style>