Shades of Maya Blue #4BBDFF
Tints of Maya Blue #4BBDFF
RGB
CMYK
RGB Variations
Color information
#4BBDFF (or 0x4BBDFF) is known color: Maya Blue. HEX triplet: 4B, BD and FF. RGB value is (75,189,255). Sum of RGB (Red+Green+Blue) = 75+189+255=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BBDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBDFF is #B44200. Grayscale: #A2A2A2. Windows color (decimal): -11813377 or 16760139. OLE color: 16760139.
HSL color Cylindrical-coordinate representation of color #4BBDFF: hue angle of 202º 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 #4BBDFF is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 189 | 255 | - |
| CMYK | 0.71 | 0.26 | 0 | 0 |
| HSL | 202º | 1% | 0.65% | - |
| HSV(B) | 202º | 0.71% | 1% | - |
| XYZ | 39.15 | 45.11 | 101.25 | - |
| YUV | 162.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 255 | 0.71 | 0.26 | 0 | 0 | 202 | 1 | 0.65 |
| Hex | 4B | BD | FF | 47 | 1A | 0 | 0 | CA | 64 | 41 |
| Octal | 113 | 275 | 377 | 107 | 32 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001011 | 10111101 | 11111111 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4BBDFF
Complementary color
Monochromatic Colors of #4BBDFF
Black with #4BBDFF
Text Example
Text Example
White with #4BBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDFF; }
p { color: rgb(75,189,255); }
H1.HeaderClassName
{
color: #4BBDFF;
}
.AnyTagClassName
{
color: #4BBDFF;
}
</style>
background-color css
<style>
a { background-color: #4BBDFF; }
a { background-color: rgb(75,189,255); }
div.DivClassName
{
background-color: #4BBDFF;
}
.BgClassName
{
background-color: #4BBDFF;
}
</style>
border-color css
<style>
span { border-color: #4BBDFF; }
span { border-color: rgb(75,189,255); }
td.TdClassName
{
border-color: #4BBDFF;
}
.TagClassName
{
border-color: #4BBDFF;
}
</style>