Shades of Picton Blue #4DABDB
Tints of Picton Blue #4DABDB
RGB
CMYK
RGB Variations
Color information
#4DABDB (or 0x4DABDB) is known color: Picton Blue. HEX triplet: 4D, AB and DB. RGB value is (77,171,219). Sum of RGB (Red+Green+Blue) = 77+171+219=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABDB is #B25424. Grayscale: #949494. Windows color (decimal): -11686949 or 14396237. OLE color: 14396237.
HSL color Cylindrical-coordinate representation of color #4DABDB: hue angle of 200.28º 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 #4DABDB is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 171 | 219 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.14 |
| HSL | 200.28º | 0.66% | 0.58% | - |
| HSV(B) | 200.28º | 0.65% | 0.86% | - |
| XYZ | 30.41 | 35.82 | 72.33 | - |
| YUV | 148.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 219 | 0.65 | 0.22 | 0 | 0.14 | 200.28 | 0.66 | 0.58 |
| Hex | 4D | AB | DB | 41 | 16 | 0 | E | C8 | 42 | 3A |
| Octal | 115 | 253 | 333 | 101 | 26 | 0 | 16 | 310 | 102 | 72 |
| Binary | 1001101 | 10101011 | 11011011 | 1000001 | 10110 | 0 | 1110 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4DABDB
Complementary color
Monochromatic Colors of #4DABDB
Black with #4DABDB
Text Example
Text Example
White with #4DABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABDB; }
p { color: rgb(77,171,219); }
H1.HeaderClassName
{
color: #4DABDB;
}
.AnyTagClassName
{
color: #4DABDB;
}
</style>
background-color css
<style>
a { background-color: #4DABDB; }
a { background-color: rgb(77,171,219); }
div.DivClassName
{
background-color: #4DABDB;
}
.BgClassName
{
background-color: #4DABDB;
}
</style>
border-color css
<style>
span { border-color: #4DABDB; }
span { border-color: rgb(77,171,219); }
td.TdClassName
{
border-color: #4DABDB;
}
.TagClassName
{
border-color: #4DABDB;
}
</style>