Shades of Picton Blue #4796CE
Tints of Picton Blue #4796CE
RGB
CMYK
RGB Variations
Color information
#4796CE (or 0x4796CE) is known color: Picton Blue. HEX triplet: 47, 96 and CE. RGB value is (71,150,206). Sum of RGB (Red+Green+Blue) = 71+150+206=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #4796CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4796CE is #B86931. Grayscale: #848484. Windows color (decimal): -12085554 or 13538887. OLE color: 13538887.
HSL color Cylindrical-coordinate representation of color #4796CE: hue angle of 204.89º degrees, saturation: 0.58, 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 #4796CE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 150 | 206 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.19 |
| HSL | 204.89º | 0.58% | 0.54% | - |
| HSV(B) | 204.89º | 0.66% | 0.81% | - |
| XYZ | 24.65 | 27.61 | 62.42 | - |
| YUV | 132.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 206 | 0.66 | 0.27 | 0 | 0.19 | 204.89 | 0.58 | 0.54 |
| Hex | 47 | 96 | CE | 42 | 1B | 0 | 13 | CD | 3A | 36 |
| Octal | 107 | 226 | 316 | 102 | 33 | 0 | 23 | 315 | 72 | 66 |
| Binary | 1000111 | 10010110 | 11001110 | 1000010 | 11011 | 0 | 10011 | 11001101 | 111010 | 110110 |
Color Harmonies of #4796CE
Complementary color
Monochromatic Colors of #4796CE
Black with #4796CE
Text Example
Text Example
White with #4796CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4796CE; }
p { color: rgb(71,150,206); }
H1.HeaderClassName
{
color: #4796CE;
}
.AnyTagClassName
{
color: #4796CE;
}
</style>
background-color css
<style>
a { background-color: #4796CE; }
a { background-color: rgb(71,150,206); }
div.DivClassName
{
background-color: #4796CE;
}
.BgClassName
{
background-color: #4796CE;
}
</style>
border-color css
<style>
span { border-color: #4796CE; }
span { border-color: rgb(71,150,206); }
td.TdClassName
{
border-color: #4796CE;
}
.TagClassName
{
border-color: #4796CE;
}
</style>