Shades of Picton Blue #4D9FDA
Tints of Picton Blue #4D9FDA
RGB
CMYK
RGB Variations
Color information
#4D9FDA (or 0x4D9FDA) is known color: Picton Blue. HEX triplet: 4D, 9F and DA. RGB value is (77,159,218). Sum of RGB (Red+Green+Blue) = 77+159+218=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FDA is #B26025. Grayscale: #8C8C8C. Windows color (decimal): -11690022 or 14327629. OLE color: 14327629.
HSL color Cylindrical-coordinate representation of color #4D9FDA: hue angle of 205.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D9FDA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 159 | 218 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.15 |
| HSL | 205.11º | 0.66% | 0.58% | - |
| HSV(B) | 205.11º | 0.65% | 0.85% | - |
| XYZ | 28.11 | 31.44 | 70.92 | - |
| YUV | 141.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 218 | 0.65 | 0.27 | 0 | 0.15 | 205.11 | 0.66 | 0.58 |
| Hex | 4D | 9F | DA | 41 | 1B | 0 | F | CD | 42 | 3A |
| Octal | 115 | 237 | 332 | 101 | 33 | 0 | 17 | 315 | 102 | 72 |
| Binary | 1001101 | 10011111 | 11011010 | 1000001 | 11011 | 0 | 1111 | 11001101 | 1000010 | 111010 |
Color Harmonies of #4D9FDA
Complementary color
Monochromatic Colors of #4D9FDA
Black with #4D9FDA
Text Example
Text Example
White with #4D9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FDA; }
p { color: rgb(77,159,218); }
H1.HeaderClassName
{
color: #4D9FDA;
}
.AnyTagClassName
{
color: #4D9FDA;
}
</style>
background-color css
<style>
a { background-color: #4D9FDA; }
a { background-color: rgb(77,159,218); }
div.DivClassName
{
background-color: #4D9FDA;
}
.BgClassName
{
background-color: #4D9FDA;
}
</style>
border-color css
<style>
span { border-color: #4D9FDA; }
span { border-color: rgb(77,159,218); }
td.TdClassName
{
border-color: #4D9FDA;
}
.TagClassName
{
border-color: #4D9FDA;
}
</style>