Shades of Picton Blue #4798CE
Tints of Picton Blue #4798CE
RGB
CMYK
RGB Variations
Color information
#4798CE (or 0x4798CE) is known color: Picton Blue. HEX triplet: 47, 98 and CE. RGB value is (71,152,206). Sum of RGB (Red+Green+Blue) = 71+152+206=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #4798CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4798CE is #B86731. Grayscale: #858585. Windows color (decimal): -12085042 or 13539399. OLE color: 13539399.
HSL color Cylindrical-coordinate representation of color #4798CE: hue angle of 204º 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 #4798CE is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 152 | 206 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.19 |
| HSL | 204º | 0.58% | 0.54% | - |
| HSV(B) | 204º | 0.66% | 0.81% | - |
| XYZ | 24.97 | 28.25 | 62.53 | - |
| YUV | 133.94 | 168.66 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 206 | 0.66 | 0.26 | 0 | 0.19 | 204 | 0.58 | 0.54 |
| Hex | 47 | 98 | CE | 42 | 1A | 0 | 13 | CC | 3A | 36 |
| Octal | 107 | 230 | 316 | 102 | 32 | 0 | 23 | 314 | 72 | 66 |
| Binary | 1000111 | 10011000 | 11001110 | 1000010 | 11010 | 0 | 10011 | 11001100 | 111010 | 110110 |
Color Harmonies of #4798CE
Complementary color
Monochromatic Colors of #4798CE
Black with #4798CE
Text Example
Text Example
White with #4798CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798CE; }
p { color: rgb(71,152,206); }
H1.HeaderClassName
{
color: #4798CE;
}
.AnyTagClassName
{
color: #4798CE;
}
</style>
background-color css
<style>
a { background-color: #4798CE; }
a { background-color: rgb(71,152,206); }
div.DivClassName
{
background-color: #4798CE;
}
.BgClassName
{
background-color: #4798CE;
}
</style>
border-color css
<style>
span { border-color: #4798CE; }
span { border-color: rgb(71,152,206); }
td.TdClassName
{
border-color: #4798CE;
}
.TagClassName
{
border-color: #4798CE;
}
</style>