Shades of Picton Blue #478EDB
Tints of Picton Blue #478EDB
RGB
CMYK
RGB Variations
Color information
#478EDB (or 0x478EDB) is known color: Picton Blue. HEX triplet: 47, 8E and DB. RGB value is (71,142,219). Sum of RGB (Red+Green+Blue) = 71+142+219=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #478EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EDB is #B87124. Grayscale: #818181. Windows color (decimal): -12087589 or 14388807. OLE color: 14388807.
HSL color Cylindrical-coordinate representation of color #478EDB: hue angle of 211.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478EDB is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 142 | 219 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.14 |
| HSL | 211.22º | 0.67% | 0.57% | - |
| HSV(B) | 211.22º | 0.68% | 0.86% | - |
| XYZ | 25.06 | 25.8 | 70.68 | - |
| YUV | 129.55 | 178.48 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 219 | 0.68 | 0.35 | 0 | 0.14 | 211.22 | 0.67 | 0.57 |
| Hex | 47 | 8E | DB | 44 | 23 | 0 | E | D3 | 43 | 39 |
| Octal | 107 | 216 | 333 | 104 | 43 | 0 | 16 | 323 | 103 | 71 |
| Binary | 1000111 | 10001110 | 11011011 | 1000100 | 100011 | 0 | 1110 | 11010011 | 1000011 | 111001 |
Color Harmonies of #478EDB
Complementary color
Monochromatic Colors of #478EDB
Black with #478EDB
Text Example
Text Example
White with #478EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EDB; }
p { color: rgb(71,142,219); }
H1.HeaderClassName
{
color: #478EDB;
}
.AnyTagClassName
{
color: #478EDB;
}
</style>
background-color css
<style>
a { background-color: #478EDB; }
a { background-color: rgb(71,142,219); }
div.DivClassName
{
background-color: #478EDB;
}
.BgClassName
{
background-color: #478EDB;
}
</style>
border-color css
<style>
span { border-color: #478EDB; }
span { border-color: rgb(71,142,219); }
td.TdClassName
{
border-color: #478EDB;
}
.TagClassName
{
border-color: #478EDB;
}
</style>