Shades of Picton Blue #478ED9
Tints of Picton Blue #478ED9
RGB
CMYK
RGB Variations
Color information
#478ED9 (or 0x478ED9) is known color: Picton Blue. HEX triplet: 47, 8E and D9. RGB value is (71,142,217). Sum of RGB (Red+Green+Blue) = 71+142+217=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #478ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ED9 is #B87126. Grayscale: #808080. Windows color (decimal): -12087591 or 14257735. OLE color: 14257735.
HSL color Cylindrical-coordinate representation of color #478ED9: hue angle of 210.82º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478ED9 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 142 | 217 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.15 |
| HSL | 210.82º | 0.66% | 0.56% | - |
| HSV(B) | 210.82º | 0.67% | 0.85% | - |
| XYZ | 24.8 | 25.7 | 69.3 | - |
| YUV | 129.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 217 | 0.67 | 0.35 | 0 | 0.15 | 210.82 | 0.66 | 0.56 |
| Hex | 47 | 8E | D9 | 43 | 23 | 0 | F | D3 | 42 | 38 |
| Octal | 107 | 216 | 331 | 103 | 43 | 0 | 17 | 323 | 102 | 70 |
| Binary | 1000111 | 10001110 | 11011001 | 1000011 | 100011 | 0 | 1111 | 11010011 | 1000010 | 111000 |
Color Harmonies of #478ED9
Complementary color
Monochromatic Colors of #478ED9
Black with #478ED9
Text Example
Text Example
White with #478ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478ED9; }
p { color: rgb(71,142,217); }
H1.HeaderClassName
{
color: #478ED9;
}
.AnyTagClassName
{
color: #478ED9;
}
</style>
background-color css
<style>
a { background-color: #478ED9; }
a { background-color: rgb(71,142,217); }
div.DivClassName
{
background-color: #478ED9;
}
.BgClassName
{
background-color: #478ED9;
}
</style>
border-color css
<style>
span { border-color: #478ED9; }
span { border-color: rgb(71,142,217); }
td.TdClassName
{
border-color: #478ED9;
}
.TagClassName
{
border-color: #478ED9;
}
</style>