Shades of Picton Blue #479ADC
Tints of Picton Blue #479ADC
RGB
CMYK
RGB Variations
Color information
#479ADC (or 0x479ADC) is known color: Picton Blue. HEX triplet: 47, 9A and DC. RGB value is (71,154,220). Sum of RGB (Red+Green+Blue) = 71+154+220=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #479ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ADC is #B86523. Grayscale: #888888. Windows color (decimal): -12084516 or 14457415. OLE color: 14457415.
HSL color Cylindrical-coordinate representation of color #479ADC: hue angle of 206.58º 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 #479ADC is Cyan = 0.68, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 154 | 220 | - |
| CMYK | 0.68 | 0.3 | 0 | 0.14 |
| HSL | 206.58º | 0.68% | 0.57% | - |
| HSV(B) | 206.58º | 0.68% | 0.86% | - |
| XYZ | 27.07 | 29.62 | 72 | - |
| YUV | 136.71 | 175 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 220 | 0.68 | 0.3 | 0 | 0.14 | 206.58 | 0.68 | 0.57 |
| Hex | 47 | 9A | DC | 44 | 1E | 0 | E | CF | 44 | 39 |
| Octal | 107 | 232 | 334 | 104 | 36 | 0 | 16 | 317 | 104 | 71 |
| Binary | 1000111 | 10011010 | 11011100 | 1000100 | 11110 | 0 | 1110 | 11001111 | 1000100 | 111001 |
Color Harmonies of #479ADC
Complementary color
Monochromatic Colors of #479ADC
Black with #479ADC
Text Example
Text Example
White with #479ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ADC; }
p { color: rgb(71,154,220); }
H1.HeaderClassName
{
color: #479ADC;
}
.AnyTagClassName
{
color: #479ADC;
}
</style>
background-color css
<style>
a { background-color: #479ADC; }
a { background-color: rgb(71,154,220); }
div.DivClassName
{
background-color: #479ADC;
}
.BgClassName
{
background-color: #479ADC;
}
</style>
border-color css
<style>
span { border-color: #479ADC; }
span { border-color: rgb(71,154,220); }
td.TdClassName
{
border-color: #479ADC;
}
.TagClassName
{
border-color: #479ADC;
}
</style>