Shades of Picton Blue #479FDE
Tints of Picton Blue #479FDE
RGB
CMYK
RGB Variations
Color information
#479FDE (or 0x479FDE) is known color: Picton Blue. HEX triplet: 47, 9F and DE. RGB value is (71,159,222). Sum of RGB (Red+Green+Blue) = 71+159+222=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #479FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FDE is #B86021. Grayscale: #8B8B8B. Windows color (decimal): -12083234 or 14589767. OLE color: 14589767.
HSL color Cylindrical-coordinate representation of color #479FDE: hue angle of 205.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479FDE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 159 | 222 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.13 |
| HSL | 205.03º | 0.7% | 0.57% | - |
| HSV(B) | 205.03º | 0.68% | 0.87% | - |
| XYZ | 28.18 | 31.41 | 73.68 | - |
| YUV | 139.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 222 | 0.68 | 0.28 | 0 | 0.13 | 205.03 | 0.7 | 0.57 |
| Hex | 47 | 9F | DE | 44 | 1C | 0 | D | CD | 46 | 39 |
| Octal | 107 | 237 | 336 | 104 | 34 | 0 | 15 | 315 | 106 | 71 |
| Binary | 1000111 | 10011111 | 11011110 | 1000100 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111001 |
Color Harmonies of #479FDE
Complementary color
Monochromatic Colors of #479FDE
Black with #479FDE
Text Example
Text Example
White with #479FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FDE; }
p { color: rgb(71,159,222); }
H1.HeaderClassName
{
color: #479FDE;
}
.AnyTagClassName
{
color: #479FDE;
}
</style>
background-color css
<style>
a { background-color: #479FDE; }
a { background-color: rgb(71,159,222); }
div.DivClassName
{
background-color: #479FDE;
}
.BgClassName
{
background-color: #479FDE;
}
</style>
border-color css
<style>
span { border-color: #479FDE; }
span { border-color: rgb(71,159,222); }
td.TdClassName
{
border-color: #479FDE;
}
.TagClassName
{
border-color: #479FDE;
}
</style>