Shades of Picton Blue #47A0DE
Tints of Picton Blue #47A0DE
RGB
CMYK
RGB Variations
Color information
#47A0DE (or 0x47A0DE) is known color: Picton Blue. HEX triplet: 47, A0 and DE. RGB value is (71,160,222). Sum of RGB (Red+Green+Blue) = 71+160+222=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #47A0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0DE is #B85F21. Grayscale: #8C8C8C. Windows color (decimal): -12082978 or 14590023. OLE color: 14590023.
HSL color Cylindrical-coordinate representation of color #47A0DE: hue angle of 204.64º degrees, saturation: 0.7, 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 #47A0DE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 160 | 222 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.13 |
| HSL | 204.64º | 0.7% | 0.57% | - |
| HSV(B) | 204.64º | 0.68% | 0.87% | - |
| XYZ | 28.35 | 31.76 | 73.74 | - |
| YUV | 140.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 222 | 0.68 | 0.28 | 0 | 0.13 | 204.64 | 0.7 | 0.57 |
| Hex | 47 | A0 | DE | 44 | 1C | 0 | D | CD | 46 | 39 |
| Octal | 107 | 240 | 336 | 104 | 34 | 0 | 15 | 315 | 106 | 71 |
| Binary | 1000111 | 10100000 | 11011110 | 1000100 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111001 |
Color Harmonies of #47A0DE
Complementary color
Monochromatic Colors of #47A0DE
Black with #47A0DE
Text Example
Text Example
White with #47A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A0DE; }
p { color: rgb(71,160,222); }
H1.HeaderClassName
{
color: #47A0DE;
}
.AnyTagClassName
{
color: #47A0DE;
}
</style>
background-color css
<style>
a { background-color: #47A0DE; }
a { background-color: rgb(71,160,222); }
div.DivClassName
{
background-color: #47A0DE;
}
.BgClassName
{
background-color: #47A0DE;
}
</style>
border-color css
<style>
span { border-color: #47A0DE; }
span { border-color: rgb(71,160,222); }
td.TdClassName
{
border-color: #47A0DE;
}
.TagClassName
{
border-color: #47A0DE;
}
</style>