Shades of Picton Blue #479CDF
Tints of Picton Blue #479CDF
RGB
CMYK
RGB Variations
Color information
#479CDF (or 0x479CDF) is known color: Picton Blue. HEX triplet: 47, 9C and DF. RGB value is (71,156,223). Sum of RGB (Red+Green+Blue) = 71+156+223=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #479CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CDF is #B86320. Grayscale: #898989. Windows color (decimal): -12084001 or 14654535. OLE color: 14654535.
HSL color Cylindrical-coordinate representation of color #479CDF: hue angle of 206.45º 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 #479CDF is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 156 | 223 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.45º | 0.7% | 0.58% | - |
| HSV(B) | 206.45º | 0.68% | 0.87% | - |
| XYZ | 27.81 | 30.44 | 74.22 | - |
| YUV | 138.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 223 | 0.68 | 0.30 | 0 | 0.13 | 206.45 | 0.7 | 0.58 |
| Hex | 47 | 9C | DF | 44 | 1E | 0 | D | CE | 46 | 3A |
| Octal | 107 | 234 | 337 | 104 | 36 | 0 | 15 | 316 | 106 | 72 |
| Binary | 1000111 | 10011100 | 11011111 | 1000100 | 11110 | 0 | 1101 | 11001110 | 1000110 | 111010 |
Color Harmonies of #479CDF
Complementary color
Monochromatic Colors of #479CDF
Black with #479CDF
Text Example
Text Example
White with #479CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CDF; }
p { color: rgb(71,156,223); }
H1.HeaderClassName
{
color: #479CDF;
}
.AnyTagClassName
{
color: #479CDF;
}
</style>
background-color css
<style>
a { background-color: #479CDF; }
a { background-color: rgb(71,156,223); }
div.DivClassName
{
background-color: #479CDF;
}
.BgClassName
{
background-color: #479CDF;
}
</style>
border-color css
<style>
span { border-color: #479CDF; }
span { border-color: rgb(71,156,223); }
td.TdClassName
{
border-color: #479CDF;
}
.TagClassName
{
border-color: #479CDF;
}
</style>