Shades of Maya Blue #4BCBFB
Tints of Maya Blue #4BCBFB
RGB
CMYK
RGB Variations
Color information
#4BCBFB (or 0x4BCBFB) is known color: Maya Blue. HEX triplet: 4B, CB and FB. RGB value is (75,203,251). Sum of RGB (Red+Green+Blue) = 75+203+251=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BCBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCBFB is #B43404. Grayscale: #A9A9A9. Windows color (decimal): -11809797 or 16501579. OLE color: 16501579.
HSL color Cylindrical-coordinate representation of color #4BCBFB: hue angle of 196.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCBFB is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 203 | 251 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.02 |
| HSL | 196.36º | 0.96% | 0.64% | - |
| HSV(B) | 196.36º | 0.7% | 0.98% | - |
| XYZ | 41.67 | 51.17 | 98.95 | - |
| YUV | 170.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 251 | 0.70 | 0.19 | 0 | 0.02 | 196.36 | 0.96 | 0.64 |
| Hex | 4B | CB | FB | 46 | 13 | 0 | 2 | C4 | 60 | 40 |
| Octal | 113 | 313 | 373 | 106 | 23 | 0 | 2 | 304 | 140 | 100 |
| Binary | 1001011 | 11001011 | 11111011 | 1000110 | 10011 | 0 | 10 | 11000100 | 1100000 | 1000000 |
Color Harmonies of #4BCBFB
Complementary color
Monochromatic Colors of #4BCBFB
Black with #4BCBFB
Text Example
Text Example
White with #4BCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBFB; }
p { color: rgb(75,203,251); }
H1.HeaderClassName
{
color: #4BCBFB;
}
.AnyTagClassName
{
color: #4BCBFB;
}
</style>
background-color css
<style>
a { background-color: #4BCBFB; }
a { background-color: rgb(75,203,251); }
div.DivClassName
{
background-color: #4BCBFB;
}
.BgClassName
{
background-color: #4BCBFB;
}
</style>
border-color css
<style>
span { border-color: #4BCBFB; }
span { border-color: rgb(75,203,251); }
td.TdClassName
{
border-color: #4BCBFB;
}
.TagClassName
{
border-color: #4BCBFB;
}
</style>