Shades of Picton Blue #479ACC
Tints of Picton Blue #479ACC
RGB
CMYK
RGB Variations
Color information
#479ACC (or 0x479ACC) is known color: Picton Blue. HEX triplet: 47, 9A and CC. RGB value is (71,154,204). Sum of RGB (Red+Green+Blue) = 71+154+204=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #479ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ACC is #B86533. Grayscale: #868686. Windows color (decimal): -12084532 or 13408839. OLE color: 13408839.
HSL color Cylindrical-coordinate representation of color #479ACC: hue angle of 202.56º 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 #479ACC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 154 | 204 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.2 |
| HSL | 202.56º | 0.57% | 0.54% | - |
| HSV(B) | 202.56º | 0.65% | 0.8% | - |
| XYZ | 25.05 | 28.81 | 61.37 | - |
| YUV | 134.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 204 | 0.65 | 0.25 | 0 | 0.2 | 202.56 | 0.57 | 0.54 |
| Hex | 47 | 9A | CC | 41 | 19 | 0 | 14 | CB | 39 | 36 |
| Octal | 107 | 232 | 314 | 101 | 31 | 0 | 24 | 313 | 71 | 66 |
| Binary | 1000111 | 10011010 | 11001100 | 1000001 | 11001 | 0 | 10100 | 11001011 | 111001 | 110110 |
Color Harmonies of #479ACC
Complementary color
Monochromatic Colors of #479ACC
Black with #479ACC
Text Example
Text Example
White with #479ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ACC; }
p { color: rgb(71,154,204); }
H1.HeaderClassName
{
color: #479ACC;
}
.AnyTagClassName
{
color: #479ACC;
}
</style>
background-color css
<style>
a { background-color: #479ACC; }
a { background-color: rgb(71,154,204); }
div.DivClassName
{
background-color: #479ACC;
}
.BgClassName
{
background-color: #479ACC;
}
</style>
border-color css
<style>
span { border-color: #479ACC; }
span { border-color: rgb(71,154,204); }
td.TdClassName
{
border-color: #479ACC;
}
.TagClassName
{
border-color: #479ACC;
}
</style>