Shades of Picton Blue #479DCC
Tints of Picton Blue #479DCC
RGB
CMYK
RGB Variations
Color information
#479DCC (or 0x479DCC) is known color: Picton Blue. HEX triplet: 47, 9D and CC. RGB value is (71,157,204). Sum of RGB (Red+Green+Blue) = 71+157+204=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #479DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DCC is #B86233. Grayscale: #888888. Windows color (decimal): -12083764 or 13409607. OLE color: 13409607.
HSL color Cylindrical-coordinate representation of color #479DCC: hue angle of 201.2º 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 #479DCC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 157 | 204 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.2 |
| HSL | 201.2º | 0.57% | 0.54% | - |
| HSV(B) | 201.2º | 0.65% | 0.8% | - |
| XYZ | 25.55 | 29.81 | 61.53 | - |
| YUV | 136.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 204 | 0.65 | 0.23 | 0 | 0.2 | 201.2 | 0.57 | 0.54 |
| Hex | 47 | 9D | CC | 41 | 17 | 0 | 14 | C9 | 39 | 36 |
| Octal | 107 | 235 | 314 | 101 | 27 | 0 | 24 | 311 | 71 | 66 |
| Binary | 1000111 | 10011101 | 11001100 | 1000001 | 10111 | 0 | 10100 | 11001001 | 111001 | 110110 |
Color Harmonies of #479DCC
Complementary color
Monochromatic Colors of #479DCC
Black with #479DCC
Text Example
Text Example
White with #479DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DCC; }
p { color: rgb(71,157,204); }
H1.HeaderClassName
{
color: #479DCC;
}
.AnyTagClassName
{
color: #479DCC;
}
</style>
background-color css
<style>
a { background-color: #479DCC; }
a { background-color: rgb(71,157,204); }
div.DivClassName
{
background-color: #479DCC;
}
.BgClassName
{
background-color: #479DCC;
}
</style>
border-color css
<style>
span { border-color: #479DCC; }
span { border-color: rgb(71,157,204); }
td.TdClassName
{
border-color: #479DCC;
}
.TagClassName
{
border-color: #479DCC;
}
</style>