Shades of Picton Blue #4DAADE
Tints of Picton Blue #4DAADE
RGB
CMYK
RGB Variations
Color information
#4DAADE (or 0x4DAADE) is known color: Picton Blue. HEX triplet: 4D, AA and DE. RGB value is (77,170,222). Sum of RGB (Red+Green+Blue) = 77+170+222=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAADE is #B25521. Grayscale: #939393. Windows color (decimal): -11687202 or 14592589. OLE color: 14592589.
HSL color Cylindrical-coordinate representation of color #4DAADE: hue angle of 201.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAADE is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 170 | 222 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.13 |
| HSL | 201.52º | 0.69% | 0.59% | - |
| HSV(B) | 201.52º | 0.65% | 0.87% | - |
| XYZ | 30.62 | 35.6 | 74.37 | - |
| YUV | 148.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 222 | 0.65 | 0.23 | 0 | 0.13 | 201.52 | 0.69 | 0.59 |
| Hex | 4D | AA | DE | 41 | 17 | 0 | D | CA | 45 | 3B |
| Octal | 115 | 252 | 336 | 101 | 27 | 0 | 15 | 312 | 105 | 73 |
| Binary | 1001101 | 10101010 | 11011110 | 1000001 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111011 |
Color Harmonies of #4DAADE
Complementary color
Monochromatic Colors of #4DAADE
Black with #4DAADE
Text Example
Text Example
White with #4DAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAADE; }
p { color: rgb(77,170,222); }
H1.HeaderClassName
{
color: #4DAADE;
}
.AnyTagClassName
{
color: #4DAADE;
}
</style>
background-color css
<style>
a { background-color: #4DAADE; }
a { background-color: rgb(77,170,222); }
div.DivClassName
{
background-color: #4DAADE;
}
.BgClassName
{
background-color: #4DAADE;
}
</style>
border-color css
<style>
span { border-color: #4DAADE; }
span { border-color: rgb(77,170,222); }
td.TdClassName
{
border-color: #4DAADE;
}
.TagClassName
{
border-color: #4DAADE;
}
</style>