Shades of Picton Blue #479DDF
Tints of Picton Blue #479DDF
RGB
CMYK
RGB Variations
Color information
#479DDF (or 0x479DDF) is known color: Picton Blue. HEX triplet: 47, 9D and DF. RGB value is (71,157,223). Sum of RGB (Red+Green+Blue) = 71+157+223=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #479DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DDF is #B86220. Grayscale: #8A8A8A. Windows color (decimal): -12083745 or 14654791. OLE color: 14654791.
HSL color Cylindrical-coordinate representation of color #479DDF: hue angle of 206.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479DDF is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 157 | 223 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.05º | 0.7% | 0.58% | - |
| HSV(B) | 206.05º | 0.68% | 0.87% | - |
| XYZ | 27.97 | 30.78 | 74.28 | - |
| YUV | 138.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 223 | 0.68 | 0.30 | 0 | 0.13 | 206.05 | 0.7 | 0.58 |
| Hex | 47 | 9D | DF | 44 | 1E | 0 | D | CE | 46 | 3A |
| Octal | 107 | 235 | 337 | 104 | 36 | 0 | 15 | 316 | 106 | 72 |
| Binary | 1000111 | 10011101 | 11011111 | 1000100 | 11110 | 0 | 1101 | 11001110 | 1000110 | 111010 |
Color Harmonies of #479DDF
Complementary color
Monochromatic Colors of #479DDF
Black with #479DDF
Text Example
Text Example
White with #479DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DDF; }
p { color: rgb(71,157,223); }
H1.HeaderClassName
{
color: #479DDF;
}
.AnyTagClassName
{
color: #479DDF;
}
</style>
background-color css
<style>
a { background-color: #479DDF; }
a { background-color: rgb(71,157,223); }
div.DivClassName
{
background-color: #479DDF;
}
.BgClassName
{
background-color: #479DDF;
}
</style>
border-color css
<style>
span { border-color: #479DDF; }
span { border-color: rgb(71,157,223); }
td.TdClassName
{
border-color: #479DDF;
}
.TagClassName
{
border-color: #479DDF;
}
</style>