Shades of Picton Blue #479CDC
Tints of Picton Blue #479CDC
RGB
CMYK
RGB Variations
Color information
#479CDC (or 0x479CDC) is known color: Picton Blue. HEX triplet: 47, 9C and DC. RGB value is (71,156,220). Sum of RGB (Red+Green+Blue) = 71+156+220=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #479CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CDC is #B86323. Grayscale: #898989. Windows color (decimal): -12084004 or 14457927. OLE color: 14457927.
HSL color Cylindrical-coordinate representation of color #479CDC: hue angle of 205.77º degrees, saturation: 0.68, 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 #479CDC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 156 | 220 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.14 |
| HSL | 205.77º | 0.68% | 0.57% | - |
| HSV(B) | 205.77º | 0.68% | 0.86% | - |
| XYZ | 27.41 | 30.28 | 72.11 | - |
| YUV | 137.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 220 | 0.68 | 0.29 | 0 | 0.14 | 205.77 | 0.68 | 0.57 |
| Hex | 47 | 9C | DC | 44 | 1D | 0 | E | CE | 44 | 39 |
| Octal | 107 | 234 | 334 | 104 | 35 | 0 | 16 | 316 | 104 | 71 |
| Binary | 1000111 | 10011100 | 11011100 | 1000100 | 11101 | 0 | 1110 | 11001110 | 1000100 | 111001 |
Color Harmonies of #479CDC
Complementary color
Monochromatic Colors of #479CDC
Black with #479CDC
Text Example
Text Example
White with #479CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CDC; }
p { color: rgb(71,156,220); }
H1.HeaderClassName
{
color: #479CDC;
}
.AnyTagClassName
{
color: #479CDC;
}
</style>
background-color css
<style>
a { background-color: #479CDC; }
a { background-color: rgb(71,156,220); }
div.DivClassName
{
background-color: #479CDC;
}
.BgClassName
{
background-color: #479CDC;
}
</style>
border-color css
<style>
span { border-color: #479CDC; }
span { border-color: rgb(71,156,220); }
td.TdClassName
{
border-color: #479CDC;
}
.TagClassName
{
border-color: #479CDC;
}
</style>