Shades of Picton Blue #4791CE
Tints of Picton Blue #4791CE
RGB
CMYK
RGB Variations
Color information
#4791CE (or 0x4791CE) is known color: Picton Blue. HEX triplet: 47, 91 and CE. RGB value is (71,145,206). Sum of RGB (Red+Green+Blue) = 71+145+206=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4791CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4791CE is #B86E31. Grayscale: #818181. Windows color (decimal): -12086834 or 13537607. OLE color: 13537607.
HSL color Cylindrical-coordinate representation of color #4791CE: hue angle of 207.11º 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 #4791CE is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 145 | 206 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.19 |
| HSL | 207.11º | 0.58% | 0.54% | - |
| HSV(B) | 207.11º | 0.66% | 0.81% | - |
| XYZ | 23.86 | 26.05 | 62.16 | - |
| YUV | 129.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 206 | 0.66 | 0.30 | 0 | 0.19 | 207.11 | 0.58 | 0.54 |
| Hex | 47 | 91 | CE | 42 | 1E | 0 | 13 | CF | 3A | 36 |
| Octal | 107 | 221 | 316 | 102 | 36 | 0 | 23 | 317 | 72 | 66 |
| Binary | 1000111 | 10010001 | 11001110 | 1000010 | 11110 | 0 | 10011 | 11001111 | 111010 | 110110 |
Color Harmonies of #4791CE
Complementary color
Monochromatic Colors of #4791CE
Black with #4791CE
Text Example
Text Example
White with #4791CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4791CE; }
p { color: rgb(71,145,206); }
H1.HeaderClassName
{
color: #4791CE;
}
.AnyTagClassName
{
color: #4791CE;
}
</style>
background-color css
<style>
a { background-color: #4791CE; }
a { background-color: rgb(71,145,206); }
div.DivClassName
{
background-color: #4791CE;
}
.BgClassName
{
background-color: #4791CE;
}
</style>
border-color css
<style>
span { border-color: #4791CE; }
span { border-color: rgb(71,145,206); }
td.TdClassName
{
border-color: #4791CE;
}
.TagClassName
{
border-color: #4791CE;
}
</style>