Shades of Picton Blue #4DA4DC
Tints of Picton Blue #4DA4DC
RGB
CMYK
RGB Variations
Color information
#4DA4DC (or 0x4DA4DC) is known color: Picton Blue. HEX triplet: 4D, A4 and DC. RGB value is (77,164,220). Sum of RGB (Red+Green+Blue) = 77+164+220=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA4DC is #B25B23. Grayscale: #909090. Windows color (decimal): -11688740 or 14459981. OLE color: 14459981.
HSL color Cylindrical-coordinate representation of color #4DA4DC: hue angle of 203.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DA4DC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 164 | 220 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.14 |
| HSL | 203.5º | 0.67% | 0.58% | - |
| HSV(B) | 203.5º | 0.65% | 0.86% | - |
| XYZ | 29.25 | 33.3 | 72.6 | - |
| YUV | 144.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 220 | 0.65 | 0.25 | 0 | 0.14 | 203.5 | 0.67 | 0.58 |
| Hex | 4D | A4 | DC | 41 | 19 | 0 | E | CB | 43 | 3A |
| Octal | 115 | 244 | 334 | 101 | 31 | 0 | 16 | 313 | 103 | 72 |
| Binary | 1001101 | 10100100 | 11011100 | 1000001 | 11001 | 0 | 1110 | 11001011 | 1000011 | 111010 |
Color Harmonies of #4DA4DC
Complementary color
Monochromatic Colors of #4DA4DC
Black with #4DA4DC
Text Example
Text Example
White with #4DA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA4DC; }
p { color: rgb(77,164,220); }
H1.HeaderClassName
{
color: #4DA4DC;
}
.AnyTagClassName
{
color: #4DA4DC;
}
</style>
background-color css
<style>
a { background-color: #4DA4DC; }
a { background-color: rgb(77,164,220); }
div.DivClassName
{
background-color: #4DA4DC;
}
.BgClassName
{
background-color: #4DA4DC;
}
</style>
border-color css
<style>
span { border-color: #4DA4DC; }
span { border-color: rgb(77,164,220); }
td.TdClassName
{
border-color: #4DA4DC;
}
.TagClassName
{
border-color: #4DA4DC;
}
</style>