Shades of Picton Blue #4F9EC6
Tints of Picton Blue #4F9EC6
RGB
CMYK
RGB Variations
Color information
#4F9EC6 (or 0x4F9EC6) is known color: Picton Blue. HEX triplet: 4F, 9E and C6. RGB value is (79,158,198). Sum of RGB (Red+Green+Blue) = 79+158+198=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F9EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9EC6 is #B06139. Grayscale: #8A8A8A. Windows color (decimal): -11559226 or 13016655. OLE color: 13016655.
HSL color Cylindrical-coordinate representation of color #4F9EC6: hue angle of 200.17º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F9EC6 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 158 | 198 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.22 |
| HSL | 200.17º | 0.51% | 0.54% | - |
| HSV(B) | 200.17º | 0.6% | 0.78% | - |
| XYZ | 25.64 | 30.19 | 57.9 | - |
| YUV | 138.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 198 | 0.60 | 0.20 | 0 | 0.22 | 200.17 | 0.51 | 0.54 |
| Hex | 4F | 9E | C6 | 3C | 14 | 0 | 16 | C8 | 33 | 36 |
| Octal | 117 | 236 | 306 | 74 | 24 | 0 | 26 | 310 | 63 | 66 |
| Binary | 1001111 | 10011110 | 11000110 | 111100 | 10100 | 0 | 10110 | 11001000 | 110011 | 110110 |
Color Harmonies of #4F9EC6
Complementary color
Monochromatic Colors of #4F9EC6
Black with #4F9EC6
Text Example
Text Example
White with #4F9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9EC6; }
p { color: rgb(79,158,198); }
H1.HeaderClassName
{
color: #4F9EC6;
}
.AnyTagClassName
{
color: #4F9EC6;
}
</style>
background-color css
<style>
a { background-color: #4F9EC6; }
a { background-color: rgb(79,158,198); }
div.DivClassName
{
background-color: #4F9EC6;
}
.BgClassName
{
background-color: #4F9EC6;
}
</style>
border-color css
<style>
span { border-color: #4F9EC6; }
span { border-color: rgb(79,158,198); }
td.TdClassName
{
border-color: #4F9EC6;
}
.TagClassName
{
border-color: #4F9EC6;
}
</style>