Shades of Picton Blue #478FDA
Tints of Picton Blue #478FDA
RGB
CMYK
RGB Variations
Color information
#478FDA (or 0x478FDA) is known color: Picton Blue. HEX triplet: 47, 8F and DA. RGB value is (71,143,218). Sum of RGB (Red+Green+Blue) = 71+143+218=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #478FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FDA is #B87025. Grayscale: #818181. Windows color (decimal): -12087334 or 14323527. OLE color: 14323527.
HSL color Cylindrical-coordinate representation of color #478FDA: hue angle of 210.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478FDA is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 143 | 218 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.15 |
| HSL | 210.61º | 0.67% | 0.57% | - |
| HSV(B) | 210.61º | 0.67% | 0.85% | - |
| XYZ | 25.08 | 26.05 | 70.04 | - |
| YUV | 130.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 218 | 0.67 | 0.34 | 0 | 0.15 | 210.61 | 0.67 | 0.57 |
| Hex | 47 | 8F | DA | 43 | 22 | 0 | F | D3 | 43 | 39 |
| Octal | 107 | 217 | 332 | 103 | 42 | 0 | 17 | 323 | 103 | 71 |
| Binary | 1000111 | 10001111 | 11011010 | 1000011 | 100010 | 0 | 1111 | 11010011 | 1000011 | 111001 |
Color Harmonies of #478FDA
Complementary color
Monochromatic Colors of #478FDA
Black with #478FDA
Text Example
Text Example
White with #478FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FDA; }
p { color: rgb(71,143,218); }
H1.HeaderClassName
{
color: #478FDA;
}
.AnyTagClassName
{
color: #478FDA;
}
</style>
background-color css
<style>
a { background-color: #478FDA; }
a { background-color: rgb(71,143,218); }
div.DivClassName
{
background-color: #478FDA;
}
.BgClassName
{
background-color: #478FDA;
}
</style>
border-color css
<style>
span { border-color: #478FDA; }
span { border-color: rgb(71,143,218); }
td.TdClassName
{
border-color: #478FDA;
}
.TagClassName
{
border-color: #478FDA;
}
</style>