Shades of Picton Blue #479CCD
Tints of Picton Blue #479CCD
RGB
CMYK
RGB Variations
Color information
#479CCD (or 0x479CCD) is known color: Picton Blue. HEX triplet: 47, 9C and CD. RGB value is (71,156,205). Sum of RGB (Red+Green+Blue) = 71+156+205=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #479CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CCD is #B86332. Grayscale: #878787. Windows color (decimal): -12084019 or 13474887. OLE color: 13474887.
HSL color Cylindrical-coordinate representation of color #479CCD: hue angle of 201.94º 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 #479CCD is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 156 | 205 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.20 |
| HSL | 201.94º | 0.57% | 0.54% | - |
| HSV(B) | 201.94º | 0.65% | 0.8% | - |
| XYZ | 25.51 | 29.52 | 62.11 | - |
| YUV | 136.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 205 | 0.65 | 0.24 | 0 | 0.20 | 201.94 | 0.57 | 0.54 |
| Hex | 47 | 9C | CD | 41 | 18 | 0 | 14 | CA | 39 | 36 |
| Octal | 107 | 234 | 315 | 101 | 30 | 0 | 24 | 312 | 71 | 66 |
| Binary | 1000111 | 10011100 | 11001101 | 1000001 | 11000 | 0 | 10100 | 11001010 | 111001 | 110110 |
Color Harmonies of #479CCD
Complementary color
Monochromatic Colors of #479CCD
Black with #479CCD
Text Example
Text Example
White with #479CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CCD; }
p { color: rgb(71,156,205); }
H1.HeaderClassName
{
color: #479CCD;
}
.AnyTagClassName
{
color: #479CCD;
}
</style>
background-color css
<style>
a { background-color: #479CCD; }
a { background-color: rgb(71,156,205); }
div.DivClassName
{
background-color: #479CCD;
}
.BgClassName
{
background-color: #479CCD;
}
</style>
border-color css
<style>
span { border-color: #479CCD; }
span { border-color: rgb(71,156,205); }
td.TdClassName
{
border-color: #479CCD;
}
.TagClassName
{
border-color: #479CCD;
}
</style>