Shades of Picton Blue #4DA2E6
Tints of Picton Blue #4DA2E6
RGB
CMYK
RGB Variations
Color information
#4DA2E6 (or 0x4DA2E6) is known color: Picton Blue. HEX triplet: 4D, A2 and E6. RGB value is (77,162,230). Sum of RGB (Red+Green+Blue) = 77+162+230=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #4DA2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA2E6 is #B25D19. Grayscale: #8F8F8F. Windows color (decimal): -11689242 or 15114829. OLE color: 15114829.
HSL color Cylindrical-coordinate representation of color #4DA2E6: hue angle of 206.67º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DA2E6 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 162 | 230 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.10 |
| HSL | 206.67º | 0.75% | 0.6% | - |
| HSV(B) | 206.67º | 0.67% | 0.9% | - |
| XYZ | 30.26 | 33.13 | 79.66 | - |
| YUV | 144.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 230 | 0.67 | 0.30 | 0 | 0.10 | 206.67 | 0.75 | 0.6 |
| Hex | 4D | A2 | E6 | 43 | 1E | 0 | A | CF | 4B | 3C |
| Octal | 115 | 242 | 346 | 103 | 36 | 0 | 12 | 317 | 113 | 74 |
| Binary | 1001101 | 10100010 | 11100110 | 1000011 | 11110 | 0 | 1010 | 11001111 | 1001011 | 111100 |
Color Harmonies of #4DA2E6
Complementary color
Monochromatic Colors of #4DA2E6
Black with #4DA2E6
Text Example
Text Example
White with #4DA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2E6; }
p { color: rgb(77,162,230); }
H1.HeaderClassName
{
color: #4DA2E6;
}
.AnyTagClassName
{
color: #4DA2E6;
}
</style>
background-color css
<style>
a { background-color: #4DA2E6; }
a { background-color: rgb(77,162,230); }
div.DivClassName
{
background-color: #4DA2E6;
}
.BgClassName
{
background-color: #4DA2E6;
}
</style>
border-color css
<style>
span { border-color: #4DA2E6; }
span { border-color: rgb(77,162,230); }
td.TdClassName
{
border-color: #4DA2E6;
}
.TagClassName
{
border-color: #4DA2E6;
}
</style>