Shades of Picton Blue #478DDC
Tints of Picton Blue #478DDC
RGB
CMYK
RGB Variations
Color information
#478DDC (or 0x478DDC) is known color: Picton Blue. HEX triplet: 47, 8D and DC. RGB value is (71,141,220). Sum of RGB (Red+Green+Blue) = 71+141+220=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #478DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DDC is #B87223. Grayscale: #808080. Windows color (decimal): -12087844 or 14454087. OLE color: 14454087.
HSL color Cylindrical-coordinate representation of color #478DDC: hue angle of 211.81º 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 #478DDC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 141 | 220 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.14 |
| HSL | 211.81º | 0.68% | 0.57% | - |
| HSV(B) | 211.81º | 0.68% | 0.86% | - |
| XYZ | 25.04 | 25.56 | 71.32 | - |
| YUV | 129.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 220 | 0.68 | 0.36 | 0 | 0.14 | 211.81 | 0.68 | 0.57 |
| Hex | 47 | 8D | DC | 44 | 24 | 0 | E | D4 | 44 | 39 |
| Octal | 107 | 215 | 334 | 104 | 44 | 0 | 16 | 324 | 104 | 71 |
| Binary | 1000111 | 10001101 | 11011100 | 1000100 | 100100 | 0 | 1110 | 11010100 | 1000100 | 111001 |
Color Harmonies of #478DDC
Complementary color
Monochromatic Colors of #478DDC
Black with #478DDC
Text Example
Text Example
White with #478DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DDC; }
p { color: rgb(71,141,220); }
H1.HeaderClassName
{
color: #478DDC;
}
.AnyTagClassName
{
color: #478DDC;
}
</style>
background-color css
<style>
a { background-color: #478DDC; }
a { background-color: rgb(71,141,220); }
div.DivClassName
{
background-color: #478DDC;
}
.BgClassName
{
background-color: #478DDC;
}
</style>
border-color css
<style>
span { border-color: #478DDC; }
span { border-color: rgb(71,141,220); }
td.TdClassName
{
border-color: #478DDC;
}
.TagClassName
{
border-color: #478DDC;
}
</style>