Shades of Maya Blue #4DBDFF
Tints of Maya Blue #4DBDFF
RGB
CMYK
RGB Variations
Color information
#4DBDFF (or 0x4DBDFF) is known color: Maya Blue. HEX triplet: 4D, BD and FF. RGB value is (77,189,255). Sum of RGB (Red+Green+Blue) = 77+189+255=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFF is #B24200. Grayscale: #A2A2A2. Windows color (decimal): -11682305 or 16760141. OLE color: 16760141.
HSL color Cylindrical-coordinate representation of color #4DBDFF: hue angle of 202.25º 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 #4DBDFF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 189 | 255 | - |
| CMYK | 0.70 | 0.26 | 0 | 0 |
| HSL | 202.25º | 1% | 0.65% | - |
| HSV(B) | 202.25º | 0.7% | 1% | - |
| XYZ | 39.31 | 45.19 | 101.26 | - |
| YUV | 163.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 255 | 0.70 | 0.26 | 0 | 0 | 202.25 | 1 | 0.65 |
| Hex | 4D | BD | FF | 46 | 1A | 0 | 0 | CA | 64 | 41 |
| Octal | 115 | 275 | 377 | 106 | 32 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001101 | 10111101 | 11111111 | 1000110 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4DBDFF
Complementary color
Monochromatic Colors of #4DBDFF
Black with #4DBDFF
Text Example
Text Example
White with #4DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFF; }
p { color: rgb(77,189,255); }
H1.HeaderClassName
{
color: #4DBDFF;
}
.AnyTagClassName
{
color: #4DBDFF;
}
</style>
background-color css
<style>
a { background-color: #4DBDFF; }
a { background-color: rgb(77,189,255); }
div.DivClassName
{
background-color: #4DBDFF;
}
.BgClassName
{
background-color: #4DBDFF;
}
</style>
border-color css
<style>
span { border-color: #4DBDFF; }
span { border-color: rgb(77,189,255); }
td.TdClassName
{
border-color: #4DBDFF;
}
.TagClassName
{
border-color: #4DBDFF;
}
</style>