Shades of Maya Blue #49CBFF
Tints of Maya Blue #49CBFF
RGB
CMYK
RGB Variations
Color information
#49CBFF (or 0x49CBFF) is known color: Maya Blue. HEX triplet: 49, CB and FF. RGB value is (73,203,255). Sum of RGB (Red+Green+Blue) = 73+203+255=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBFF is #B63400. Grayscale: #A9A9A9. Windows color (decimal): -11940865 or 16763721. OLE color: 16763721.
HSL color Cylindrical-coordinate representation of color #49CBFF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CBFF is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 203 | 255 | - |
| CMYK | 0.71 | 0.20 | 0 | 0 |
| HSL | 197.14º | 1% | 0.64% | - |
| HSV(B) | 197.14º | 0.71% | 1% | - |
| XYZ | 42.15 | 51.35 | 102.3 | - |
| YUV | 170.06 | 175.93 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 255 | 0.71 | 0.20 | 0 | 0 | 197.14 | 1 | 0.64 |
| Hex | 49 | CB | FF | 47 | 14 | 0 | 0 | C5 | 64 | 40 |
| Octal | 111 | 313 | 377 | 107 | 24 | 0 | 0 | 305 | 144 | 100 |
| Binary | 1001001 | 11001011 | 11111111 | 1000111 | 10100 | 0 | 0 | 11000101 | 1100100 | 1000000 |
Color Harmonies of #49CBFF
Complementary color
Monochromatic Colors of #49CBFF
Black with #49CBFF
Text Example
Text Example
White with #49CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBFF; }
p { color: rgb(73,203,255); }
H1.HeaderClassName
{
color: #49CBFF;
}
.AnyTagClassName
{
color: #49CBFF;
}
</style>
background-color css
<style>
a { background-color: #49CBFF; }
a { background-color: rgb(73,203,255); }
div.DivClassName
{
background-color: #49CBFF;
}
.BgClassName
{
background-color: #49CBFF;
}
</style>
border-color css
<style>
span { border-color: #49CBFF; }
span { border-color: rgb(73,203,255); }
td.TdClassName
{
border-color: #49CBFF;
}
.TagClassName
{
border-color: #49CBFF;
}
</style>