Shades of Picton Blue #4690CF
Tints of Picton Blue #4690CF
RGB
CMYK
RGB Variations
Color information
#4690CF (or 0x4690CF) is known color: Picton Blue. HEX triplet: 46, 90 and CF. RGB value is (70,144,207). Sum of RGB (Red+Green+Blue) = 70+144+207=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #4690CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4690CF is #B96F30. Grayscale: #808080. Windows color (decimal): -12152625 or 13602886. OLE color: 13602886.
HSL color Cylindrical-coordinate representation of color #4690CF: hue angle of 207.59º degrees, saturation: 0.59, 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 #4690CF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 144 | 207 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.19 |
| HSL | 207.59º | 0.59% | 0.54% | - |
| HSV(B) | 207.59º | 0.66% | 0.81% | - |
| XYZ | 23.76 | 25.75 | 62.75 | - |
| YUV | 129.06 | 171.98 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 207 | 0.66 | 0.30 | 0 | 0.19 | 207.59 | 0.59 | 0.54 |
| Hex | 46 | 90 | CF | 42 | 1E | 0 | 13 | D0 | 3B | 36 |
| Octal | 106 | 220 | 317 | 102 | 36 | 0 | 23 | 320 | 73 | 66 |
| Binary | 1000110 | 10010000 | 11001111 | 1000010 | 11110 | 0 | 10011 | 11010000 | 111011 | 110110 |
Color Harmonies of #4690CF
Complementary color
Monochromatic Colors of #4690CF
Black with #4690CF
Text Example
Text Example
White with #4690CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690CF; }
p { color: rgb(70,144,207); }
H1.HeaderClassName
{
color: #4690CF;
}
.AnyTagClassName
{
color: #4690CF;
}
</style>
background-color css
<style>
a { background-color: #4690CF; }
a { background-color: rgb(70,144,207); }
div.DivClassName
{
background-color: #4690CF;
}
.BgClassName
{
background-color: #4690CF;
}
</style>
border-color css
<style>
span { border-color: #4690CF; }
span { border-color: rgb(70,144,207); }
td.TdClassName
{
border-color: #4690CF;
}
.TagClassName
{
border-color: #4690CF;
}
</style>