Shades of Picton Blue #4F9ECF
Tints of Picton Blue #4F9ECF
RGB
CMYK
RGB Variations
Color information
#4F9ECF (or 0x4F9ECF) is known color: Picton Blue. HEX triplet: 4F, 9E and CF. RGB value is (79,158,207). Sum of RGB (Red+Green+Blue) = 79+158+207=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ECF is #B06130. Grayscale: #8B8B8B. Windows color (decimal): -11559217 or 13606479. OLE color: 13606479.
HSL color Cylindrical-coordinate representation of color #4F9ECF: hue angle of 202.97º 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 #4F9ECF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 158 | 207 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.19 |
| HSL | 202.97º | 0.57% | 0.56% | - |
| HSV(B) | 202.97º | 0.62% | 0.81% | - |
| XYZ | 26.71 | 30.62 | 63.53 | - |
| YUV | 139.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 207 | 0.62 | 0.24 | 0 | 0.19 | 202.97 | 0.57 | 0.56 |
| Hex | 4F | 9E | CF | 3E | 18 | 0 | 13 | CB | 39 | 38 |
| Octal | 117 | 236 | 317 | 76 | 30 | 0 | 23 | 313 | 71 | 70 |
| Binary | 1001111 | 10011110 | 11001111 | 111110 | 11000 | 0 | 10011 | 11001011 | 111001 | 111000 |
Color Harmonies of #4F9ECF
Complementary color
Monochromatic Colors of #4F9ECF
Black with #4F9ECF
Text Example
Text Example
White with #4F9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9ECF; }
p { color: rgb(79,158,207); }
H1.HeaderClassName
{
color: #4F9ECF;
}
.AnyTagClassName
{
color: #4F9ECF;
}
</style>
background-color css
<style>
a { background-color: #4F9ECF; }
a { background-color: rgb(79,158,207); }
div.DivClassName
{
background-color: #4F9ECF;
}
.BgClassName
{
background-color: #4F9ECF;
}
</style>
border-color css
<style>
span { border-color: #4F9ECF; }
span { border-color: rgb(79,158,207); }
td.TdClassName
{
border-color: #4F9ECF;
}
.TagClassName
{
border-color: #4F9ECF;
}
</style>