Shades of Picton Blue #4FA2E7
Tints of Picton Blue #4FA2E7
RGB
CMYK
RGB Variations
Color information
#4FA2E7 (or 0x4FA2E7) is known color: Picton Blue. HEX triplet: 4F, A2 and E7. RGB value is (79,162,231). Sum of RGB (Red+Green+Blue) = 79+162+231=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #4FA2E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA2E7 is #B05D18. Grayscale: #909090. Windows color (decimal): -11558169 or 15180367. OLE color: 15180367.
HSL color Cylindrical-coordinate representation of color #4FA2E7: hue angle of 207.24º 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 #4FA2E7 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 162 | 231 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.09 |
| HSL | 207.24º | 0.76% | 0.61% | - |
| HSV(B) | 207.24º | 0.66% | 0.91% | - |
| XYZ | 30.57 | 33.27 | 80.41 | - |
| YUV | 145.05 | 176.5 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 231 | 0.66 | 0.30 | 0 | 0.09 | 207.24 | 0.76 | 0.61 |
| Hex | 4F | A2 | E7 | 42 | 1E | 0 | 9 | CF | 4C | 3D |
| Octal | 117 | 242 | 347 | 102 | 36 | 0 | 11 | 317 | 114 | 75 |
| Binary | 1001111 | 10100010 | 11100111 | 1000010 | 11110 | 0 | 1001 | 11001111 | 1001100 | 111101 |
Color Harmonies of #4FA2E7
Complementary color
Monochromatic Colors of #4FA2E7
Black with #4FA2E7
Text Example
Text Example
White with #4FA2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2E7; }
p { color: rgb(79,162,231); }
H1.HeaderClassName
{
color: #4FA2E7;
}
.AnyTagClassName
{
color: #4FA2E7;
}
</style>
background-color css
<style>
a { background-color: #4FA2E7; }
a { background-color: rgb(79,162,231); }
div.DivClassName
{
background-color: #4FA2E7;
}
.BgClassName
{
background-color: #4FA2E7;
}
</style>
border-color css
<style>
span { border-color: #4FA2E7; }
span { border-color: rgb(79,162,231); }
td.TdClassName
{
border-color: #4FA2E7;
}
.TagClassName
{
border-color: #4FA2E7;
}
</style>