Shades of Picton Blue #4D9FCF
Tints of Picton Blue #4D9FCF
RGB
CMYK
RGB Variations
Color information
#4D9FCF (or 0x4D9FCF) is known color: Picton Blue. HEX triplet: 4D, 9F and CF. RGB value is (77,159,207). Sum of RGB (Red+Green+Blue) = 77+159+207=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FCF is #B26030. Grayscale: #8B8B8B. Windows color (decimal): -11690033 or 13606733. OLE color: 13606733.
HSL color Cylindrical-coordinate representation of color #4D9FCF: hue angle of 202.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D9FCF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 159 | 207 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.19 |
| HSL | 202.15º | 0.58% | 0.56% | - |
| HSV(B) | 202.15º | 0.63% | 0.81% | - |
| XYZ | 26.72 | 30.88 | 63.58 | - |
| YUV | 139.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 207 | 0.63 | 0.23 | 0 | 0.19 | 202.15 | 0.58 | 0.56 |
| Hex | 4D | 9F | CF | 3F | 17 | 0 | 13 | CA | 3A | 38 |
| Octal | 115 | 237 | 317 | 77 | 27 | 0 | 23 | 312 | 72 | 70 |
| Binary | 1001101 | 10011111 | 11001111 | 111111 | 10111 | 0 | 10011 | 11001010 | 111010 | 111000 |
Color Harmonies of #4D9FCF
Complementary color
Monochromatic Colors of #4D9FCF
Black with #4D9FCF
Text Example
Text Example
White with #4D9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FCF; }
p { color: rgb(77,159,207); }
H1.HeaderClassName
{
color: #4D9FCF;
}
.AnyTagClassName
{
color: #4D9FCF;
}
</style>
background-color css
<style>
a { background-color: #4D9FCF; }
a { background-color: rgb(77,159,207); }
div.DivClassName
{
background-color: #4D9FCF;
}
.BgClassName
{
background-color: #4D9FCF;
}
</style>
border-color css
<style>
span { border-color: #4D9FCF; }
span { border-color: rgb(77,159,207); }
td.TdClassName
{
border-color: #4D9FCF;
}
.TagClassName
{
border-color: #4D9FCF;
}
</style>