Shades of Picton Blue #479BDE
Tints of Picton Blue #479BDE
RGB
CMYK
RGB Variations
Color information
#479BDE (or 0x479BDE) is known color: Picton Blue. HEX triplet: 47, 9B and DE. RGB value is (71,155,222). Sum of RGB (Red+Green+Blue) = 71+155+222=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #479BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BDE is #B86421. Grayscale: #898989. Windows color (decimal): -12084258 or 14588743. OLE color: 14588743.
HSL color Cylindrical-coordinate representation of color #479BDE: hue angle of 206.62º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479BDE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 155 | 222 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.13 |
| HSL | 206.62º | 0.7% | 0.57% | - |
| HSV(B) | 206.62º | 0.68% | 0.87% | - |
| XYZ | 27.5 | 30.06 | 73.46 | - |
| YUV | 137.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 222 | 0.68 | 0.30 | 0 | 0.13 | 206.62 | 0.7 | 0.57 |
| Hex | 47 | 9B | DE | 44 | 1E | 0 | D | CF | 46 | 39 |
| Octal | 107 | 233 | 336 | 104 | 36 | 0 | 15 | 317 | 106 | 71 |
| Binary | 1000111 | 10011011 | 11011110 | 1000100 | 11110 | 0 | 1101 | 11001111 | 1000110 | 111001 |
Color Harmonies of #479BDE
Complementary color
Monochromatic Colors of #479BDE
Black with #479BDE
Text Example
Text Example
White with #479BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BDE; }
p { color: rgb(71,155,222); }
H1.HeaderClassName
{
color: #479BDE;
}
.AnyTagClassName
{
color: #479BDE;
}
</style>
background-color css
<style>
a { background-color: #479BDE; }
a { background-color: rgb(71,155,222); }
div.DivClassName
{
background-color: #479BDE;
}
.BgClassName
{
background-color: #479BDE;
}
</style>
border-color css
<style>
span { border-color: #479BDE; }
span { border-color: rgb(71,155,222); }
td.TdClassName
{
border-color: #479BDE;
}
.TagClassName
{
border-color: #479BDE;
}
</style>