Shades of Maya Blue #4DC2FD
Tints of Maya Blue #4DC2FD
RGB
CMYK
RGB Variations
Color information
#4DC2FD (or 0x4DC2FD) is known color: Maya Blue. HEX triplet: 4D, C2 and FD. RGB value is (77,194,253). Sum of RGB (Red+Green+Blue) = 77+194+253=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC2FD is #B23D02. Grayscale: #A5A5A5. Windows color (decimal): -11681027 or 16630349. OLE color: 16630349.
HSL color Cylindrical-coordinate representation of color #4DC2FD: hue angle of 200.11º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC2FD is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 194 | 253 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.01 |
| HSL | 200.11º | 0.98% | 0.65% | - |
| HSV(B) | 200.11º | 0.7% | 0.99% | - |
| XYZ | 40.08 | 47.25 | 99.94 | - |
| YUV | 165.74 | 177.24 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 253 | 0.70 | 0.23 | 0 | 0.01 | 200.11 | 0.98 | 0.65 |
| Hex | 4D | C2 | FD | 46 | 17 | 0 | 1 | C8 | 62 | 41 |
| Octal | 115 | 302 | 375 | 106 | 27 | 0 | 1 | 310 | 142 | 101 |
| Binary | 1001101 | 11000010 | 11111101 | 1000110 | 10111 | 0 | 1 | 11001000 | 1100010 | 1000001 |
Color Harmonies of #4DC2FD
Complementary color
Monochromatic Colors of #4DC2FD
Black with #4DC2FD
Text Example
Text Example
White with #4DC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2FD; }
p { color: rgb(77,194,253); }
H1.HeaderClassName
{
color: #4DC2FD;
}
.AnyTagClassName
{
color: #4DC2FD;
}
</style>
background-color css
<style>
a { background-color: #4DC2FD; }
a { background-color: rgb(77,194,253); }
div.DivClassName
{
background-color: #4DC2FD;
}
.BgClassName
{
background-color: #4DC2FD;
}
</style>
border-color css
<style>
span { border-color: #4DC2FD; }
span { border-color: rgb(77,194,253); }
td.TdClassName
{
border-color: #4DC2FD;
}
.TagClassName
{
border-color: #4DC2FD;
}
</style>