Shades of Maya Blue #4CC2FF
Tints of Maya Blue #4CC2FF
RGB
CMYK
RGB Variations
Color information
#4CC2FF (or 0x4CC2FF) is known color: Maya Blue. HEX triplet: 4C, C2 and FF. RGB value is (76,194,255). Sum of RGB (Red+Green+Blue) = 76+194+255=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CC2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC2FF is #B33D00. Grayscale: #A5A5A5. Windows color (decimal): -11746561 or 16761420. OLE color: 16761420.
HSL color Cylindrical-coordinate representation of color #4CC2FF: hue angle of 200.45º 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 #4CC2FF is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 194 | 255 | - |
| CMYK | 0.70 | 0.24 | 0 | 0 |
| HSL | 200.45º | 1% | 0.65% | - |
| HSV(B) | 200.45º | 0.7% | 1% | - |
| XYZ | 40.32 | 47.34 | 101.62 | - |
| YUV | 165.67 | 178.41 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 255 | 0.70 | 0.24 | 0 | 0 | 200.45 | 1 | 0.65 |
| Hex | 4C | C2 | FF | 46 | 18 | 0 | 0 | C8 | 64 | 41 |
| Octal | 114 | 302 | 377 | 106 | 30 | 0 | 0 | 310 | 144 | 101 |
| Binary | 1001100 | 11000010 | 11111111 | 1000110 | 11000 | 0 | 0 | 11001000 | 1100100 | 1000001 |
Color Harmonies of #4CC2FF
Complementary color
Monochromatic Colors of #4CC2FF
Black with #4CC2FF
Text Example
Text Example
White with #4CC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC2FF; }
p { color: rgb(76,194,255); }
H1.HeaderClassName
{
color: #4CC2FF;
}
.AnyTagClassName
{
color: #4CC2FF;
}
</style>
background-color css
<style>
a { background-color: #4CC2FF; }
a { background-color: rgb(76,194,255); }
div.DivClassName
{
background-color: #4CC2FF;
}
.BgClassName
{
background-color: #4CC2FF;
}
</style>
border-color css
<style>
span { border-color: #4CC2FF; }
span { border-color: rgb(76,194,255); }
td.TdClassName
{
border-color: #4CC2FF;
}
.TagClassName
{
border-color: #4CC2FF;
}
</style>