Shades of Picton Blue #4F9EDA
Tints of Picton Blue #4F9EDA
RGB
CMYK
RGB Variations
Color information
#4F9EDA (or 0x4F9EDA) is known color: Picton Blue. HEX triplet: 4F, 9E and DA. RGB value is (79,158,218). Sum of RGB (Red+Green+Blue) = 79+158+218=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F9EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EDA is #B06125. Grayscale: #8C8C8C. Windows color (decimal): -11559206 or 14327375. OLE color: 14327375.
HSL color Cylindrical-coordinate representation of color #4F9EDA: hue angle of 205.9º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9EDA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 158 | 218 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.15 |
| HSL | 205.9º | 0.65% | 0.58% | - |
| HSV(B) | 205.9º | 0.64% | 0.85% | - |
| XYZ | 28.11 | 31.18 | 70.87 | - |
| YUV | 141.22 | 171.33 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 218 | 0.64 | 0.28 | 0 | 0.15 | 205.9 | 0.65 | 0.58 |
| Hex | 4F | 9E | DA | 40 | 1C | 0 | F | CE | 41 | 3A |
| Octal | 117 | 236 | 332 | 100 | 34 | 0 | 17 | 316 | 101 | 72 |
| Binary | 1001111 | 10011110 | 11011010 | 1000000 | 11100 | 0 | 1111 | 11001110 | 1000001 | 111010 |
Color Harmonies of #4F9EDA
Complementary color
Monochromatic Colors of #4F9EDA
Black with #4F9EDA
Text Example
Text Example
White with #4F9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9EDA; }
p { color: rgb(79,158,218); }
H1.HeaderClassName
{
color: #4F9EDA;
}
.AnyTagClassName
{
color: #4F9EDA;
}
</style>
background-color css
<style>
a { background-color: #4F9EDA; }
a { background-color: rgb(79,158,218); }
div.DivClassName
{
background-color: #4F9EDA;
}
.BgClassName
{
background-color: #4F9EDA;
}
</style>
border-color css
<style>
span { border-color: #4F9EDA; }
span { border-color: rgb(79,158,218); }
td.TdClassName
{
border-color: #4F9EDA;
}
.TagClassName
{
border-color: #4F9EDA;
}
</style>