Shades of Picton Blue #4792DC
Tints of Picton Blue #4792DC
RGB
CMYK
RGB Variations
Color information
#4792DC (or 0x4792DC) is known color: Picton Blue. HEX triplet: 47, 92 and DC. RGB value is (71,146,220). Sum of RGB (Red+Green+Blue) = 71+146+220=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4792DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4792DC is #B86D23. Grayscale: #838383. Windows color (decimal): -12086564 or 14455367. OLE color: 14455367.
HSL color Cylindrical-coordinate representation of color #4792DC: hue angle of 209.8º degrees, saturation: 0.68, 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 #4792DC is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 146 | 220 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.14 |
| HSL | 209.8º | 0.68% | 0.57% | - |
| HSV(B) | 209.8º | 0.68% | 0.86% | - |
| XYZ | 25.8 | 27.06 | 71.57 | - |
| YUV | 132.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 220 | 0.68 | 0.34 | 0 | 0.14 | 209.8 | 0.68 | 0.57 |
| Hex | 47 | 92 | DC | 44 | 22 | 0 | E | D2 | 44 | 39 |
| Octal | 107 | 222 | 334 | 104 | 42 | 0 | 16 | 322 | 104 | 71 |
| Binary | 1000111 | 10010010 | 11011100 | 1000100 | 100010 | 0 | 1110 | 11010010 | 1000100 | 111001 |
Color Harmonies of #4792DC
Complementary color
Monochromatic Colors of #4792DC
Black with #4792DC
Text Example
Text Example
White with #4792DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4792DC; }
p { color: rgb(71,146,220); }
H1.HeaderClassName
{
color: #4792DC;
}
.AnyTagClassName
{
color: #4792DC;
}
</style>
background-color css
<style>
a { background-color: #4792DC; }
a { background-color: rgb(71,146,220); }
div.DivClassName
{
background-color: #4792DC;
}
.BgClassName
{
background-color: #4792DC;
}
</style>
border-color css
<style>
span { border-color: #4792DC; }
span { border-color: rgb(71,146,220); }
td.TdClassName
{
border-color: #4792DC;
}
.TagClassName
{
border-color: #4792DC;
}
</style>