Shades of Picton Blue #478DDD
Tints of Picton Blue #478DDD
RGB
CMYK
RGB Variations
Color information
#478DDD (or 0x478DDD) is known color: Picton Blue. HEX triplet: 47, 8D and DD. RGB value is (71,141,221). Sum of RGB (Red+Green+Blue) = 71+141+221=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #478DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DDD is #B87222. Grayscale: #808080. Windows color (decimal): -12087843 or 14519623. OLE color: 14519623.
HSL color Cylindrical-coordinate representation of color #478DDD: hue angle of 212º degrees, saturation: 0.69, 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 #478DDD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 141 | 221 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.13 |
| HSL | 212º | 0.69% | 0.57% | - |
| HSV(B) | 212º | 0.68% | 0.87% | - |
| XYZ | 25.17 | 25.61 | 72.02 | - |
| YUV | 129.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 221 | 0.68 | 0.36 | 0 | 0.13 | 212 | 0.69 | 0.57 |
| Hex | 47 | 8D | DD | 44 | 24 | 0 | D | D4 | 45 | 39 |
| Octal | 107 | 215 | 335 | 104 | 44 | 0 | 15 | 324 | 105 | 71 |
| Binary | 1000111 | 10001101 | 11011101 | 1000100 | 100100 | 0 | 1101 | 11010100 | 1000101 | 111001 |
Color Harmonies of #478DDD
Complementary color
Monochromatic Colors of #478DDD
Black with #478DDD
Text Example
Text Example
White with #478DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DDD; }
p { color: rgb(71,141,221); }
H1.HeaderClassName
{
color: #478DDD;
}
.AnyTagClassName
{
color: #478DDD;
}
</style>
background-color css
<style>
a { background-color: #478DDD; }
a { background-color: rgb(71,141,221); }
div.DivClassName
{
background-color: #478DDD;
}
.BgClassName
{
background-color: #478DDD;
}
</style>
border-color css
<style>
span { border-color: #478DDD; }
span { border-color: rgb(71,141,221); }
td.TdClassName
{
border-color: #478DDD;
}
.TagClassName
{
border-color: #478DDD;
}
</style>