Shades of Maya Blue #4BBFFF
Tints of Maya Blue #4BBFFF
RGB
CMYK
RGB Variations
Color information
#4BBFFF (or 0x4BBFFF) is known color: Maya Blue. HEX triplet: 4B, BF and FF. RGB value is (75,191,255). Sum of RGB (Red+Green+Blue) = 75+191+255=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBFFF is #B44000. Grayscale: #A3A3A3. Windows color (decimal): -11812865 or 16760651. OLE color: 16760651.
HSL color Cylindrical-coordinate representation of color #4BBFFF: hue angle of 201.33º 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 #4BBFFF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 191 | 255 | - |
| CMYK | 0.71 | 0.25 | 0 | 0 |
| HSL | 201.33º | 1% | 0.65% | - |
| HSV(B) | 201.33º | 0.71% | 1% | - |
| XYZ | 39.58 | 45.98 | 101.4 | - |
| YUV | 163.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 255 | 0.71 | 0.25 | 0 | 0 | 201.33 | 1 | 0.65 |
| Hex | 4B | BF | FF | 47 | 19 | 0 | 0 | C9 | 64 | 41 |
| Octal | 113 | 277 | 377 | 107 | 31 | 0 | 0 | 311 | 144 | 101 |
| Binary | 1001011 | 10111111 | 11111111 | 1000111 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000001 |
Color Harmonies of #4BBFFF
Complementary color
Monochromatic Colors of #4BBFFF
Black with #4BBFFF
Text Example
Text Example
White with #4BBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBFFF; }
p { color: rgb(75,191,255); }
H1.HeaderClassName
{
color: #4BBFFF;
}
.AnyTagClassName
{
color: #4BBFFF;
}
</style>
background-color css
<style>
a { background-color: #4BBFFF; }
a { background-color: rgb(75,191,255); }
div.DivClassName
{
background-color: #4BBFFF;
}
.BgClassName
{
background-color: #4BBFFF;
}
</style>
border-color css
<style>
span { border-color: #4BBFFF; }
span { border-color: rgb(75,191,255); }
td.TdClassName
{
border-color: #4BBFFF;
}
.TagClassName
{
border-color: #4BBFFF;
}
</style>