Shades of Maya Blue #4DBDFE
Tints of Maya Blue #4DBDFE
RGB
CMYK
RGB Variations
Color information
#4DBDFE (or 0x4DBDFE) is known color: Maya Blue. HEX triplet: 4D, BD and FE. RGB value is (77,189,254). Sum of RGB (Red+Green+Blue) = 77+189+254=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFE is #B24201. Grayscale: #A2A2A2. Windows color (decimal): -11682306 or 16694605. OLE color: 16694605.
HSL color Cylindrical-coordinate representation of color #4DBDFE: hue angle of 202.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBDFE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 189 | 254 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.00 |
| HSL | 202.03º | 0.99% | 0.65% | - |
| HSV(B) | 202.03º | 0.7% | 1% | - |
| XYZ | 39.15 | 45.13 | 100.41 | - |
| YUV | 162.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 254 | 0.70 | 0.26 | 0 | 0.00 | 202.03 | 0.99 | 0.65 |
| Hex | 4D | BD | FE | 46 | 1A | 0 | 0 | CA | 63 | 41 |
| Octal | 115 | 275 | 376 | 106 | 32 | 0 | 0 | 312 | 143 | 101 |
| Binary | 1001101 | 10111101 | 11111110 | 1000110 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000001 |
Color Harmonies of #4DBDFE
Complementary color
Monochromatic Colors of #4DBDFE
Black with #4DBDFE
Text Example
Text Example
White with #4DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFE; }
p { color: rgb(77,189,254); }
H1.HeaderClassName
{
color: #4DBDFE;
}
.AnyTagClassName
{
color: #4DBDFE;
}
</style>
background-color css
<style>
a { background-color: #4DBDFE; }
a { background-color: rgb(77,189,254); }
div.DivClassName
{
background-color: #4DBDFE;
}
.BgClassName
{
background-color: #4DBDFE;
}
</style>
border-color css
<style>
span { border-color: #4DBDFE; }
span { border-color: rgb(77,189,254); }
td.TdClassName
{
border-color: #4DBDFE;
}
.TagClassName
{
border-color: #4DBDFE;
}
</style>