Shades of Picton Blue #4694CE
Tints of Picton Blue #4694CE
RGB
CMYK
RGB Variations
Color information
#4694CE (or 0x4694CE) is known color: Picton Blue. HEX triplet: 46, 94 and CE. RGB value is (70,148,206). Sum of RGB (Red+Green+Blue) = 70+148+206=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4694CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694CE is #B96B31. Grayscale: #828282. Windows color (decimal): -12151602 or 13538374. OLE color: 13538374.
HSL color Cylindrical-coordinate representation of color #4694CE: hue angle of 205.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4694CE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 148 | 206 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.19 |
| HSL | 205.59º | 0.58% | 0.54% | - |
| HSV(B) | 205.59º | 0.66% | 0.81% | - |
| XYZ | 24.26 | 26.94 | 62.31 | - |
| YUV | 131.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 206 | 0.66 | 0.28 | 0 | 0.19 | 205.59 | 0.58 | 0.54 |
| Hex | 46 | 94 | CE | 42 | 1C | 0 | 13 | CE | 3A | 36 |
| Octal | 106 | 224 | 316 | 102 | 34 | 0 | 23 | 316 | 72 | 66 |
| Binary | 1000110 | 10010100 | 11001110 | 1000010 | 11100 | 0 | 10011 | 11001110 | 111010 | 110110 |
Color Harmonies of #4694CE
Complementary color
Monochromatic Colors of #4694CE
Black with #4694CE
Text Example
Text Example
White with #4694CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694CE; }
p { color: rgb(70,148,206); }
H1.HeaderClassName
{
color: #4694CE;
}
.AnyTagClassName
{
color: #4694CE;
}
</style>
background-color css
<style>
a { background-color: #4694CE; }
a { background-color: rgb(70,148,206); }
div.DivClassName
{
background-color: #4694CE;
}
.BgClassName
{
background-color: #4694CE;
}
</style>
border-color css
<style>
span { border-color: #4694CE; }
span { border-color: rgb(70,148,206); }
td.TdClassName
{
border-color: #4694CE;
}
.TagClassName
{
border-color: #4694CE;
}
</style>