Shades of Picton Blue #4FA2CF
Tints of Picton Blue #4FA2CF
RGB
CMYK
RGB Variations
Color information
#4FA2CF (or 0x4FA2CF) is known color: Picton Blue. HEX triplet: 4F, A2 and CF. RGB value is (79,162,207). Sum of RGB (Red+Green+Blue) = 79+162+207=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FA2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2CF is #B05D30. Grayscale: #8E8E8E. Windows color (decimal): -11558193 or 13607503. OLE color: 13607503.
HSL color Cylindrical-coordinate representation of color #4FA2CF: hue angle of 201.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA2CF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 162 | 207 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.19 |
| HSL | 201.09º | 0.57% | 0.56% | - |
| HSV(B) | 201.09º | 0.62% | 0.81% | - |
| XYZ | 27.41 | 32.01 | 63.77 | - |
| YUV | 142.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 207 | 0.62 | 0.22 | 0 | 0.19 | 201.09 | 0.57 | 0.56 |
| Hex | 4F | A2 | CF | 3E | 16 | 0 | 13 | C9 | 39 | 38 |
| Octal | 117 | 242 | 317 | 76 | 26 | 0 | 23 | 311 | 71 | 70 |
| Binary | 1001111 | 10100010 | 11001111 | 111110 | 10110 | 0 | 10011 | 11001001 | 111001 | 111000 |
Color Harmonies of #4FA2CF
Complementary color
Monochromatic Colors of #4FA2CF
Black with #4FA2CF
Text Example
Text Example
White with #4FA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2CF; }
p { color: rgb(79,162,207); }
H1.HeaderClassName
{
color: #4FA2CF;
}
.AnyTagClassName
{
color: #4FA2CF;
}
</style>
background-color css
<style>
a { background-color: #4FA2CF; }
a { background-color: rgb(79,162,207); }
div.DivClassName
{
background-color: #4FA2CF;
}
.BgClassName
{
background-color: #4FA2CF;
}
</style>
border-color css
<style>
span { border-color: #4FA2CF; }
span { border-color: rgb(79,162,207); }
td.TdClassName
{
border-color: #4FA2CF;
}
.TagClassName
{
border-color: #4FA2CF;
}
</style>