Shades of Picton Blue #478EDF
Tints of Picton Blue #478EDF
RGB
CMYK
RGB Variations
Color information
#478EDF (or 0x478EDF) is known color: Picton Blue. HEX triplet: 47, 8E and DF. RGB value is (71,142,223). Sum of RGB (Red+Green+Blue) = 71+142+223=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #478EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EDF is #B87120. Grayscale: #818181. Windows color (decimal): -12087585 or 14650951. OLE color: 14650951.
HSL color Cylindrical-coordinate representation of color #478EDF: hue angle of 211.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478EDF is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 142 | 223 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.13 |
| HSL | 211.97º | 0.7% | 0.58% | - |
| HSV(B) | 211.97º | 0.68% | 0.87% | - |
| XYZ | 25.59 | 26.01 | 73.48 | - |
| YUV | 130.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 223 | 0.68 | 0.36 | 0 | 0.13 | 211.97 | 0.7 | 0.58 |
| Hex | 47 | 8E | DF | 44 | 24 | 0 | D | D4 | 46 | 3A |
| Octal | 107 | 216 | 337 | 104 | 44 | 0 | 15 | 324 | 106 | 72 |
| Binary | 1000111 | 10001110 | 11011111 | 1000100 | 100100 | 0 | 1101 | 11010100 | 1000110 | 111010 |
Color Harmonies of #478EDF
Complementary color
Monochromatic Colors of #478EDF
Black with #478EDF
Text Example
Text Example
White with #478EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EDF; }
p { color: rgb(71,142,223); }
H1.HeaderClassName
{
color: #478EDF;
}
.AnyTagClassName
{
color: #478EDF;
}
</style>
background-color css
<style>
a { background-color: #478EDF; }
a { background-color: rgb(71,142,223); }
div.DivClassName
{
background-color: #478EDF;
}
.BgClassName
{
background-color: #478EDF;
}
</style>
border-color css
<style>
span { border-color: #478EDF; }
span { border-color: rgb(71,142,223); }
td.TdClassName
{
border-color: #478EDF;
}
.TagClassName
{
border-color: #478EDF;
}
</style>