Shades of Picton Blue #4DA6E7
Tints of Picton Blue #4DA6E7
RGB
CMYK
RGB Variations
Color information
#4DA6E7 (or 0x4DA6E7) is known color: Picton Blue. HEX triplet: 4D, A6 and E7. RGB value is (77,166,231). Sum of RGB (Red+Green+Blue) = 77+166+231=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #4DA6E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA6E7 is #B25918. Grayscale: #929292. Windows color (decimal): -11688217 or 15181389. OLE color: 15181389.
HSL color Cylindrical-coordinate representation of color #4DA6E7: hue angle of 205.32º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DA6E7 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 166 | 231 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.09 |
| HSL | 205.32º | 0.76% | 0.6% | - |
| HSV(B) | 205.32º | 0.67% | 0.91% | - |
| XYZ | 31.12 | 34.62 | 80.64 | - |
| YUV | 146.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 231 | 0.67 | 0.28 | 0 | 0.09 | 205.32 | 0.76 | 0.6 |
| Hex | 4D | A6 | E7 | 43 | 1C | 0 | 9 | CD | 4C | 3C |
| Octal | 115 | 246 | 347 | 103 | 34 | 0 | 11 | 315 | 114 | 74 |
| Binary | 1001101 | 10100110 | 11100111 | 1000011 | 11100 | 0 | 1001 | 11001101 | 1001100 | 111100 |
Color Harmonies of #4DA6E7
Complementary color
Monochromatic Colors of #4DA6E7
Black with #4DA6E7
Text Example
Text Example
White with #4DA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA6E7; }
p { color: rgb(77,166,231); }
H1.HeaderClassName
{
color: #4DA6E7;
}
.AnyTagClassName
{
color: #4DA6E7;
}
</style>
background-color css
<style>
a { background-color: #4DA6E7; }
a { background-color: rgb(77,166,231); }
div.DivClassName
{
background-color: #4DA6E7;
}
.BgClassName
{
background-color: #4DA6E7;
}
</style>
border-color css
<style>
span { border-color: #4DA6E7; }
span { border-color: rgb(77,166,231); }
td.TdClassName
{
border-color: #4DA6E7;
}
.TagClassName
{
border-color: #4DA6E7;
}
</style>