Shades of Picton Blue #479CE0
Tints of Picton Blue #479CE0
RGB
CMYK
RGB Variations
Color information
#479CE0 (or 0x479CE0) is known color: Picton Blue. HEX triplet: 47, 9C and E0. RGB value is (71,156,224). Sum of RGB (Red+Green+Blue) = 71+156+224=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #479CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CE0 is #B8631F. Grayscale: #898989. Windows color (decimal): -12084000 or 14720071. OLE color: 14720071.
HSL color Cylindrical-coordinate representation of color #479CE0: hue angle of 206.67º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479CE0 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 156 | 224 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.12 |
| HSL | 206.67º | 0.71% | 0.58% | - |
| HSV(B) | 206.67º | 0.68% | 0.88% | - |
| XYZ | 27.94 | 30.5 | 74.94 | - |
| YUV | 138.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 224 | 0.68 | 0.30 | 0 | 0.12 | 206.67 | 0.71 | 0.58 |
| Hex | 47 | 9C | E0 | 44 | 1E | 0 | C | CF | 47 | 3A |
| Octal | 107 | 234 | 340 | 104 | 36 | 0 | 14 | 317 | 107 | 72 |
| Binary | 1000111 | 10011100 | 11100000 | 1000100 | 11110 | 0 | 1100 | 11001111 | 1000111 | 111010 |
Color Harmonies of #479CE0
Complementary color
Monochromatic Colors of #479CE0
Black with #479CE0
Text Example
Text Example
White with #479CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CE0; }
p { color: rgb(71,156,224); }
H1.HeaderClassName
{
color: #479CE0;
}
.AnyTagClassName
{
color: #479CE0;
}
</style>
background-color css
<style>
a { background-color: #479CE0; }
a { background-color: rgb(71,156,224); }
div.DivClassName
{
background-color: #479CE0;
}
.BgClassName
{
background-color: #479CE0;
}
</style>
border-color css
<style>
span { border-color: #479CE0; }
span { border-color: rgb(71,156,224); }
td.TdClassName
{
border-color: #479CE0;
}
.TagClassName
{
border-color: #479CE0;
}
</style>