Shades of Picton Blue #4F9EDE
Tints of Picton Blue #4F9EDE
RGB
CMYK
RGB Variations
Color information
#4F9EDE (or 0x4F9EDE) is known color: Picton Blue. HEX triplet: 4F, 9E and DE. RGB value is (79,158,222). Sum of RGB (Red+Green+Blue) = 79+158+222=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F9EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EDE is #B06121. Grayscale: #8D8D8D. Windows color (decimal): -11559202 or 14589519. OLE color: 14589519.
HSL color Cylindrical-coordinate representation of color #4F9EDE: hue angle of 206.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9EDE is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 158 | 222 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.13 |
| HSL | 206.85º | 0.68% | 0.59% | - |
| HSV(B) | 206.85º | 0.64% | 0.87% | - |
| XYZ | 28.64 | 31.39 | 73.66 | - |
| YUV | 141.68 | 173.33 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 222 | 0.64 | 0.29 | 0 | 0.13 | 206.85 | 0.68 | 0.59 |
| Hex | 4F | 9E | DE | 40 | 1D | 0 | D | CF | 44 | 3B |
| Octal | 117 | 236 | 336 | 100 | 35 | 0 | 15 | 317 | 104 | 73 |
| Binary | 1001111 | 10011110 | 11011110 | 1000000 | 11101 | 0 | 1101 | 11001111 | 1000100 | 111011 |
Color Harmonies of #4F9EDE
Complementary color
Monochromatic Colors of #4F9EDE
Black with #4F9EDE
Text Example
Text Example
White with #4F9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9EDE; }
p { color: rgb(79,158,222); }
H1.HeaderClassName
{
color: #4F9EDE;
}
.AnyTagClassName
{
color: #4F9EDE;
}
</style>
background-color css
<style>
a { background-color: #4F9EDE; }
a { background-color: rgb(79,158,222); }
div.DivClassName
{
background-color: #4F9EDE;
}
.BgClassName
{
background-color: #4F9EDE;
}
</style>
border-color css
<style>
span { border-color: #4F9EDE; }
span { border-color: rgb(79,158,222); }
td.TdClassName
{
border-color: #4F9EDE;
}
.TagClassName
{
border-color: #4F9EDE;
}
</style>