Shades of Maya Blue #4BBEFF
Tints of Maya Blue #4BBEFF
RGB
CMYK
RGB Variations
Color information
#4BBEFF (or 0x4BBEFF) is known color: Maya Blue. HEX triplet: 4B, BE and FF. RGB value is (75,190,255). Sum of RGB (Red+Green+Blue) = 75+190+255=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBEFF is #B44100. Grayscale: #A2A2A2. Windows color (decimal): -11813121 or 16760395. OLE color: 16760395.
HSL color Cylindrical-coordinate representation of color #4BBEFF: hue angle of 201.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BBEFF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 190 | 255 | - |
| CMYK | 0.71 | 0.25 | 0 | 0 |
| HSL | 201.67º | 1% | 0.65% | - |
| HSV(B) | 201.67º | 0.71% | 1% | - |
| XYZ | 39.37 | 45.54 | 101.32 | - |
| YUV | 163.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 255 | 0.71 | 0.25 | 0 | 0 | 201.67 | 1 | 0.65 |
| Hex | 4B | BE | FF | 47 | 19 | 0 | 0 | CA | 64 | 41 |
| Octal | 113 | 276 | 377 | 107 | 31 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001011 | 10111110 | 11111111 | 1000111 | 11001 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4BBEFF
Complementary color
Monochromatic Colors of #4BBEFF
Black with #4BBEFF
Text Example
Text Example
White with #4BBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBEFF; }
p { color: rgb(75,190,255); }
H1.HeaderClassName
{
color: #4BBEFF;
}
.AnyTagClassName
{
color: #4BBEFF;
}
</style>
background-color css
<style>
a { background-color: #4BBEFF; }
a { background-color: rgb(75,190,255); }
div.DivClassName
{
background-color: #4BBEFF;
}
.BgClassName
{
background-color: #4BBEFF;
}
</style>
border-color css
<style>
span { border-color: #4BBEFF; }
span { border-color: rgb(75,190,255); }
td.TdClassName
{
border-color: #4BBEFF;
}
.TagClassName
{
border-color: #4BBEFF;
}
</style>