Shades of Picton Blue #479ECF
Tints of Picton Blue #479ECF
RGB
CMYK
RGB Variations
Color information
#479ECF (or 0x479ECF) is known color: Picton Blue. HEX triplet: 47, 9E and CF. RGB value is (71,158,207). Sum of RGB (Red+Green+Blue) = 71+158+207=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #479ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECF is #B86130. Grayscale: #898989. Windows color (decimal): -12083505 or 13606471. OLE color: 13606471.
HSL color Cylindrical-coordinate representation of color #479ECF: hue angle of 201.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479ECF is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 158 | 207 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.19 |
| HSL | 201.62º | 0.59% | 0.55% | - |
| HSV(B) | 201.62º | 0.66% | 0.81% | - |
| XYZ | 26.09 | 30.3 | 63.5 | - |
| YUV | 137.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 207 | 0.66 | 0.24 | 0 | 0.19 | 201.62 | 0.59 | 0.55 |
| Hex | 47 | 9E | CF | 42 | 18 | 0 | 13 | CA | 3B | 37 |
| Octal | 107 | 236 | 317 | 102 | 30 | 0 | 23 | 312 | 73 | 67 |
| Binary | 1000111 | 10011110 | 11001111 | 1000010 | 11000 | 0 | 10011 | 11001010 | 111011 | 110111 |
Color Harmonies of #479ECF
Complementary color
Monochromatic Colors of #479ECF
Black with #479ECF
Text Example
Text Example
White with #479ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ECF; }
p { color: rgb(71,158,207); }
H1.HeaderClassName
{
color: #479ECF;
}
.AnyTagClassName
{
color: #479ECF;
}
</style>
background-color css
<style>
a { background-color: #479ECF; }
a { background-color: rgb(71,158,207); }
div.DivClassName
{
background-color: #479ECF;
}
.BgClassName
{
background-color: #479ECF;
}
</style>
border-color css
<style>
span { border-color: #479ECF; }
span { border-color: rgb(71,158,207); }
td.TdClassName
{
border-color: #479ECF;
}
.TagClassName
{
border-color: #479ECF;
}
</style>