Shades of Maya Blue #4DCAFF
Tints of Maya Blue #4DCAFF
RGB
CMYK
RGB Variations
Color information
#4DCAFF (or 0x4DCAFF) is known color: Maya Blue. HEX triplet: 4D, CA and FF. RGB value is (77,202,255). Sum of RGB (Red+Green+Blue) = 77+202+255=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAFF is #B23500. Grayscale: #AAAAAA. Windows color (decimal): -11678977 or 16763469. OLE color: 16763469.
HSL color Cylindrical-coordinate representation of color #4DCAFF: hue angle of 197.87º 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 #4DCAFF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 202 | 255 | - |
| CMYK | 0.70 | 0.21 | 0 | 0 |
| HSL | 197.87º | 1% | 0.65% | - |
| HSV(B) | 197.87º | 0.7% | 1% | - |
| XYZ | 42.23 | 51.04 | 102.23 | - |
| YUV | 170.67 | 175.59 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 255 | 0.70 | 0.21 | 0 | 0 | 197.87 | 1 | 0.65 |
| Hex | 4D | CA | FF | 46 | 15 | 0 | 0 | C6 | 64 | 41 |
| Octal | 115 | 312 | 377 | 106 | 25 | 0 | 0 | 306 | 144 | 101 |
| Binary | 1001101 | 11001010 | 11111111 | 1000110 | 10101 | 0 | 0 | 11000110 | 1100100 | 1000001 |
Color Harmonies of #4DCAFF
Complementary color
Monochromatic Colors of #4DCAFF
Black with #4DCAFF
Text Example
Text Example
White with #4DCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAFF; }
p { color: rgb(77,202,255); }
H1.HeaderClassName
{
color: #4DCAFF;
}
.AnyTagClassName
{
color: #4DCAFF;
}
</style>
background-color css
<style>
a { background-color: #4DCAFF; }
a { background-color: rgb(77,202,255); }
div.DivClassName
{
background-color: #4DCAFF;
}
.BgClassName
{
background-color: #4DCAFF;
}
</style>
border-color css
<style>
span { border-color: #4DCAFF; }
span { border-color: rgb(77,202,255); }
td.TdClassName
{
border-color: #4DCAFF;
}
.TagClassName
{
border-color: #4DCAFF;
}
</style>