Shades of Picton Blue #4DA1E8
Tints of Picton Blue #4DA1E8
RGB
CMYK
RGB Variations
Color information
#4DA1E8 (or 0x4DA1E8) is known color: Picton Blue. HEX triplet: 4D, A1 and E8. RGB value is (77,161,232). Sum of RGB (Red+Green+Blue) = 77+161+232=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #4DA1E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA1E8 is #B25E17. Grayscale: #8F8F8F. Windows color (decimal): -11689496 or 15245645. OLE color: 15245645.
HSL color Cylindrical-coordinate representation of color #4DA1E8: hue angle of 207.48º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DA1E8 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 161 | 232 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.09 |
| HSL | 207.48º | 0.77% | 0.61% | - |
| HSV(B) | 207.48º | 0.67% | 0.91% | - |
| XYZ | 30.37 | 32.89 | 81.09 | - |
| YUV | 143.98 | 177.67 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 232 | 0.67 | 0.31 | 0 | 0.09 | 207.48 | 0.77 | 0.61 |
| Hex | 4D | A1 | E8 | 43 | 1F | 0 | 9 | CF | 4D | 3D |
| Octal | 115 | 241 | 350 | 103 | 37 | 0 | 11 | 317 | 115 | 75 |
| Binary | 1001101 | 10100001 | 11101000 | 1000011 | 11111 | 0 | 1001 | 11001111 | 1001101 | 111101 |
Color Harmonies of #4DA1E8
Complementary color
Monochromatic Colors of #4DA1E8
Black with #4DA1E8
Text Example
Text Example
White with #4DA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA1E8; }
p { color: rgb(77,161,232); }
H1.HeaderClassName
{
color: #4DA1E8;
}
.AnyTagClassName
{
color: #4DA1E8;
}
</style>
background-color css
<style>
a { background-color: #4DA1E8; }
a { background-color: rgb(77,161,232); }
div.DivClassName
{
background-color: #4DA1E8;
}
.BgClassName
{
background-color: #4DA1E8;
}
</style>
border-color css
<style>
span { border-color: #4DA1E8; }
span { border-color: rgb(77,161,232); }
td.TdClassName
{
border-color: #4DA1E8;
}
.TagClassName
{
border-color: #4DA1E8;
}
</style>