Shades of Picton Blue #4694CC
Tints of Picton Blue #4694CC
RGB
CMYK
RGB Variations
Color information
#4694CC (or 0x4694CC) is known color: Picton Blue. HEX triplet: 46, 94 and CC. RGB value is (70,148,204). Sum of RGB (Red+Green+Blue) = 70+148+204=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4694CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694CC is #B96B33. Grayscale: #828282. Windows color (decimal): -12151604 or 13407302. OLE color: 13407302.
HSL color Cylindrical-coordinate representation of color #4694CC: hue angle of 205.07º 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 #4694CC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 148 | 204 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.2 |
| HSL | 205.07º | 0.57% | 0.54% | - |
| HSV(B) | 205.07º | 0.66% | 0.8% | - |
| XYZ | 24.01 | 26.84 | 61.04 | - |
| YUV | 131.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 204 | 0.66 | 0.27 | 0 | 0.2 | 205.07 | 0.57 | 0.54 |
| Hex | 46 | 94 | CC | 42 | 1B | 0 | 14 | CD | 39 | 36 |
| Octal | 106 | 224 | 314 | 102 | 33 | 0 | 24 | 315 | 71 | 66 |
| Binary | 1000110 | 10010100 | 11001100 | 1000010 | 11011 | 0 | 10100 | 11001101 | 111001 | 110110 |
Color Harmonies of #4694CC
Complementary color
Monochromatic Colors of #4694CC
Black with #4694CC
Text Example
Text Example
White with #4694CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694CC; }
p { color: rgb(70,148,204); }
H1.HeaderClassName
{
color: #4694CC;
}
.AnyTagClassName
{
color: #4694CC;
}
</style>
background-color css
<style>
a { background-color: #4694CC; }
a { background-color: rgb(70,148,204); }
div.DivClassName
{
background-color: #4694CC;
}
.BgClassName
{
background-color: #4694CC;
}
</style>
border-color css
<style>
span { border-color: #4694CC; }
span { border-color: rgb(70,148,204); }
td.TdClassName
{
border-color: #4694CC;
}
.TagClassName
{
border-color: #4694CC;
}
</style>