Shades of Maya Blue #4DBEFF
Tints of Maya Blue #4DBEFF
RGB
CMYK
RGB Variations
Color information
#4DBEFF (or 0x4DBEFF) is known color: Maya Blue. HEX triplet: 4D, BE and FF. RGB value is (77,190,255). Sum of RGB (Red+Green+Blue) = 77+190+255=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEFF is #B24100. Grayscale: #A3A3A3. Windows color (decimal): -11682049 or 16760397. OLE color: 16760397.
HSL color Cylindrical-coordinate representation of color #4DBEFF: hue angle of 201.91º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBEFF is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 190 | 255 | - |
| CMYK | 0.70 | 0.25 | 0 | 0 |
| HSL | 201.91º | 1% | 0.65% | - |
| HSV(B) | 201.91º | 0.7% | 1% | - |
| XYZ | 39.52 | 45.62 | 101.33 | - |
| YUV | 163.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 255 | 0.70 | 0.25 | 0 | 0 | 201.91 | 1 | 0.65 |
| Hex | 4D | BE | FF | 46 | 19 | 0 | 0 | CA | 64 | 41 |
| Octal | 115 | 276 | 377 | 106 | 31 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001101 | 10111110 | 11111111 | 1000110 | 11001 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4DBEFF
Complementary color
Monochromatic Colors of #4DBEFF
Black with #4DBEFF
Text Example
Text Example
White with #4DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEFF; }
p { color: rgb(77,190,255); }
H1.HeaderClassName
{
color: #4DBEFF;
}
.AnyTagClassName
{
color: #4DBEFF;
}
</style>
background-color css
<style>
a { background-color: #4DBEFF; }
a { background-color: rgb(77,190,255); }
div.DivClassName
{
background-color: #4DBEFF;
}
.BgClassName
{
background-color: #4DBEFF;
}
</style>
border-color css
<style>
span { border-color: #4DBEFF; }
span { border-color: rgb(77,190,255); }
td.TdClassName
{
border-color: #4DBEFF;
}
.TagClassName
{
border-color: #4DBEFF;
}
</style>