Shades of Picton Blue #479CCF
Tints of Picton Blue #479CCF
RGB
CMYK
RGB Variations
Color information
#479CCF (or 0x479CCF) is known color: Picton Blue. HEX triplet: 47, 9C and CF. RGB value is (71,156,207). Sum of RGB (Red+Green+Blue) = 71+156+207=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #479CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CCF is #B86330. Grayscale: #888888. Windows color (decimal): -12084017 or 13605959. OLE color: 13605959.
HSL color Cylindrical-coordinate representation of color #479CCF: hue angle of 202.5º 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 #479CCF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 156 | 207 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.19 |
| HSL | 202.5º | 0.59% | 0.55% | - |
| HSV(B) | 202.5º | 0.66% | 0.81% | - |
| XYZ | 25.75 | 29.62 | 63.39 | - |
| YUV | 136.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 207 | 0.66 | 0.25 | 0 | 0.19 | 202.5 | 0.59 | 0.55 |
| Hex | 47 | 9C | CF | 42 | 19 | 0 | 13 | CA | 3B | 37 |
| Octal | 107 | 234 | 317 | 102 | 31 | 0 | 23 | 312 | 73 | 67 |
| Binary | 1000111 | 10011100 | 11001111 | 1000010 | 11001 | 0 | 10011 | 11001010 | 111011 | 110111 |
Color Harmonies of #479CCF
Complementary color
Monochromatic Colors of #479CCF
Black with #479CCF
Text Example
Text Example
White with #479CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CCF; }
p { color: rgb(71,156,207); }
H1.HeaderClassName
{
color: #479CCF;
}
.AnyTagClassName
{
color: #479CCF;
}
</style>
background-color css
<style>
a { background-color: #479CCF; }
a { background-color: rgb(71,156,207); }
div.DivClassName
{
background-color: #479CCF;
}
.BgClassName
{
background-color: #479CCF;
}
</style>
border-color css
<style>
span { border-color: #479CCF; }
span { border-color: rgb(71,156,207); }
td.TdClassName
{
border-color: #479CCF;
}
.TagClassName
{
border-color: #479CCF;
}
</style>