Shades of Picton Blue #4692DF
Tints of Picton Blue #4692DF
RGB
CMYK
RGB Variations
Color information
#4692DF (or 0x4692DF) is known color: Picton Blue. HEX triplet: 46, 92 and DF. RGB value is (70,146,223). Sum of RGB (Red+Green+Blue) = 70+146+223=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #4692DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692DF is #B96D20. Grayscale: #838383. Windows color (decimal): -12152097 or 14651974. OLE color: 14651974.
HSL color Cylindrical-coordinate representation of color #4692DF: hue angle of 210.2º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4692DF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 146 | 223 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.13 |
| HSL | 210.2º | 0.71% | 0.57% | - |
| HSV(B) | 210.2º | 0.69% | 0.87% | - |
| XYZ | 26.12 | 27.19 | 73.68 | - |
| YUV | 132.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 223 | 0.69 | 0.35 | 0 | 0.13 | 210.2 | 0.71 | 0.57 |
| Hex | 46 | 92 | DF | 45 | 23 | 0 | D | D2 | 47 | 39 |
| Octal | 106 | 222 | 337 | 105 | 43 | 0 | 15 | 322 | 107 | 71 |
| Binary | 1000110 | 10010010 | 11011111 | 1000101 | 100011 | 0 | 1101 | 11010010 | 1000111 | 111001 |
Color Harmonies of #4692DF
Complementary color
Monochromatic Colors of #4692DF
Black with #4692DF
Text Example
Text Example
White with #4692DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4692DF; }
p { color: rgb(70,146,223); }
H1.HeaderClassName
{
color: #4692DF;
}
.AnyTagClassName
{
color: #4692DF;
}
</style>
background-color css
<style>
a { background-color: #4692DF; }
a { background-color: rgb(70,146,223); }
div.DivClassName
{
background-color: #4692DF;
}
.BgClassName
{
background-color: #4692DF;
}
</style>
border-color css
<style>
span { border-color: #4692DF; }
span { border-color: rgb(70,146,223); }
td.TdClassName
{
border-color: #4692DF;
}
.TagClassName
{
border-color: #4692DF;
}
</style>