Shades of Picton Blue #4DAADC
Tints of Picton Blue #4DAADC
RGB
CMYK
RGB Variations
Color information
#4DAADC (or 0x4DAADC) is known color: Picton Blue. HEX triplet: 4D, AA and DC. RGB value is (77,170,220). Sum of RGB (Red+Green+Blue) = 77+170+220=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAADC is #B25523. Grayscale: #939393. Windows color (decimal): -11687204 or 14461517. OLE color: 14461517.
HSL color Cylindrical-coordinate representation of color #4DAADC: hue angle of 200.98º 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 #4DAADC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 170 | 220 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.14 |
| HSL | 200.98º | 0.67% | 0.58% | - |
| HSV(B) | 200.98º | 0.65% | 0.86% | - |
| XYZ | 30.35 | 35.49 | 72.96 | - |
| YUV | 147.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 220 | 0.65 | 0.23 | 0 | 0.14 | 200.98 | 0.67 | 0.58 |
| Hex | 4D | AA | DC | 41 | 17 | 0 | E | C9 | 43 | 3A |
| Octal | 115 | 252 | 334 | 101 | 27 | 0 | 16 | 311 | 103 | 72 |
| Binary | 1001101 | 10101010 | 11011100 | 1000001 | 10111 | 0 | 1110 | 11001001 | 1000011 | 111010 |
Color Harmonies of #4DAADC
Complementary color
Monochromatic Colors of #4DAADC
Black with #4DAADC
Text Example
Text Example
White with #4DAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAADC; }
p { color: rgb(77,170,220); }
H1.HeaderClassName
{
color: #4DAADC;
}
.AnyTagClassName
{
color: #4DAADC;
}
</style>
background-color css
<style>
a { background-color: #4DAADC; }
a { background-color: rgb(77,170,220); }
div.DivClassName
{
background-color: #4DAADC;
}
.BgClassName
{
background-color: #4DAADC;
}
</style>
border-color css
<style>
span { border-color: #4DAADC; }
span { border-color: rgb(77,170,220); }
td.TdClassName
{
border-color: #4DAADC;
}
.TagClassName
{
border-color: #4DAADC;
}
</style>