Shades of Picton Blue #4D9BDD
Tints of Picton Blue #4D9BDD
RGB
CMYK
RGB Variations
Color information
#4D9BDD (or 0x4D9BDD) is known color: Picton Blue. HEX triplet: 4D, 9B and DD. RGB value is (77,155,221). Sum of RGB (Red+Green+Blue) = 77+155+221=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BDD is #B26422. Grayscale: #8A8A8A. Windows color (decimal): -11691043 or 14523213. OLE color: 14523213.
HSL color Cylindrical-coordinate representation of color #4D9BDD: hue angle of 207.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D9BDD is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 155 | 221 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.13 |
| HSL | 207.5º | 0.68% | 0.58% | - |
| HSV(B) | 207.5º | 0.65% | 0.87% | - |
| XYZ | 27.83 | 30.24 | 72.78 | - |
| YUV | 139.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 221 | 0.65 | 0.30 | 0 | 0.13 | 207.5 | 0.68 | 0.58 |
| Hex | 4D | 9B | DD | 41 | 1E | 0 | D | D0 | 44 | 3A |
| Octal | 115 | 233 | 335 | 101 | 36 | 0 | 15 | 320 | 104 | 72 |
| Binary | 1001101 | 10011011 | 11011101 | 1000001 | 11110 | 0 | 1101 | 11010000 | 1000100 | 111010 |
Color Harmonies of #4D9BDD
Complementary color
Monochromatic Colors of #4D9BDD
Black with #4D9BDD
Text Example
Text Example
White with #4D9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BDD; }
p { color: rgb(77,155,221); }
H1.HeaderClassName
{
color: #4D9BDD;
}
.AnyTagClassName
{
color: #4D9BDD;
}
</style>
background-color css
<style>
a { background-color: #4D9BDD; }
a { background-color: rgb(77,155,221); }
div.DivClassName
{
background-color: #4D9BDD;
}
.BgClassName
{
background-color: #4D9BDD;
}
</style>
border-color css
<style>
span { border-color: #4D9BDD; }
span { border-color: rgb(77,155,221); }
td.TdClassName
{
border-color: #4D9BDD;
}
.TagClassName
{
border-color: #4D9BDD;
}
</style>