Shades of Maya Blue #4DC2FF
Tints of Maya Blue #4DC2FF
RGB
CMYK
RGB Variations
Color information
#4DC2FF (or 0x4DC2FF) is known color: Maya Blue. HEX triplet: 4D, C2 and FF. RGB value is (77,194,255). Sum of RGB (Red+Green+Blue) = 77+194+255=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DC2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC2FF is #B23D00. Grayscale: #A5A5A5. Windows color (decimal): -11681025 or 16761421. OLE color: 16761421.
HSL color Cylindrical-coordinate representation of color #4DC2FF: hue angle of 200.56º 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 #4DC2FF is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 194 | 255 | - |
| CMYK | 0.70 | 0.24 | 0 | 0 |
| HSL | 200.56º | 1% | 0.65% | - |
| HSV(B) | 200.56º | 0.7% | 1% | - |
| XYZ | 40.4 | 47.38 | 101.62 | - |
| YUV | 165.97 | 178.24 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 255 | 0.70 | 0.24 | 0 | 0 | 200.56 | 1 | 0.65 |
| Hex | 4D | C2 | FF | 46 | 18 | 0 | 0 | C9 | 64 | 41 |
| Octal | 115 | 302 | 377 | 106 | 30 | 0 | 0 | 311 | 144 | 101 |
| Binary | 1001101 | 11000010 | 11111111 | 1000110 | 11000 | 0 | 0 | 11001001 | 1100100 | 1000001 |
Color Harmonies of #4DC2FF
Complementary color
Monochromatic Colors of #4DC2FF
Black with #4DC2FF
Text Example
Text Example
White with #4DC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2FF; }
p { color: rgb(77,194,255); }
H1.HeaderClassName
{
color: #4DC2FF;
}
.AnyTagClassName
{
color: #4DC2FF;
}
</style>
background-color css
<style>
a { background-color: #4DC2FF; }
a { background-color: rgb(77,194,255); }
div.DivClassName
{
background-color: #4DC2FF;
}
.BgClassName
{
background-color: #4DC2FF;
}
</style>
border-color css
<style>
span { border-color: #4DC2FF; }
span { border-color: rgb(77,194,255); }
td.TdClassName
{
border-color: #4DC2FF;
}
.TagClassName
{
border-color: #4DC2FF;
}
</style>