Shades of Picton Blue #478CDC
Tints of Picton Blue #478CDC
RGB
CMYK
RGB Variations
Color information
#478CDC (or 0x478CDC) is known color: Picton Blue. HEX triplet: 47, 8C and DC. RGB value is (71,140,220). Sum of RGB (Red+Green+Blue) = 71+140+220=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #478CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CDC is #B87323. Grayscale: #808080. Windows color (decimal): -12088100 or 14453831. OLE color: 14453831.
HSL color Cylindrical-coordinate representation of color #478CDC: hue angle of 212.21º degrees, saturation: 0.68, 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 #478CDC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 140 | 220 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.14 |
| HSL | 212.21º | 0.68% | 0.57% | - |
| HSV(B) | 212.21º | 0.68% | 0.86% | - |
| XYZ | 24.89 | 25.26 | 71.27 | - |
| YUV | 128.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 220 | 0.68 | 0.36 | 0 | 0.14 | 212.21 | 0.68 | 0.57 |
| Hex | 47 | 8C | DC | 44 | 24 | 0 | E | D4 | 44 | 39 |
| Octal | 107 | 214 | 334 | 104 | 44 | 0 | 16 | 324 | 104 | 71 |
| Binary | 1000111 | 10001100 | 11011100 | 1000100 | 100100 | 0 | 1110 | 11010100 | 1000100 | 111001 |
Color Harmonies of #478CDC
Complementary color
Monochromatic Colors of #478CDC
Black with #478CDC
Text Example
Text Example
White with #478CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CDC; }
p { color: rgb(71,140,220); }
H1.HeaderClassName
{
color: #478CDC;
}
.AnyTagClassName
{
color: #478CDC;
}
</style>
background-color css
<style>
a { background-color: #478CDC; }
a { background-color: rgb(71,140,220); }
div.DivClassName
{
background-color: #478CDC;
}
.BgClassName
{
background-color: #478CDC;
}
</style>
border-color css
<style>
span { border-color: #478CDC; }
span { border-color: rgb(71,140,220); }
td.TdClassName
{
border-color: #478CDC;
}
.TagClassName
{
border-color: #478CDC;
}
</style>