Shades of Picton Blue #4FA2D8
Tints of Picton Blue #4FA2D8
RGB
CMYK
RGB Variations
Color information
#4FA2D8 (or 0x4FA2D8) is known color: Picton Blue. HEX triplet: 4F, A2 and D8. RGB value is (79,162,216). Sum of RGB (Red+Green+Blue) = 79+162+216=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #4FA2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2D8 is #B05D27. Grayscale: #8F8F8F. Windows color (decimal): -11558184 or 14197327. OLE color: 14197327.
HSL color Cylindrical-coordinate representation of color #4FA2D8: hue angle of 203.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FA2D8 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 162 | 216 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.15 |
| HSL | 203.65º | 0.64% | 0.58% | - |
| HSV(B) | 203.65º | 0.63% | 0.85% | - |
| XYZ | 28.54 | 32.46 | 69.73 | - |
| YUV | 143.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 216 | 0.63 | 0.25 | 0 | 0.15 | 203.65 | 0.64 | 0.58 |
| Hex | 4F | A2 | D8 | 3F | 19 | 0 | F | CC | 40 | 3A |
| Octal | 117 | 242 | 330 | 77 | 31 | 0 | 17 | 314 | 100 | 72 |
| Binary | 1001111 | 10100010 | 11011000 | 111111 | 11001 | 0 | 1111 | 11001100 | 1000000 | 111010 |
Color Harmonies of #4FA2D8
Complementary color
Monochromatic Colors of #4FA2D8
Black with #4FA2D8
Text Example
Text Example
White with #4FA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2D8; }
p { color: rgb(79,162,216); }
H1.HeaderClassName
{
color: #4FA2D8;
}
.AnyTagClassName
{
color: #4FA2D8;
}
</style>
background-color css
<style>
a { background-color: #4FA2D8; }
a { background-color: rgb(79,162,216); }
div.DivClassName
{
background-color: #4FA2D8;
}
.BgClassName
{
background-color: #4FA2D8;
}
</style>
border-color css
<style>
span { border-color: #4FA2D8; }
span { border-color: rgb(79,162,216); }
td.TdClassName
{
border-color: #4FA2D8;
}
.TagClassName
{
border-color: #4FA2D8;
}
</style>