Shades of Picton Blue #4DA2D9
Tints of Picton Blue #4DA2D9
RGB
CMYK
RGB Variations
Color information
#4DA2D9 (or 0x4DA2D9) is known color: Picton Blue. HEX triplet: 4D, A2 and D9. RGB value is (77,162,217). Sum of RGB (Red+Green+Blue) = 77+162+217=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DA2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2D9 is #B25D26. Grayscale: #8E8E8E. Windows color (decimal): -11689255 or 14262861. OLE color: 14262861.
HSL color Cylindrical-coordinate representation of color #4DA2D9: hue angle of 203.57º degrees, saturation: 0.65, 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 #4DA2D9 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 162 | 217 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.15 |
| HSL | 203.57º | 0.65% | 0.58% | - |
| HSV(B) | 203.57º | 0.65% | 0.85% | - |
| XYZ | 28.51 | 32.43 | 70.4 | - |
| YUV | 142.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 217 | 0.65 | 0.25 | 0 | 0.15 | 203.57 | 0.65 | 0.58 |
| Hex | 4D | A2 | D9 | 41 | 19 | 0 | F | CC | 41 | 3A |
| Octal | 115 | 242 | 331 | 101 | 31 | 0 | 17 | 314 | 101 | 72 |
| Binary | 1001101 | 10100010 | 11011001 | 1000001 | 11001 | 0 | 1111 | 11001100 | 1000001 | 111010 |
Color Harmonies of #4DA2D9
Complementary color
Monochromatic Colors of #4DA2D9
Black with #4DA2D9
Text Example
Text Example
White with #4DA2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2D9; }
p { color: rgb(77,162,217); }
H1.HeaderClassName
{
color: #4DA2D9;
}
.AnyTagClassName
{
color: #4DA2D9;
}
</style>
background-color css
<style>
a { background-color: #4DA2D9; }
a { background-color: rgb(77,162,217); }
div.DivClassName
{
background-color: #4DA2D9;
}
.BgClassName
{
background-color: #4DA2D9;
}
</style>
border-color css
<style>
span { border-color: #4DA2D9; }
span { border-color: rgb(77,162,217); }
td.TdClassName
{
border-color: #4DA2D9;
}
.TagClassName
{
border-color: #4DA2D9;
}
</style>