Shades of Picton Blue #4D9CCF
Tints of Picton Blue #4D9CCF
RGB
CMYK
RGB Variations
Color information
#4D9CCF (or 0x4D9CCF) is known color: Picton Blue. HEX triplet: 4D, 9C and CF. RGB value is (77,156,207). Sum of RGB (Red+Green+Blue) = 77+156+207=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9CCF is #B26330. Grayscale: #898989. Windows color (decimal): -11690801 or 13605965. OLE color: 13605965.
HSL color Cylindrical-coordinate representation of color #4D9CCF: hue angle of 203.54º 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 #4D9CCF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 156 | 207 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.19 |
| HSL | 203.54º | 0.58% | 0.56% | - |
| HSV(B) | 203.54º | 0.63% | 0.81% | - |
| XYZ | 26.21 | 29.86 | 63.41 | - |
| YUV | 138.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 207 | 0.63 | 0.25 | 0 | 0.19 | 203.54 | 0.58 | 0.56 |
| Hex | 4D | 9C | CF | 3F | 19 | 0 | 13 | CC | 3A | 38 |
| Octal | 115 | 234 | 317 | 77 | 31 | 0 | 23 | 314 | 72 | 70 |
| Binary | 1001101 | 10011100 | 11001111 | 111111 | 11001 | 0 | 10011 | 11001100 | 111010 | 111000 |
Color Harmonies of #4D9CCF
Complementary color
Monochromatic Colors of #4D9CCF
Black with #4D9CCF
Text Example
Text Example
White with #4D9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9CCF; }
p { color: rgb(77,156,207); }
H1.HeaderClassName
{
color: #4D9CCF;
}
.AnyTagClassName
{
color: #4D9CCF;
}
</style>
background-color css
<style>
a { background-color: #4D9CCF; }
a { background-color: rgb(77,156,207); }
div.DivClassName
{
background-color: #4D9CCF;
}
.BgClassName
{
background-color: #4D9CCF;
}
</style>
border-color css
<style>
span { border-color: #4D9CCF; }
span { border-color: rgb(77,156,207); }
td.TdClassName
{
border-color: #4D9CCF;
}
.TagClassName
{
border-color: #4D9CCF;
}
</style>