Shades of Picton Blue #4292DC
Tints of Picton Blue #4292DC
RGB
CMYK
RGB Variations
Color information
#4292DC (or 0x4292DC) is known color: Picton Blue. HEX triplet: 42, 92 and DC. RGB value is (66,146,220). Sum of RGB (Red+Green+Blue) = 66+146+220=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #4292DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292DC is #BD6D23. Grayscale: #828282. Windows color (decimal): -12414244 or 14455362. OLE color: 14455362.
HSL color Cylindrical-coordinate representation of color #4292DC: hue angle of 208.83º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4292DC is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 146 | 220 | - |
| CMYK | 0.7 | 0.34 | 0 | 0.14 |
| HSL | 208.83º | 0.69% | 0.56% | - |
| HSV(B) | 208.83º | 0.7% | 0.86% | - |
| XYZ | 25.44 | 26.88 | 71.56 | - |
| YUV | 130.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 220 | 0.7 | 0.34 | 0 | 0.14 | 208.83 | 0.69 | 0.56 |
| Hex | 42 | 92 | DC | 46 | 22 | 0 | E | D1 | 45 | 38 |
| Octal | 102 | 222 | 334 | 106 | 42 | 0 | 16 | 321 | 105 | 70 |
| Binary | 1000010 | 10010010 | 11011100 | 1000110 | 100010 | 0 | 1110 | 11010001 | 1000101 | 111000 |
Color Harmonies of #4292DC
Complementary color
Monochromatic Colors of #4292DC
Black with #4292DC
Text Example
Text Example
White with #4292DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4292DC; }
p { color: rgb(66,146,220); }
H1.HeaderClassName
{
color: #4292DC;
}
.AnyTagClassName
{
color: #4292DC;
}
</style>
background-color css
<style>
a { background-color: #4292DC; }
a { background-color: rgb(66,146,220); }
div.DivClassName
{
background-color: #4292DC;
}
.BgClassName
{
background-color: #4292DC;
}
</style>
border-color css
<style>
span { border-color: #4292DC; }
span { border-color: rgb(66,146,220); }
td.TdClassName
{
border-color: #4292DC;
}
.TagClassName
{
border-color: #4292DC;
}
</style>