Shades of Picton Blue #479DCE
Tints of Picton Blue #479DCE
RGB
CMYK
RGB Variations
Color information
#479DCE (or 0x479DCE) is known color: Picton Blue. HEX triplet: 47, 9D and CE. RGB value is (71,157,206). Sum of RGB (Red+Green+Blue) = 71+157+206=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #479DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DCE is #B86231. Grayscale: #888888. Windows color (decimal): -12083762 or 13540679. OLE color: 13540679.
HSL color Cylindrical-coordinate representation of color #479DCE: hue angle of 201.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479DCE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 157 | 206 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.19 |
| HSL | 201.78º | 0.58% | 0.54% | - |
| HSV(B) | 201.78º | 0.66% | 0.81% | - |
| XYZ | 25.8 | 29.91 | 62.81 | - |
| YUV | 136.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 206 | 0.66 | 0.24 | 0 | 0.19 | 201.78 | 0.58 | 0.54 |
| Hex | 47 | 9D | CE | 42 | 18 | 0 | 13 | CA | 3A | 36 |
| Octal | 107 | 235 | 316 | 102 | 30 | 0 | 23 | 312 | 72 | 66 |
| Binary | 1000111 | 10011101 | 11001110 | 1000010 | 11000 | 0 | 10011 | 11001010 | 111010 | 110110 |
Color Harmonies of #479DCE
Complementary color
Monochromatic Colors of #479DCE
Black with #479DCE
Text Example
Text Example
White with #479DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DCE; }
p { color: rgb(71,157,206); }
H1.HeaderClassName
{
color: #479DCE;
}
.AnyTagClassName
{
color: #479DCE;
}
</style>
background-color css
<style>
a { background-color: #479DCE; }
a { background-color: rgb(71,157,206); }
div.DivClassName
{
background-color: #479DCE;
}
.BgClassName
{
background-color: #479DCE;
}
</style>
border-color css
<style>
span { border-color: #479DCE; }
span { border-color: rgb(71,157,206); }
td.TdClassName
{
border-color: #479DCE;
}
.TagClassName
{
border-color: #479DCE;
}
</style>