Shades of Picton Blue #479ECE
Tints of Picton Blue #479ECE
RGB
CMYK
RGB Variations
Color information
#479ECE (or 0x479ECE) is known color: Picton Blue. HEX triplet: 47, 9E and CE. RGB value is (71,158,206). Sum of RGB (Red+Green+Blue) = 71+158+206=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #479ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECE is #B86131. Grayscale: #898989. Windows color (decimal): -12083506 or 13540935. OLE color: 13540935.
HSL color Cylindrical-coordinate representation of color #479ECE: hue angle of 201.33º 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 #479ECE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 158 | 206 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.19 |
| HSL | 201.33º | 0.58% | 0.54% | - |
| HSV(B) | 201.33º | 0.66% | 0.81% | - |
| XYZ | 25.97 | 30.25 | 62.86 | - |
| YUV | 137.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 206 | 0.66 | 0.23 | 0 | 0.19 | 201.33 | 0.58 | 0.54 |
| Hex | 47 | 9E | CE | 42 | 17 | 0 | 13 | C9 | 3A | 36 |
| Octal | 107 | 236 | 316 | 102 | 27 | 0 | 23 | 311 | 72 | 66 |
| Binary | 1000111 | 10011110 | 11001110 | 1000010 | 10111 | 0 | 10011 | 11001001 | 111010 | 110110 |
Color Harmonies of #479ECE
Complementary color
Monochromatic Colors of #479ECE
Black with #479ECE
Text Example
Text Example
White with #479ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ECE; }
p { color: rgb(71,158,206); }
H1.HeaderClassName
{
color: #479ECE;
}
.AnyTagClassName
{
color: #479ECE;
}
</style>
background-color css
<style>
a { background-color: #479ECE; }
a { background-color: rgb(71,158,206); }
div.DivClassName
{
background-color: #479ECE;
}
.BgClassName
{
background-color: #479ECE;
}
</style>
border-color css
<style>
span { border-color: #479ECE; }
span { border-color: rgb(71,158,206); }
td.TdClassName
{
border-color: #479ECE;
}
.TagClassName
{
border-color: #479ECE;
}
</style>