Shades of Picton Blue #479ECB
Tints of Picton Blue #479ECB
RGB
CMYK
RGB Variations
Color information
#479ECB (or 0x479ECB) is known color: Picton Blue. HEX triplet: 47, 9E and CB. RGB value is (71,158,203). Sum of RGB (Red+Green+Blue) = 71+158+203=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #479ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECB is #B86134. Grayscale: #888888. Windows color (decimal): -12083509 or 13344327. OLE color: 13344327.
HSL color Cylindrical-coordinate representation of color #479ECB: hue angle of 200.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479ECB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 158 | 203 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.20 |
| HSL | 200.45º | 0.56% | 0.54% | - |
| HSV(B) | 200.45º | 0.65% | 0.8% | - |
| XYZ | 25.6 | 30.11 | 60.96 | - |
| YUV | 137.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 203 | 0.65 | 0.22 | 0 | 0.20 | 200.45 | 0.56 | 0.54 |
| Hex | 47 | 9E | CB | 41 | 16 | 0 | 14 | C8 | 38 | 36 |
| Octal | 107 | 236 | 313 | 101 | 26 | 0 | 24 | 310 | 70 | 66 |
| Binary | 1000111 | 10011110 | 11001011 | 1000001 | 10110 | 0 | 10100 | 11001000 | 111000 | 110110 |
Color Harmonies of #479ECB
Complementary color
Monochromatic Colors of #479ECB
Black with #479ECB
Text Example
Text Example
White with #479ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ECB; }
p { color: rgb(71,158,203); }
H1.HeaderClassName
{
color: #479ECB;
}
.AnyTagClassName
{
color: #479ECB;
}
</style>
background-color css
<style>
a { background-color: #479ECB; }
a { background-color: rgb(71,158,203); }
div.DivClassName
{
background-color: #479ECB;
}
.BgClassName
{
background-color: #479ECB;
}
</style>
border-color css
<style>
span { border-color: #479ECB; }
span { border-color: rgb(71,158,203); }
td.TdClassName
{
border-color: #479ECB;
}
.TagClassName
{
border-color: #479ECB;
}
</style>