Shades of Picton Blue #4794CE
Tints of Picton Blue #4794CE
RGB
CMYK
RGB Variations
Color information
#4794CE (or 0x4794CE) is known color: Picton Blue. HEX triplet: 47, 94 and CE. RGB value is (71,148,206). Sum of RGB (Red+Green+Blue) = 71+148+206=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #4794CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4794CE is #B86B31. Grayscale: #838383. Windows color (decimal): -12086066 or 13538375. OLE color: 13538375.
HSL color Cylindrical-coordinate representation of color #4794CE: hue angle of 205.78º 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 #4794CE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 148 | 206 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.19 |
| HSL | 205.78º | 0.58% | 0.54% | - |
| HSV(B) | 205.78º | 0.66% | 0.81% | - |
| XYZ | 24.33 | 26.98 | 62.32 | - |
| YUV | 131.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 206 | 0.66 | 0.28 | 0 | 0.19 | 205.78 | 0.58 | 0.54 |
| Hex | 47 | 94 | CE | 42 | 1C | 0 | 13 | CE | 3A | 36 |
| Octal | 107 | 224 | 316 | 102 | 34 | 0 | 23 | 316 | 72 | 66 |
| Binary | 1000111 | 10010100 | 11001110 | 1000010 | 11100 | 0 | 10011 | 11001110 | 111010 | 110110 |
Color Harmonies of #4794CE
Complementary color
Monochromatic Colors of #4794CE
Black with #4794CE
Text Example
Text Example
White with #4794CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4794CE; }
p { color: rgb(71,148,206); }
H1.HeaderClassName
{
color: #4794CE;
}
.AnyTagClassName
{
color: #4794CE;
}
</style>
background-color css
<style>
a { background-color: #4794CE; }
a { background-color: rgb(71,148,206); }
div.DivClassName
{
background-color: #4794CE;
}
.BgClassName
{
background-color: #4794CE;
}
</style>
border-color css
<style>
span { border-color: #4794CE; }
span { border-color: rgb(71,148,206); }
td.TdClassName
{
border-color: #4794CE;
}
.TagClassName
{
border-color: #4794CE;
}
</style>