Shades of Picton Blue #479BD7
Tints of Picton Blue #479BD7
RGB
CMYK
RGB Variations
Color information
#479BD7 (or 0x479BD7) is known color: Picton Blue. HEX triplet: 47, 9B and D7. RGB value is (71,155,215). Sum of RGB (Red+Green+Blue) = 71+155+215=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #479BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BD7 is #B86428. Grayscale: #888888. Windows color (decimal): -12084265 or 14129991. OLE color: 14129991.
HSL color Cylindrical-coordinate representation of color #479BD7: hue angle of 205º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479BD7 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 155 | 215 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.16 |
| HSL | 205º | 0.64% | 0.56% | - |
| HSV(B) | 205º | 0.67% | 0.84% | - |
| XYZ | 26.59 | 29.69 | 68.62 | - |
| YUV | 136.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 215 | 0.67 | 0.28 | 0 | 0.16 | 205 | 0.64 | 0.56 |
| Hex | 47 | 9B | D7 | 43 | 1C | 0 | 10 | CD | 40 | 38 |
| Octal | 107 | 233 | 327 | 103 | 34 | 0 | 20 | 315 | 100 | 70 |
| Binary | 1000111 | 10011011 | 11010111 | 1000011 | 11100 | 0 | 10000 | 11001101 | 1000000 | 111000 |
Color Harmonies of #479BD7
Complementary color
Monochromatic Colors of #479BD7
Black with #479BD7
Text Example
Text Example
White with #479BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BD7; }
p { color: rgb(71,155,215); }
H1.HeaderClassName
{
color: #479BD7;
}
.AnyTagClassName
{
color: #479BD7;
}
</style>
background-color css
<style>
a { background-color: #479BD7; }
a { background-color: rgb(71,155,215); }
div.DivClassName
{
background-color: #479BD7;
}
.BgClassName
{
background-color: #479BD7;
}
</style>
border-color css
<style>
span { border-color: #479BD7; }
span { border-color: rgb(71,155,215); }
td.TdClassName
{
border-color: #479BD7;
}
.TagClassName
{
border-color: #479BD7;
}
</style>