Shades of Maya Blue #4DCAFC
Tints of Maya Blue #4DCAFC
RGB
CMYK
RGB Variations
Color information
#4DCAFC (or 0x4DCAFC) is known color: Maya Blue. HEX triplet: 4D, CA and FC. RGB value is (77,202,252). Sum of RGB (Red+Green+Blue) = 77+202+252=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DCAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAFC is #B23503. Grayscale: #AAAAAA. Windows color (decimal): -11678980 or 16566861. OLE color: 16566861.
HSL color Cylindrical-coordinate representation of color #4DCAFC: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCAFC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 202 | 252 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.01 |
| HSL | 197.14º | 0.97% | 0.65% | - |
| HSV(B) | 197.14º | 0.69% | 0.99% | - |
| XYZ | 41.75 | 50.85 | 99.71 | - |
| YUV | 170.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 252 | 0.69 | 0.20 | 0 | 0.01 | 197.14 | 0.97 | 0.65 |
| Hex | 4D | CA | FC | 45 | 14 | 0 | 1 | C5 | 61 | 41 |
| Octal | 115 | 312 | 374 | 105 | 24 | 0 | 1 | 305 | 141 | 101 |
| Binary | 1001101 | 11001010 | 11111100 | 1000101 | 10100 | 0 | 1 | 11000101 | 1100001 | 1000001 |
Color Harmonies of #4DCAFC
Complementary color
Monochromatic Colors of #4DCAFC
Black with #4DCAFC
Text Example
Text Example
White with #4DCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAFC; }
p { color: rgb(77,202,252); }
H1.HeaderClassName
{
color: #4DCAFC;
}
.AnyTagClassName
{
color: #4DCAFC;
}
</style>
background-color css
<style>
a { background-color: #4DCAFC; }
a { background-color: rgb(77,202,252); }
div.DivClassName
{
background-color: #4DCAFC;
}
.BgClassName
{
background-color: #4DCAFC;
}
</style>
border-color css
<style>
span { border-color: #4DCAFC; }
span { border-color: rgb(77,202,252); }
td.TdClassName
{
border-color: #4DCAFC;
}
.TagClassName
{
border-color: #4DCAFC;
}
</style>