Shades of Picton Blue #4FA3E7
Tints of Picton Blue #4FA3E7
RGB
CMYK
RGB Variations
Color information
#4FA3E7 (or 0x4FA3E7) is known color: Picton Blue. HEX triplet: 4F, A3 and E7. RGB value is (79,163,231). Sum of RGB (Red+Green+Blue) = 79+163+231=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #4FA3E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA3E7 is #B05C18. Grayscale: #919191. Windows color (decimal): -11557913 or 15180623. OLE color: 15180623.
HSL color Cylindrical-coordinate representation of color #4FA3E7: hue angle of 206.84º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FA3E7 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 163 | 231 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.09 |
| HSL | 206.84º | 0.76% | 0.61% | - |
| HSV(B) | 206.84º | 0.66% | 0.91% | - |
| XYZ | 30.75 | 33.63 | 80.47 | - |
| YUV | 145.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 231 | 0.66 | 0.29 | 0 | 0.09 | 206.84 | 0.76 | 0.61 |
| Hex | 4F | A3 | E7 | 42 | 1D | 0 | 9 | CF | 4C | 3D |
| Octal | 117 | 243 | 347 | 102 | 35 | 0 | 11 | 317 | 114 | 75 |
| Binary | 1001111 | 10100011 | 11100111 | 1000010 | 11101 | 0 | 1001 | 11001111 | 1001100 | 111101 |
Color Harmonies of #4FA3E7
Complementary color
Monochromatic Colors of #4FA3E7
Black with #4FA3E7
Text Example
Text Example
White with #4FA3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA3E7; }
p { color: rgb(79,163,231); }
H1.HeaderClassName
{
color: #4FA3E7;
}
.AnyTagClassName
{
color: #4FA3E7;
}
</style>
background-color css
<style>
a { background-color: #4FA3E7; }
a { background-color: rgb(79,163,231); }
div.DivClassName
{
background-color: #4FA3E7;
}
.BgClassName
{
background-color: #4FA3E7;
}
</style>
border-color css
<style>
span { border-color: #4FA3E7; }
span { border-color: rgb(79,163,231); }
td.TdClassName
{
border-color: #4FA3E7;
}
.TagClassName
{
border-color: #4FA3E7;
}
</style>