Shades of Picton Blue #478DDA
Tints of Picton Blue #478DDA
RGB
CMYK
RGB Variations
Color information
#478DDA (or 0x478DDA) is known color: Picton Blue. HEX triplet: 47, 8D and DA. RGB value is (71,141,218). Sum of RGB (Red+Green+Blue) = 71+141+218=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #478DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DDA is #B87225. Grayscale: #808080. Windows color (decimal): -12087846 or 14323015. OLE color: 14323015.
HSL color Cylindrical-coordinate representation of color #478DDA: hue angle of 211.43º 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 #478DDA is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 141 | 218 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.15 |
| HSL | 211.43º | 0.67% | 0.57% | - |
| HSV(B) | 211.43º | 0.67% | 0.85% | - |
| XYZ | 24.78 | 25.45 | 69.94 | - |
| YUV | 128.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 218 | 0.67 | 0.35 | 0 | 0.15 | 211.43 | 0.67 | 0.57 |
| Hex | 47 | 8D | DA | 43 | 23 | 0 | F | D3 | 43 | 39 |
| Octal | 107 | 215 | 332 | 103 | 43 | 0 | 17 | 323 | 103 | 71 |
| Binary | 1000111 | 10001101 | 11011010 | 1000011 | 100011 | 0 | 1111 | 11010011 | 1000011 | 111001 |
Color Harmonies of #478DDA
Complementary color
Monochromatic Colors of #478DDA
Black with #478DDA
Text Example
Text Example
White with #478DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DDA; }
p { color: rgb(71,141,218); }
H1.HeaderClassName
{
color: #478DDA;
}
.AnyTagClassName
{
color: #478DDA;
}
</style>
background-color css
<style>
a { background-color: #478DDA; }
a { background-color: rgb(71,141,218); }
div.DivClassName
{
background-color: #478DDA;
}
.BgClassName
{
background-color: #478DDA;
}
</style>
border-color css
<style>
span { border-color: #478DDA; }
span { border-color: rgb(71,141,218); }
td.TdClassName
{
border-color: #478DDA;
}
.TagClassName
{
border-color: #478DDA;
}
</style>