Shades of Picton Blue #47A0DB
Tints of Picton Blue #47A0DB
RGB
CMYK
RGB Variations
Color information
#47A0DB (or 0x47A0DB) is known color: Picton Blue. HEX triplet: 47, A0 and DB. RGB value is (71,160,219). Sum of RGB (Red+Green+Blue) = 71+160+219=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #47A0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0DB is #B85F24. Grayscale: #8B8B8B. Windows color (decimal): -12082981 or 14393415. OLE color: 14393415.
HSL color Cylindrical-coordinate representation of color #47A0DB: hue angle of 203.92º degrees, saturation: 0.67, 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 #47A0DB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 160 | 219 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.14 |
| HSL | 203.92º | 0.67% | 0.57% | - |
| HSV(B) | 203.92º | 0.68% | 0.86% | - |
| XYZ | 27.96 | 31.6 | 71.64 | - |
| YUV | 140.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 219 | 0.68 | 0.27 | 0 | 0.14 | 203.92 | 0.67 | 0.57 |
| Hex | 47 | A0 | DB | 44 | 1B | 0 | E | CC | 43 | 39 |
| Octal | 107 | 240 | 333 | 104 | 33 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1000111 | 10100000 | 11011011 | 1000100 | 11011 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #47A0DB
Complementary color
Monochromatic Colors of #47A0DB
Black with #47A0DB
Text Example
Text Example
White with #47A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A0DB; }
p { color: rgb(71,160,219); }
H1.HeaderClassName
{
color: #47A0DB;
}
.AnyTagClassName
{
color: #47A0DB;
}
</style>
background-color css
<style>
a { background-color: #47A0DB; }
a { background-color: rgb(71,160,219); }
div.DivClassName
{
background-color: #47A0DB;
}
.BgClassName
{
background-color: #47A0DB;
}
</style>
border-color css
<style>
span { border-color: #47A0DB; }
span { border-color: rgb(71,160,219); }
td.TdClassName
{
border-color: #47A0DB;
}
.TagClassName
{
border-color: #47A0DB;
}
</style>