Shades of Picton Blue #4DAADB
Tints of Picton Blue #4DAADB
RGB
CMYK
RGB Variations
Color information
#4DAADB (or 0x4DAADB) is known color: Picton Blue. HEX triplet: 4D, AA and DB. RGB value is (77,170,219). Sum of RGB (Red+Green+Blue) = 77+170+219=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAADB is #B25524. Grayscale: #939393. Windows color (decimal): -11687205 or 14395981. OLE color: 14395981.
HSL color Cylindrical-coordinate representation of color #4DAADB: hue angle of 200.7º degrees, saturation: 0.66, 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 #4DAADB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 170 | 219 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.14 |
| HSL | 200.7º | 0.66% | 0.58% | - |
| HSV(B) | 200.7º | 0.65% | 0.86% | - |
| XYZ | 30.22 | 35.44 | 72.27 | - |
| YUV | 147.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 219 | 0.65 | 0.22 | 0 | 0.14 | 200.7 | 0.66 | 0.58 |
| Hex | 4D | AA | DB | 41 | 16 | 0 | E | C9 | 42 | 3A |
| Octal | 115 | 252 | 333 | 101 | 26 | 0 | 16 | 311 | 102 | 72 |
| Binary | 1001101 | 10101010 | 11011011 | 1000001 | 10110 | 0 | 1110 | 11001001 | 1000010 | 111010 |
Color Harmonies of #4DAADB
Complementary color
Monochromatic Colors of #4DAADB
Black with #4DAADB
Text Example
Text Example
White with #4DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAADB; }
p { color: rgb(77,170,219); }
H1.HeaderClassName
{
color: #4DAADB;
}
.AnyTagClassName
{
color: #4DAADB;
}
</style>
background-color css
<style>
a { background-color: #4DAADB; }
a { background-color: rgb(77,170,219); }
div.DivClassName
{
background-color: #4DAADB;
}
.BgClassName
{
background-color: #4DAADB;
}
</style>
border-color css
<style>
span { border-color: #4DAADB; }
span { border-color: rgb(77,170,219); }
td.TdClassName
{
border-color: #4DAADB;
}
.TagClassName
{
border-color: #4DAADB;
}
</style>