Shades of Maya Blue #4EC7FD
Tints of Maya Blue #4EC7FD
RGB
CMYK
RGB Variations
Color information
#4EC7FD (or 0x4EC7FD) is known color: Maya Blue. HEX triplet: 4E, C7 and FD. RGB value is (78,199,253). Sum of RGB (Red+Green+Blue) = 78+199+253=530 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.72% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EC7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC7FD is #B13802. Grayscale: #A8A8A8. Windows color (decimal): -11614211 or 16631630. OLE color: 16631630.
HSL color Cylindrical-coordinate representation of color #4EC7FD: hue angle of 198.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC7FD is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 199 | 253 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.01 |
| HSL | 198.51º | 0.98% | 0.65% | - |
| HSV(B) | 198.51º | 0.69% | 0.99% | - |
| XYZ | 41.29 | 49.56 | 100.32 | - |
| YUV | 168.98 | 175.41 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 253 | 0.69 | 0.21 | 0 | 0.01 | 198.51 | 0.98 | 0.65 |
| Hex | 4E | C7 | FD | 45 | 15 | 0 | 1 | C7 | 62 | 41 |
| Octal | 116 | 307 | 375 | 105 | 25 | 0 | 1 | 307 | 142 | 101 |
| Binary | 1001110 | 11000111 | 11111101 | 1000101 | 10101 | 0 | 1 | 11000111 | 1100010 | 1000001 |
Color Harmonies of #4EC7FD
Complementary color
Monochromatic Colors of #4EC7FD
Black with #4EC7FD
Text Example
Text Example
White with #4EC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7FD; }
p { color: rgb(78,199,253); }
H1.HeaderClassName
{
color: #4EC7FD;
}
.AnyTagClassName
{
color: #4EC7FD;
}
</style>
background-color css
<style>
a { background-color: #4EC7FD; }
a { background-color: rgb(78,199,253); }
div.DivClassName
{
background-color: #4EC7FD;
}
.BgClassName
{
background-color: #4EC7FD;
}
</style>
border-color css
<style>
span { border-color: #4EC7FD; }
span { border-color: rgb(78,199,253); }
td.TdClassName
{
border-color: #4EC7FD;
}
.TagClassName
{
border-color: #4EC7FD;
}
</style>