Shades of Picton Blue #4FA3E8
Tints of Picton Blue #4FA3E8
RGB
CMYK
RGB Variations
Color information
#4FA3E8 (or 0x4FA3E8) is known color: Picton Blue. HEX triplet: 4F, A3 and E8. RGB value is (79,163,232). Sum of RGB (Red+Green+Blue) = 79+163+232=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #4FA3E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA3E8 is #B05C17. Grayscale: #919191. Windows color (decimal): -11557912 or 15246159. OLE color: 15246159.
HSL color Cylindrical-coordinate representation of color #4FA3E8: hue angle of 207.06º degrees, saturation: 0.77, 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 #4FA3E8 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 163 | 232 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.09 |
| HSL | 207.06º | 0.77% | 0.61% | - |
| HSV(B) | 207.06º | 0.66% | 0.91% | - |
| XYZ | 30.89 | 33.68 | 81.22 | - |
| YUV | 145.75 | 176.67 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 232 | 0.66 | 0.30 | 0 | 0.09 | 207.06 | 0.77 | 0.61 |
| Hex | 4F | A3 | E8 | 42 | 1E | 0 | 9 | CF | 4D | 3D |
| Octal | 117 | 243 | 350 | 102 | 36 | 0 | 11 | 317 | 115 | 75 |
| Binary | 1001111 | 10100011 | 11101000 | 1000010 | 11110 | 0 | 1001 | 11001111 | 1001101 | 111101 |
Color Harmonies of #4FA3E8
Complementary color
Monochromatic Colors of #4FA3E8
Black with #4FA3E8
Text Example
Text Example
White with #4FA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA3E8; }
p { color: rgb(79,163,232); }
H1.HeaderClassName
{
color: #4FA3E8;
}
.AnyTagClassName
{
color: #4FA3E8;
}
</style>
background-color css
<style>
a { background-color: #4FA3E8; }
a { background-color: rgb(79,163,232); }
div.DivClassName
{
background-color: #4FA3E8;
}
.BgClassName
{
background-color: #4FA3E8;
}
</style>
border-color css
<style>
span { border-color: #4FA3E8; }
span { border-color: rgb(79,163,232); }
td.TdClassName
{
border-color: #4FA3E8;
}
.TagClassName
{
border-color: #4FA3E8;
}
</style>