Shades of Picton Blue #4DA0CF
Tints of Picton Blue #4DA0CF
RGB
CMYK
RGB Variations
Color information
#4DA0CF (or 0x4DA0CF) is known color: Picton Blue. HEX triplet: 4D, A0 and CF. RGB value is (77,160,207). Sum of RGB (Red+Green+Blue) = 77+160+207=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DA0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA0CF is #B25F30. Grayscale: #8C8C8C. Windows color (decimal): -11689777 or 13606989. OLE color: 13606989.
HSL color Cylindrical-coordinate representation of color #4DA0CF: hue angle of 201.69º 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 #4DA0CF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 160 | 207 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.19 |
| HSL | 201.69º | 0.58% | 0.56% | - |
| HSV(B) | 201.69º | 0.63% | 0.81% | - |
| XYZ | 26.89 | 31.22 | 63.64 | - |
| YUV | 140.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 207 | 0.63 | 0.23 | 0 | 0.19 | 201.69 | 0.58 | 0.56 |
| Hex | 4D | A0 | CF | 3F | 17 | 0 | 13 | CA | 3A | 38 |
| Octal | 115 | 240 | 317 | 77 | 27 | 0 | 23 | 312 | 72 | 70 |
| Binary | 1001101 | 10100000 | 11001111 | 111111 | 10111 | 0 | 10011 | 11001010 | 111010 | 111000 |
Color Harmonies of #4DA0CF
Complementary color
Monochromatic Colors of #4DA0CF
Black with #4DA0CF
Text Example
Text Example
White with #4DA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA0CF; }
p { color: rgb(77,160,207); }
H1.HeaderClassName
{
color: #4DA0CF;
}
.AnyTagClassName
{
color: #4DA0CF;
}
</style>
background-color css
<style>
a { background-color: #4DA0CF; }
a { background-color: rgb(77,160,207); }
div.DivClassName
{
background-color: #4DA0CF;
}
.BgClassName
{
background-color: #4DA0CF;
}
</style>
border-color css
<style>
span { border-color: #4DA0CF; }
span { border-color: rgb(77,160,207); }
td.TdClassName
{
border-color: #4DA0CF;
}
.TagClassName
{
border-color: #4DA0CF;
}
</style>