Shades of Picton Blue #478FDE
Tints of Picton Blue #478FDE
RGB
CMYK
RGB Variations
Color information
#478FDE (or 0x478FDE) is known color: Picton Blue. HEX triplet: 47, 8F and DE. RGB value is (71,143,222). Sum of RGB (Red+Green+Blue) = 71+143+222=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #478FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FDE is #B87021. Grayscale: #828282. Windows color (decimal): -12087330 or 14585671. OLE color: 14585671.
HSL color Cylindrical-coordinate representation of color #478FDE: hue angle of 211.39º 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 #478FDE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 143 | 222 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.13 |
| HSL | 211.39º | 0.7% | 0.57% | - |
| HSV(B) | 211.39º | 0.68% | 0.87% | - |
| XYZ | 25.61 | 26.26 | 72.83 | - |
| YUV | 130.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 222 | 0.68 | 0.36 | 0 | 0.13 | 211.39 | 0.7 | 0.57 |
| Hex | 47 | 8F | DE | 44 | 24 | 0 | D | D3 | 46 | 39 |
| Octal | 107 | 217 | 336 | 104 | 44 | 0 | 15 | 323 | 106 | 71 |
| Binary | 1000111 | 10001111 | 11011110 | 1000100 | 100100 | 0 | 1101 | 11010011 | 1000110 | 111001 |
Color Harmonies of #478FDE
Complementary color
Monochromatic Colors of #478FDE
Black with #478FDE
Text Example
Text Example
White with #478FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FDE; }
p { color: rgb(71,143,222); }
H1.HeaderClassName
{
color: #478FDE;
}
.AnyTagClassName
{
color: #478FDE;
}
</style>
background-color css
<style>
a { background-color: #478FDE; }
a { background-color: rgb(71,143,222); }
div.DivClassName
{
background-color: #478FDE;
}
.BgClassName
{
background-color: #478FDE;
}
</style>
border-color css
<style>
span { border-color: #478FDE; }
span { border-color: rgb(71,143,222); }
td.TdClassName
{
border-color: #478FDE;
}
.TagClassName
{
border-color: #478FDE;
}
</style>