Shades of Picton Blue #4F9ECB
Tints of Picton Blue #4F9ECB
RGB
CMYK
RGB Variations
Color information
#4F9ECB (or 0x4F9ECB) is known color: Picton Blue. HEX triplet: 4F, 9E and CB. RGB value is (79,158,203). Sum of RGB (Red+Green+Blue) = 79+158+203=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ECB is #B06134. Grayscale: #8B8B8B. Windows color (decimal): -11559221 or 13344335. OLE color: 13344335.
HSL color Cylindrical-coordinate representation of color #4F9ECB: hue angle of 201.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9ECB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 158 | 203 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.20 |
| HSL | 201.77º | 0.54% | 0.55% | - |
| HSV(B) | 201.77º | 0.61% | 0.8% | - |
| XYZ | 26.23 | 30.43 | 60.99 | - |
| YUV | 139.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 203 | 0.61 | 0.22 | 0 | 0.20 | 201.77 | 0.54 | 0.55 |
| Hex | 4F | 9E | CB | 3D | 16 | 0 | 14 | CA | 36 | 37 |
| Octal | 117 | 236 | 313 | 75 | 26 | 0 | 24 | 312 | 66 | 67 |
| Binary | 1001111 | 10011110 | 11001011 | 111101 | 10110 | 0 | 10100 | 11001010 | 110110 | 110111 |
Color Harmonies of #4F9ECB
Complementary color
Monochromatic Colors of #4F9ECB
Black with #4F9ECB
Text Example
Text Example
White with #4F9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9ECB; }
p { color: rgb(79,158,203); }
H1.HeaderClassName
{
color: #4F9ECB;
}
.AnyTagClassName
{
color: #4F9ECB;
}
</style>
background-color css
<style>
a { background-color: #4F9ECB; }
a { background-color: rgb(79,158,203); }
div.DivClassName
{
background-color: #4F9ECB;
}
.BgClassName
{
background-color: #4F9ECB;
}
</style>
border-color css
<style>
span { border-color: #4F9ECB; }
span { border-color: rgb(79,158,203); }
td.TdClassName
{
border-color: #4F9ECB;
}
.TagClassName
{
border-color: #4F9ECB;
}
</style>