Shades of Maya Blue #4DC0FD
Tints of Maya Blue #4DC0FD
RGB
CMYK
RGB Variations
Color information
#4DC0FD (or 0x4DC0FD) is known color: Maya Blue. HEX triplet: 4D, C0 and FD. RGB value is (77,192,253). Sum of RGB (Red+Green+Blue) = 77+192+253=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC0FD is #B23F02. Grayscale: #A4A4A4. Windows color (decimal): -11681539 or 16629837. OLE color: 16629837.
HSL color Cylindrical-coordinate representation of color #4DC0FD: hue angle of 200.8º 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 #4DC0FD is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 192 | 253 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.01 |
| HSL | 200.8º | 0.98% | 0.65% | - |
| HSV(B) | 200.8º | 0.7% | 0.99% | - |
| XYZ | 39.64 | 46.37 | 99.79 | - |
| YUV | 164.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 253 | 0.70 | 0.24 | 0 | 0.01 | 200.8 | 0.98 | 0.65 |
| Hex | 4D | C0 | FD | 46 | 18 | 0 | 1 | C9 | 62 | 41 |
| Octal | 115 | 300 | 375 | 106 | 30 | 0 | 1 | 311 | 142 | 101 |
| Binary | 1001101 | 11000000 | 11111101 | 1000110 | 11000 | 0 | 1 | 11001001 | 1100010 | 1000001 |
Color Harmonies of #4DC0FD
Complementary color
Monochromatic Colors of #4DC0FD
Black with #4DC0FD
Text Example
Text Example
White with #4DC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0FD; }
p { color: rgb(77,192,253); }
H1.HeaderClassName
{
color: #4DC0FD;
}
.AnyTagClassName
{
color: #4DC0FD;
}
</style>
background-color css
<style>
a { background-color: #4DC0FD; }
a { background-color: rgb(77,192,253); }
div.DivClassName
{
background-color: #4DC0FD;
}
.BgClassName
{
background-color: #4DC0FD;
}
</style>
border-color css
<style>
span { border-color: #4DC0FD; }
span { border-color: rgb(77,192,253); }
td.TdClassName
{
border-color: #4DC0FD;
}
.TagClassName
{
border-color: #4DC0FD;
}
</style>