Shades of Picton Blue #479BDC
Tints of Picton Blue #479BDC
RGB
CMYK
RGB Variations
Color information
#479BDC (or 0x479BDC) is known color: Picton Blue. HEX triplet: 47, 9B and DC. RGB value is (71,155,220). Sum of RGB (Red+Green+Blue) = 71+155+220=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #479BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BDC is #B86423. Grayscale: #888888. Windows color (decimal): -12084260 or 14457671. OLE color: 14457671.
HSL color Cylindrical-coordinate representation of color #479BDC: hue angle of 206.17º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479BDC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 155 | 220 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.14 |
| HSL | 206.17º | 0.68% | 0.57% | - |
| HSV(B) | 206.17º | 0.68% | 0.86% | - |
| XYZ | 27.24 | 29.95 | 72.06 | - |
| YUV | 137.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 220 | 0.68 | 0.30 | 0 | 0.14 | 206.17 | 0.68 | 0.57 |
| Hex | 47 | 9B | DC | 44 | 1E | 0 | E | CE | 44 | 39 |
| Octal | 107 | 233 | 334 | 104 | 36 | 0 | 16 | 316 | 104 | 71 |
| Binary | 1000111 | 10011011 | 11011100 | 1000100 | 11110 | 0 | 1110 | 11001110 | 1000100 | 111001 |
Color Harmonies of #479BDC
Complementary color
Monochromatic Colors of #479BDC
Black with #479BDC
Text Example
Text Example
White with #479BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BDC; }
p { color: rgb(71,155,220); }
H1.HeaderClassName
{
color: #479BDC;
}
.AnyTagClassName
{
color: #479BDC;
}
</style>
background-color css
<style>
a { background-color: #479BDC; }
a { background-color: rgb(71,155,220); }
div.DivClassName
{
background-color: #479BDC;
}
.BgClassName
{
background-color: #479BDC;
}
</style>
border-color css
<style>
span { border-color: #479BDC; }
span { border-color: rgb(71,155,220); }
td.TdClassName
{
border-color: #479BDC;
}
.TagClassName
{
border-color: #479BDC;
}
</style>