Shades of Picton Blue #479FCF
Tints of Picton Blue #479FCF
RGB
CMYK
RGB Variations
Color information
#479FCF (or 0x479FCF) is known color: Picton Blue. HEX triplet: 47, 9F and CF. RGB value is (71,159,207). Sum of RGB (Red+Green+Blue) = 71+159+207=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #479FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FCF is #B86030. Grayscale: #898989. Windows color (decimal): -12083249 or 13606727. OLE color: 13606727.
HSL color Cylindrical-coordinate representation of color #479FCF: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479FCF is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 159 | 207 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.19 |
| HSL | 201.18º | 0.59% | 0.55% | - |
| HSV(B) | 201.18º | 0.66% | 0.81% | - |
| XYZ | 26.26 | 30.64 | 63.56 | - |
| YUV | 138.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 207 | 0.66 | 0.23 | 0 | 0.19 | 201.18 | 0.59 | 0.55 |
| Hex | 47 | 9F | CF | 42 | 17 | 0 | 13 | C9 | 3B | 37 |
| Octal | 107 | 237 | 317 | 102 | 27 | 0 | 23 | 311 | 73 | 67 |
| Binary | 1000111 | 10011111 | 11001111 | 1000010 | 10111 | 0 | 10011 | 11001001 | 111011 | 110111 |
Color Harmonies of #479FCF
Complementary color
Monochromatic Colors of #479FCF
Black with #479FCF
Text Example
Text Example
White with #479FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FCF; }
p { color: rgb(71,159,207); }
H1.HeaderClassName
{
color: #479FCF;
}
.AnyTagClassName
{
color: #479FCF;
}
</style>
background-color css
<style>
a { background-color: #479FCF; }
a { background-color: rgb(71,159,207); }
div.DivClassName
{
background-color: #479FCF;
}
.BgClassName
{
background-color: #479FCF;
}
</style>
border-color css
<style>
span { border-color: #479FCF; }
span { border-color: rgb(71,159,207); }
td.TdClassName
{
border-color: #479FCF;
}
.TagClassName
{
border-color: #479FCF;
}
</style>