Shades of Picton Blue #4DABDA
Tints of Picton Blue #4DABDA
RGB
CMYK
RGB Variations
Color information
#4DABDA (or 0x4DABDA) is known color: Picton Blue. HEX triplet: 4D, AB and DA. RGB value is (77,171,218). Sum of RGB (Red+Green+Blue) = 77+171+218=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABDA is #B25425. Grayscale: #939393. Windows color (decimal): -11686950 or 14330701. OLE color: 14330701.
HSL color Cylindrical-coordinate representation of color #4DABDA: hue angle of 200º degrees, saturation: 0.66, 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 #4DABDA is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 171 | 218 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.15 |
| HSL | 200º | 0.66% | 0.58% | - |
| HSV(B) | 200º | 0.65% | 0.85% | - |
| XYZ | 30.28 | 35.77 | 71.64 | - |
| YUV | 148.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 218 | 0.65 | 0.22 | 0 | 0.15 | 200 | 0.66 | 0.58 |
| Hex | 4D | AB | DA | 41 | 16 | 0 | F | C8 | 42 | 3A |
| Octal | 115 | 253 | 332 | 101 | 26 | 0 | 17 | 310 | 102 | 72 |
| Binary | 1001101 | 10101011 | 11011010 | 1000001 | 10110 | 0 | 1111 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4DABDA
Complementary color
Monochromatic Colors of #4DABDA
Black with #4DABDA
Text Example
Text Example
White with #4DABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABDA; }
p { color: rgb(77,171,218); }
H1.HeaderClassName
{
color: #4DABDA;
}
.AnyTagClassName
{
color: #4DABDA;
}
</style>
background-color css
<style>
a { background-color: #4DABDA; }
a { background-color: rgb(77,171,218); }
div.DivClassName
{
background-color: #4DABDA;
}
.BgClassName
{
background-color: #4DABDA;
}
</style>
border-color css
<style>
span { border-color: #4DABDA; }
span { border-color: rgb(77,171,218); }
td.TdClassName
{
border-color: #4DABDA;
}
.TagClassName
{
border-color: #4DABDA;
}
</style>