Shades of Maya Blue #4BCAFF
Tints of Maya Blue #4BCAFF
RGB
CMYK
RGB Variations
Color information
#4BCAFF (or 0x4BCAFF) is known color: Maya Blue. HEX triplet: 4B, CA and FF. RGB value is (75,202,255). Sum of RGB (Red+Green+Blue) = 75+202+255=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAFF is #B43500. Grayscale: #A9A9A9. Windows color (decimal): -11810049 or 16763467. OLE color: 16763467.
HSL color Cylindrical-coordinate representation of color #4BCAFF: hue angle of 197.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 #4BCAFF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 202 | 255 | - |
| CMYK | 0.71 | 0.21 | 0 | 0 |
| HSL | 197.67º | 1% | 0.65% | - |
| HSV(B) | 197.67º | 0.71% | 1% | - |
| XYZ | 42.07 | 50.96 | 102.23 | - |
| YUV | 170.07 | 175.92 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 255 | 0.71 | 0.21 | 0 | 0 | 197.67 | 1 | 0.65 |
| Hex | 4B | CA | FF | 47 | 15 | 0 | 0 | C6 | 64 | 41 |
| Octal | 113 | 312 | 377 | 107 | 25 | 0 | 0 | 306 | 144 | 101 |
| Binary | 1001011 | 11001010 | 11111111 | 1000111 | 10101 | 0 | 0 | 11000110 | 1100100 | 1000001 |
Color Harmonies of #4BCAFF
Complementary color
Monochromatic Colors of #4BCAFF
Black with #4BCAFF
Text Example
Text Example
White with #4BCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAFF; }
p { color: rgb(75,202,255); }
H1.HeaderClassName
{
color: #4BCAFF;
}
.AnyTagClassName
{
color: #4BCAFF;
}
</style>
background-color css
<style>
a { background-color: #4BCAFF; }
a { background-color: rgb(75,202,255); }
div.DivClassName
{
background-color: #4BCAFF;
}
.BgClassName
{
background-color: #4BCAFF;
}
</style>
border-color css
<style>
span { border-color: #4BCAFF; }
span { border-color: rgb(75,202,255); }
td.TdClassName
{
border-color: #4BCAFF;
}
.TagClassName
{
border-color: #4BCAFF;
}
</style>