Shades of Picton Blue #479ACF
Tints of Picton Blue #479ACF
RGB
CMYK
RGB Variations
Color information
#479ACF (or 0x479ACF) is known color: Picton Blue. HEX triplet: 47, 9A and CF. RGB value is (71,154,207). Sum of RGB (Red+Green+Blue) = 71+154+207=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #479ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ACF is #B86530. Grayscale: #868686. Windows color (decimal): -12084529 or 13605447. OLE color: 13605447.
HSL color Cylindrical-coordinate representation of color #479ACF: hue angle of 203.38º 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 #479ACF is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 154 | 207 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.19 |
| HSL | 203.38º | 0.59% | 0.55% | - |
| HSV(B) | 203.38º | 0.66% | 0.81% | - |
| XYZ | 25.42 | 28.96 | 63.28 | - |
| YUV | 135.23 | 168.5 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 207 | 0.66 | 0.26 | 0 | 0.19 | 203.38 | 0.59 | 0.55 |
| Hex | 47 | 9A | CF | 42 | 1A | 0 | 13 | CB | 3B | 37 |
| Octal | 107 | 232 | 317 | 102 | 32 | 0 | 23 | 313 | 73 | 67 |
| Binary | 1000111 | 10011010 | 11001111 | 1000010 | 11010 | 0 | 10011 | 11001011 | 111011 | 110111 |
Color Harmonies of #479ACF
Complementary color
Monochromatic Colors of #479ACF
Black with #479ACF
Text Example
Text Example
White with #479ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ACF; }
p { color: rgb(71,154,207); }
H1.HeaderClassName
{
color: #479ACF;
}
.AnyTagClassName
{
color: #479ACF;
}
</style>
background-color css
<style>
a { background-color: #479ACF; }
a { background-color: rgb(71,154,207); }
div.DivClassName
{
background-color: #479ACF;
}
.BgClassName
{
background-color: #479ACF;
}
</style>
border-color css
<style>
span { border-color: #479ACF; }
span { border-color: rgb(71,154,207); }
td.TdClassName
{
border-color: #479ACF;
}
.TagClassName
{
border-color: #479ACF;
}
</style>