Shades of Maya Blue #4DBAFF
Tints of Maya Blue #4DBAFF
RGB
CMYK
RGB Variations
Color information
#4DBAFF (or 0x4DBAFF) is known color: Maya Blue. HEX triplet: 4D, BA and FF. RGB value is (77,186,255). Sum of RGB (Red+Green+Blue) = 77+186+255=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFF is #B24500. Grayscale: #A0A0A0. Windows color (decimal): -11683073 or 16759373. OLE color: 16759373.
HSL color Cylindrical-coordinate representation of color #4DBAFF: hue angle of 203.26º 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 #4DBAFF is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 186 | 255 | - |
| CMYK | 0.70 | 0.27 | 0 | 0 |
| HSL | 203.26º | 1% | 0.65% | - |
| HSV(B) | 203.26º | 0.7% | 1% | - |
| XYZ | 38.67 | 43.92 | 101.05 | - |
| YUV | 161.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 255 | 0.70 | 0.27 | 0 | 0 | 203.26 | 1 | 0.65 |
| Hex | 4D | BA | FF | 46 | 1B | 0 | 0 | CB | 64 | 41 |
| Octal | 115 | 272 | 377 | 106 | 33 | 0 | 0 | 313 | 144 | 101 |
| Binary | 1001101 | 10111010 | 11111111 | 1000110 | 11011 | 0 | 0 | 11001011 | 1100100 | 1000001 |
Color Harmonies of #4DBAFF
Complementary color
Monochromatic Colors of #4DBAFF
Black with #4DBAFF
Text Example
Text Example
White with #4DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFF; }
p { color: rgb(77,186,255); }
H1.HeaderClassName
{
color: #4DBAFF;
}
.AnyTagClassName
{
color: #4DBAFF;
}
</style>
background-color css
<style>
a { background-color: #4DBAFF; }
a { background-color: rgb(77,186,255); }
div.DivClassName
{
background-color: #4DBAFF;
}
.BgClassName
{
background-color: #4DBAFF;
}
</style>
border-color css
<style>
span { border-color: #4DBAFF; }
span { border-color: rgb(77,186,255); }
td.TdClassName
{
border-color: #4DBAFF;
}
.TagClassName
{
border-color: #4DBAFF;
}
</style>