Shades of Picton Blue #4698E0
Tints of Picton Blue #4698E0
RGB
CMYK
RGB Variations
Color information
#4698E0 (or 0x4698E0) is known color: Picton Blue. HEX triplet: 46, 98 and E0. RGB value is (70,152,224). Sum of RGB (Red+Green+Blue) = 70+152+224=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #4698E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698E0 is #B9671F. Grayscale: #878787. Windows color (decimal): -12150560 or 14719046. OLE color: 14719046.
HSL color Cylindrical-coordinate representation of color #4698E0: hue angle of 208.05º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4698E0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 152 | 224 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.12 |
| HSL | 208.05º | 0.71% | 0.58% | - |
| HSV(B) | 208.05º | 0.69% | 0.88% | - |
| XYZ | 27.21 | 29.14 | 74.71 | - |
| YUV | 135.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 224 | 0.69 | 0.32 | 0 | 0.12 | 208.05 | 0.71 | 0.58 |
| Hex | 46 | 98 | E0 | 45 | 20 | 0 | C | D0 | 47 | 3A |
| Octal | 106 | 230 | 340 | 105 | 40 | 0 | 14 | 320 | 107 | 72 |
| Binary | 1000110 | 10011000 | 11100000 | 1000101 | 100000 | 0 | 1100 | 11010000 | 1000111 | 111010 |
Color Harmonies of #4698E0
Complementary color
Monochromatic Colors of #4698E0
Black with #4698E0
Text Example
Text Example
White with #4698E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4698E0; }
p { color: rgb(70,152,224); }
H1.HeaderClassName
{
color: #4698E0;
}
.AnyTagClassName
{
color: #4698E0;
}
</style>
background-color css
<style>
a { background-color: #4698E0; }
a { background-color: rgb(70,152,224); }
div.DivClassName
{
background-color: #4698E0;
}
.BgClassName
{
background-color: #4698E0;
}
</style>
border-color css
<style>
span { border-color: #4698E0; }
span { border-color: rgb(70,152,224); }
td.TdClassName
{
border-color: #4698E0;
}
.TagClassName
{
border-color: #4698E0;
}
</style>