Shades of Picton Blue #4F9EC9
Tints of Picton Blue #4F9EC9
RGB
CMYK
RGB Variations
Color information
#4F9EC9 (or 0x4F9EC9) is known color: Picton Blue. HEX triplet: 4F, 9E and C9. RGB value is (79,158,201). Sum of RGB (Red+Green+Blue) = 79+158+201=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #4F9EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EC9 is #B06136. Grayscale: #8B8B8B. Windows color (decimal): -11559223 or 13213263. OLE color: 13213263.
HSL color Cylindrical-coordinate representation of color #4F9EC9: hue angle of 201.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9EC9 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 158 | 201 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.21 |
| HSL | 201.15º | 0.53% | 0.55% | - |
| HSV(B) | 201.15º | 0.61% | 0.79% | - |
| XYZ | 25.99 | 30.33 | 59.74 | - |
| YUV | 139.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 201 | 0.61 | 0.21 | 0 | 0.21 | 201.15 | 0.53 | 0.55 |
| Hex | 4F | 9E | C9 | 3D | 15 | 0 | 15 | C9 | 35 | 37 |
| Octal | 117 | 236 | 311 | 75 | 25 | 0 | 25 | 311 | 65 | 67 |
| Binary | 1001111 | 10011110 | 11001001 | 111101 | 10101 | 0 | 10101 | 11001001 | 110101 | 110111 |
Color Harmonies of #4F9EC9
Complementary color
Monochromatic Colors of #4F9EC9
Black with #4F9EC9
Text Example
Text Example
White with #4F9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9EC9; }
p { color: rgb(79,158,201); }
H1.HeaderClassName
{
color: #4F9EC9;
}
.AnyTagClassName
{
color: #4F9EC9;
}
</style>
background-color css
<style>
a { background-color: #4F9EC9; }
a { background-color: rgb(79,158,201); }
div.DivClassName
{
background-color: #4F9EC9;
}
.BgClassName
{
background-color: #4F9EC9;
}
</style>
border-color css
<style>
span { border-color: #4F9EC9; }
span { border-color: rgb(79,158,201); }
td.TdClassName
{
border-color: #4F9EC9;
}
.TagClassName
{
border-color: #4F9EC9;
}
</style>