Shades of Picton Blue #4697DB
Tints of Picton Blue #4697DB
RGB
CMYK
RGB Variations
Color information
#4697DB (or 0x4697DB) is known color: Picton Blue. HEX triplet: 46, 97 and DB. RGB value is (70,151,219). Sum of RGB (Red+Green+Blue) = 70+151+219=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #4697DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697DB is #B96824. Grayscale: #868686. Windows color (decimal): -12150821 or 14391110. OLE color: 14391110.
HSL color Cylindrical-coordinate representation of color #4697DB: hue angle of 207.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4697DB is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 151 | 219 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.14 |
| HSL | 207.38º | 0.67% | 0.57% | - |
| HSV(B) | 207.38º | 0.68% | 0.86% | - |
| XYZ | 26.38 | 28.55 | 71.14 | - |
| YUV | 134.53 | 175.66 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 219 | 0.68 | 0.31 | 0 | 0.14 | 207.38 | 0.67 | 0.57 |
| Hex | 46 | 97 | DB | 44 | 1F | 0 | E | CF | 43 | 39 |
| Octal | 106 | 227 | 333 | 104 | 37 | 0 | 16 | 317 | 103 | 71 |
| Binary | 1000110 | 10010111 | 11011011 | 1000100 | 11111 | 0 | 1110 | 11001111 | 1000011 | 111001 |
Color Harmonies of #4697DB
Complementary color
Monochromatic Colors of #4697DB
Black with #4697DB
Text Example
Text Example
White with #4697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697DB; }
p { color: rgb(70,151,219); }
H1.HeaderClassName
{
color: #4697DB;
}
.AnyTagClassName
{
color: #4697DB;
}
</style>
background-color css
<style>
a { background-color: #4697DB; }
a { background-color: rgb(70,151,219); }
div.DivClassName
{
background-color: #4697DB;
}
.BgClassName
{
background-color: #4697DB;
}
</style>
border-color css
<style>
span { border-color: #4697DB; }
span { border-color: rgb(70,151,219); }
td.TdClassName
{
border-color: #4697DB;
}
.TagClassName
{
border-color: #4697DB;
}
</style>