Shades of Picton Blue #4DABDC
Tints of Picton Blue #4DABDC
RGB
CMYK
RGB Variations
Color information
#4DABDC (or 0x4DABDC) is known color: Picton Blue. HEX triplet: 4D, AB and DC. RGB value is (77,171,220). Sum of RGB (Red+Green+Blue) = 77+171+220=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABDC is #B25423. Grayscale: #949494. Windows color (decimal): -11686948 or 14461773. OLE color: 14461773.
HSL color Cylindrical-coordinate representation of color #4DABDC: hue angle of 200.56º 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 #4DABDC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 171 | 220 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.14 |
| HSL | 200.56º | 0.67% | 0.58% | - |
| HSV(B) | 200.56º | 0.65% | 0.86% | - |
| XYZ | 30.54 | 35.87 | 73.02 | - |
| YUV | 148.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 220 | 0.65 | 0.22 | 0 | 0.14 | 200.56 | 0.67 | 0.58 |
| Hex | 4D | AB | DC | 41 | 16 | 0 | E | C9 | 43 | 3A |
| Octal | 115 | 253 | 334 | 101 | 26 | 0 | 16 | 311 | 103 | 72 |
| Binary | 1001101 | 10101011 | 11011100 | 1000001 | 10110 | 0 | 1110 | 11001001 | 1000011 | 111010 |
Color Harmonies of #4DABDC
Complementary color
Monochromatic Colors of #4DABDC
Black with #4DABDC
Text Example
Text Example
White with #4DABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABDC; }
p { color: rgb(77,171,220); }
H1.HeaderClassName
{
color: #4DABDC;
}
.AnyTagClassName
{
color: #4DABDC;
}
</style>
background-color css
<style>
a { background-color: #4DABDC; }
a { background-color: rgb(77,171,220); }
div.DivClassName
{
background-color: #4DABDC;
}
.BgClassName
{
background-color: #4DABDC;
}
</style>
border-color css
<style>
span { border-color: #4DABDC; }
span { border-color: rgb(77,171,220); }
td.TdClassName
{
border-color: #4DABDC;
}
.TagClassName
{
border-color: #4DABDC;
}
</style>