Shades of Picton Blue #479DCD
Tints of Picton Blue #479DCD
RGB
CMYK
RGB Variations
Color information
#479DCD (or 0x479DCD) is known color: Picton Blue. HEX triplet: 47, 9D and CD. RGB value is (71,157,205). Sum of RGB (Red+Green+Blue) = 71+157+205=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #479DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DCD is #B86232. Grayscale: #888888. Windows color (decimal): -12083763 or 13475143. OLE color: 13475143.
HSL color Cylindrical-coordinate representation of color #479DCD: hue angle of 201.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479DCD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 157 | 205 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.20 |
| HSL | 201.49º | 0.57% | 0.54% | - |
| HSV(B) | 201.49º | 0.65% | 0.8% | - |
| XYZ | 25.67 | 29.86 | 62.17 | - |
| YUV | 136.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 205 | 0.65 | 0.23 | 0 | 0.20 | 201.49 | 0.57 | 0.54 |
| Hex | 47 | 9D | CD | 41 | 17 | 0 | 14 | C9 | 39 | 36 |
| Octal | 107 | 235 | 315 | 101 | 27 | 0 | 24 | 311 | 71 | 66 |
| Binary | 1000111 | 10011101 | 11001101 | 1000001 | 10111 | 0 | 10100 | 11001001 | 111001 | 110110 |
Color Harmonies of #479DCD
Complementary color
Monochromatic Colors of #479DCD
Black with #479DCD
Text Example
Text Example
White with #479DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DCD; }
p { color: rgb(71,157,205); }
H1.HeaderClassName
{
color: #479DCD;
}
.AnyTagClassName
{
color: #479DCD;
}
</style>
background-color css
<style>
a { background-color: #479DCD; }
a { background-color: rgb(71,157,205); }
div.DivClassName
{
background-color: #479DCD;
}
.BgClassName
{
background-color: #479DCD;
}
</style>
border-color css
<style>
span { border-color: #479DCD; }
span { border-color: rgb(71,157,205); }
td.TdClassName
{
border-color: #479DCD;
}
.TagClassName
{
border-color: #479DCD;
}
</style>