Shades of Picton Blue #4696CC
Tints of Picton Blue #4696CC
RGB
CMYK
RGB Variations
Color information
#4696CC (or 0x4696CC) is known color: Picton Blue. HEX triplet: 46, 96 and CC. RGB value is (70,150,204). Sum of RGB (Red+Green+Blue) = 70+150+204=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #4696CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696CC is #B96933. Grayscale: #838383. Windows color (decimal): -12151092 or 13407814. OLE color: 13407814.
HSL color Cylindrical-coordinate representation of color #4696CC: hue angle of 204.18º 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 #4696CC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 150 | 204 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.2 |
| HSL | 204.18º | 0.57% | 0.54% | - |
| HSV(B) | 204.18º | 0.66% | 0.8% | - |
| XYZ | 24.33 | 27.47 | 61.15 | - |
| YUV | 132.24 | 168.5 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 204 | 0.66 | 0.26 | 0 | 0.2 | 204.18 | 0.57 | 0.54 |
| Hex | 46 | 96 | CC | 42 | 1A | 0 | 14 | CC | 39 | 36 |
| Octal | 106 | 226 | 314 | 102 | 32 | 0 | 24 | 314 | 71 | 66 |
| Binary | 1000110 | 10010110 | 11001100 | 1000010 | 11010 | 0 | 10100 | 11001100 | 111001 | 110110 |
Color Harmonies of #4696CC
Complementary color
Monochromatic Colors of #4696CC
Black with #4696CC
Text Example
Text Example
White with #4696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696CC; }
p { color: rgb(70,150,204); }
H1.HeaderClassName
{
color: #4696CC;
}
.AnyTagClassName
{
color: #4696CC;
}
</style>
background-color css
<style>
a { background-color: #4696CC; }
a { background-color: rgb(70,150,204); }
div.DivClassName
{
background-color: #4696CC;
}
.BgClassName
{
background-color: #4696CC;
}
</style>
border-color css
<style>
span { border-color: #4696CC; }
span { border-color: rgb(70,150,204); }
td.TdClassName
{
border-color: #4696CC;
}
.TagClassName
{
border-color: #4696CC;
}
</style>