Shades of Picton Blue #478CDF
Tints of Picton Blue #478CDF
RGB
CMYK
RGB Variations
Color information
#478CDF (or 0x478CDF) is known color: Picton Blue. HEX triplet: 47, 8C and DF. RGB value is (71,140,223). Sum of RGB (Red+Green+Blue) = 71+140+223=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #478CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CDF is #B87320. Grayscale: #808080. Windows color (decimal): -12088097 or 14650439. OLE color: 14650439.
HSL color Cylindrical-coordinate representation of color #478CDF: hue angle of 212.76º 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 #478CDF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 140 | 223 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.13 |
| HSL | 212.76º | 0.7% | 0.58% | - |
| HSV(B) | 212.76º | 0.68% | 0.87% | - |
| XYZ | 25.3 | 25.42 | 73.39 | - |
| YUV | 128.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 223 | 0.68 | 0.37 | 0 | 0.13 | 212.76 | 0.7 | 0.58 |
| Hex | 47 | 8C | DF | 44 | 25 | 0 | D | D5 | 46 | 3A |
| Octal | 107 | 214 | 337 | 104 | 45 | 0 | 15 | 325 | 106 | 72 |
| Binary | 1000111 | 10001100 | 11011111 | 1000100 | 100101 | 0 | 1101 | 11010101 | 1000110 | 111010 |
Color Harmonies of #478CDF
Complementary color
Monochromatic Colors of #478CDF
Black with #478CDF
Text Example
Text Example
White with #478CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CDF; }
p { color: rgb(71,140,223); }
H1.HeaderClassName
{
color: #478CDF;
}
.AnyTagClassName
{
color: #478CDF;
}
</style>
background-color css
<style>
a { background-color: #478CDF; }
a { background-color: rgb(71,140,223); }
div.DivClassName
{
background-color: #478CDF;
}
.BgClassName
{
background-color: #478CDF;
}
</style>
border-color css
<style>
span { border-color: #478CDF; }
span { border-color: rgb(71,140,223); }
td.TdClassName
{
border-color: #478CDF;
}
.TagClassName
{
border-color: #478CDF;
}
</style>