Shades of Picton Blue #479DCB
Tints of Picton Blue #479DCB
RGB
CMYK
RGB Variations
Color information
#479DCB (or 0x479DCB) is known color: Picton Blue. HEX triplet: 47, 9D and CB. RGB value is (71,157,203). Sum of RGB (Red+Green+Blue) = 71+157+203=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #479DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DCB is #B86234. Grayscale: #888888. Windows color (decimal): -12083765 or 13344071. OLE color: 13344071.
HSL color Cylindrical-coordinate representation of color #479DCB: hue angle of 200.91º 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 #479DCB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 157 | 203 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.20 |
| HSL | 200.91º | 0.56% | 0.54% | - |
| HSV(B) | 200.91º | 0.65% | 0.8% | - |
| XYZ | 25.44 | 29.77 | 60.9 | - |
| YUV | 136.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 203 | 0.65 | 0.23 | 0 | 0.20 | 200.91 | 0.56 | 0.54 |
| Hex | 47 | 9D | CB | 41 | 17 | 0 | 14 | C9 | 38 | 36 |
| Octal | 107 | 235 | 313 | 101 | 27 | 0 | 24 | 311 | 70 | 66 |
| Binary | 1000111 | 10011101 | 11001011 | 1000001 | 10111 | 0 | 10100 | 11001001 | 111000 | 110110 |
Color Harmonies of #479DCB
Complementary color
Monochromatic Colors of #479DCB
Black with #479DCB
Text Example
Text Example
White with #479DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DCB; }
p { color: rgb(71,157,203); }
H1.HeaderClassName
{
color: #479DCB;
}
.AnyTagClassName
{
color: #479DCB;
}
</style>
background-color css
<style>
a { background-color: #479DCB; }
a { background-color: rgb(71,157,203); }
div.DivClassName
{
background-color: #479DCB;
}
.BgClassName
{
background-color: #479DCB;
}
</style>
border-color css
<style>
span { border-color: #479DCB; }
span { border-color: rgb(71,157,203); }
td.TdClassName
{
border-color: #479DCB;
}
.TagClassName
{
border-color: #479DCB;
}
</style>