Shades of Picton Blue #4698CC
Tints of Picton Blue #4698CC
RGB
CMYK
RGB Variations
Color information
#4698CC (or 0x4698CC) is known color: Picton Blue. HEX triplet: 46, 98 and CC. RGB value is (70,152,204). Sum of RGB (Red+Green+Blue) = 70+152+204=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #4698CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698CC is #B96733. Grayscale: #858585. Windows color (decimal): -12150580 or 13408326. OLE color: 13408326.
HSL color Cylindrical-coordinate representation of color #4698CC: hue angle of 203.28º 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 #4698CC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 152 | 204 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.2 |
| HSL | 203.28º | 0.57% | 0.54% | - |
| HSV(B) | 203.28º | 0.66% | 0.8% | - |
| XYZ | 24.65 | 28.12 | 61.25 | - |
| YUV | 133.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 204 | 0.66 | 0.25 | 0 | 0.2 | 203.28 | 0.57 | 0.54 |
| Hex | 46 | 98 | CC | 42 | 19 | 0 | 14 | CB | 39 | 36 |
| Octal | 106 | 230 | 314 | 102 | 31 | 0 | 24 | 313 | 71 | 66 |
| Binary | 1000110 | 10011000 | 11001100 | 1000010 | 11001 | 0 | 10100 | 11001011 | 111001 | 110110 |
Color Harmonies of #4698CC
Complementary color
Monochromatic Colors of #4698CC
Black with #4698CC
Text Example
Text Example
White with #4698CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4698CC; }
p { color: rgb(70,152,204); }
H1.HeaderClassName
{
color: #4698CC;
}
.AnyTagClassName
{
color: #4698CC;
}
</style>
background-color css
<style>
a { background-color: #4698CC; }
a { background-color: rgb(70,152,204); }
div.DivClassName
{
background-color: #4698CC;
}
.BgClassName
{
background-color: #4698CC;
}
</style>
border-color css
<style>
span { border-color: #4698CC; }
span { border-color: rgb(70,152,204); }
td.TdClassName
{
border-color: #4698CC;
}
.TagClassName
{
border-color: #4698CC;
}
</style>