Shades of Picton Blue #4FA4CF
Tints of Picton Blue #4FA4CF
RGB
CMYK
RGB Variations
Color information
#4FA4CF (or 0x4FA4CF) is known color: Picton Blue. HEX triplet: 4F, A4 and CF. RGB value is (79,164,207). Sum of RGB (Red+Green+Blue) = 79+164+207=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4CF is #B05B30. Grayscale: #8F8F8F. Windows color (decimal): -11557681 or 13608015. OLE color: 13608015.
HSL color Cylindrical-coordinate representation of color #4FA4CF: hue angle of 200.16º 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 #4FA4CF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 164 | 207 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.19 |
| HSL | 200.16º | 0.57% | 0.56% | - |
| HSV(B) | 200.16º | 0.62% | 0.81% | - |
| XYZ | 27.76 | 32.72 | 63.88 | - |
| YUV | 143.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 207 | 0.62 | 0.21 | 0 | 0.19 | 200.16 | 0.57 | 0.56 |
| Hex | 4F | A4 | CF | 3E | 15 | 0 | 13 | C8 | 39 | 38 |
| Octal | 117 | 244 | 317 | 76 | 25 | 0 | 23 | 310 | 71 | 70 |
| Binary | 1001111 | 10100100 | 11001111 | 111110 | 10101 | 0 | 10011 | 11001000 | 111001 | 111000 |
Color Harmonies of #4FA4CF
Complementary color
Monochromatic Colors of #4FA4CF
Black with #4FA4CF
Text Example
Text Example
White with #4FA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA4CF; }
p { color: rgb(79,164,207); }
H1.HeaderClassName
{
color: #4FA4CF;
}
.AnyTagClassName
{
color: #4FA4CF;
}
</style>
background-color css
<style>
a { background-color: #4FA4CF; }
a { background-color: rgb(79,164,207); }
div.DivClassName
{
background-color: #4FA4CF;
}
.BgClassName
{
background-color: #4FA4CF;
}
</style>
border-color css
<style>
span { border-color: #4FA4CF; }
span { border-color: rgb(79,164,207); }
td.TdClassName
{
border-color: #4FA4CF;
}
.TagClassName
{
border-color: #4FA4CF;
}
</style>