Shades of Maya Blue #4DBCFF
Tints of Maya Blue #4DBCFF
RGB
CMYK
RGB Variations
Color information
#4DBCFF (or 0x4DBCFF) is known color: Maya Blue. HEX triplet: 4D, BC and FF. RGB value is (77,188,255). Sum of RGB (Red+Green+Blue) = 77+188+255=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCFF is #B24300. Grayscale: #A2A2A2. Windows color (decimal): -11682561 or 16759885. OLE color: 16759885.
HSL color Cylindrical-coordinate representation of color #4DBCFF: hue angle of 202.58º 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 #4DBCFF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 188 | 255 | - |
| CMYK | 0.70 | 0.26 | 0 | 0 |
| HSL | 202.58º | 1% | 0.65% | - |
| HSV(B) | 202.58º | 0.7% | 1% | - |
| XYZ | 39.09 | 44.76 | 101.19 | - |
| YUV | 162.45 | 180.23 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 255 | 0.70 | 0.26 | 0 | 0 | 202.58 | 1 | 0.65 |
| Hex | 4D | BC | FF | 46 | 1A | 0 | 0 | CB | 64 | 41 |
| Octal | 115 | 274 | 377 | 106 | 32 | 0 | 0 | 313 | 144 | 101 |
| Binary | 1001101 | 10111100 | 11111111 | 1000110 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000001 |
Color Harmonies of #4DBCFF
Complementary color
Monochromatic Colors of #4DBCFF
Black with #4DBCFF
Text Example
Text Example
White with #4DBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCFF; }
p { color: rgb(77,188,255); }
H1.HeaderClassName
{
color: #4DBCFF;
}
.AnyTagClassName
{
color: #4DBCFF;
}
</style>
background-color css
<style>
a { background-color: #4DBCFF; }
a { background-color: rgb(77,188,255); }
div.DivClassName
{
background-color: #4DBCFF;
}
.BgClassName
{
background-color: #4DBCFF;
}
</style>
border-color css
<style>
span { border-color: #4DBCFF; }
span { border-color: rgb(77,188,255); }
td.TdClassName
{
border-color: #4DBCFF;
}
.TagClassName
{
border-color: #4DBCFF;
}
</style>