Shades of Picton Blue #479EC8
Tints of Picton Blue #479EC8
RGB
CMYK
RGB Variations
Color information
#479EC8 (or 0x479EC8) is known color: Picton Blue. HEX triplet: 47, 9E and C8. RGB value is (71,158,200). Sum of RGB (Red+Green+Blue) = 71+158+200=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #479EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EC8 is #B86137. Grayscale: #888888. Windows color (decimal): -12083512 or 13147719. OLE color: 13147719.
HSL color Cylindrical-coordinate representation of color #479EC8: hue angle of 199.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479EC8 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 158 | 200 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.22 |
| HSL | 199.53º | 0.54% | 0.53% | - |
| HSV(B) | 199.53º | 0.65% | 0.78% | - |
| XYZ | 25.25 | 29.96 | 59.1 | - |
| YUV | 136.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 200 | 0.64 | 0.21 | 0 | 0.22 | 199.53 | 0.54 | 0.53 |
| Hex | 47 | 9E | C8 | 40 | 15 | 0 | 16 | C8 | 36 | 35 |
| Octal | 107 | 236 | 310 | 100 | 25 | 0 | 26 | 310 | 66 | 65 |
| Binary | 1000111 | 10011110 | 11001000 | 1000000 | 10101 | 0 | 10110 | 11001000 | 110110 | 110101 |
Color Harmonies of #479EC8
Complementary color
Monochromatic Colors of #479EC8
Black with #479EC8
Text Example
Text Example
White with #479EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479EC8; }
p { color: rgb(71,158,200); }
H1.HeaderClassName
{
color: #479EC8;
}
.AnyTagClassName
{
color: #479EC8;
}
</style>
background-color css
<style>
a { background-color: #479EC8; }
a { background-color: rgb(71,158,200); }
div.DivClassName
{
background-color: #479EC8;
}
.BgClassName
{
background-color: #479EC8;
}
</style>
border-color css
<style>
span { border-color: #479EC8; }
span { border-color: rgb(71,158,200); }
td.TdClassName
{
border-color: #479EC8;
}
.TagClassName
{
border-color: #479EC8;
}
</style>