Shades of Maya Blue #4BCCFD
Tints of Maya Blue #4BCCFD
RGB
CMYK
RGB Variations
Color information
#4BCCFD (or 0x4BCCFD) is known color: Maya Blue. HEX triplet: 4B, CC and FD. RGB value is (75,204,253). Sum of RGB (Red+Green+Blue) = 75+204+253=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCFD is #B43302. Grayscale: #AAAAAA. Windows color (decimal): -11809539 or 16632907. OLE color: 16632907.
HSL color Cylindrical-coordinate representation of color #4BCCFD: hue angle of 196.52º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCCFD is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 204 | 253 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.01 |
| HSL | 196.52º | 0.98% | 0.64% | - |
| HSV(B) | 196.52º | 0.7% | 0.99% | - |
| XYZ | 42.22 | 51.77 | 100.7 | - |
| YUV | 171.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 253 | 0.70 | 0.19 | 0 | 0.01 | 196.52 | 0.98 | 0.64 |
| Hex | 4B | CC | FD | 46 | 13 | 0 | 1 | C5 | 62 | 40 |
| Octal | 113 | 314 | 375 | 106 | 23 | 0 | 1 | 305 | 142 | 100 |
| Binary | 1001011 | 11001100 | 11111101 | 1000110 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000000 |
Color Harmonies of #4BCCFD
Complementary color
Monochromatic Colors of #4BCCFD
Black with #4BCCFD
Text Example
Text Example
White with #4BCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCFD; }
p { color: rgb(75,204,253); }
H1.HeaderClassName
{
color: #4BCCFD;
}
.AnyTagClassName
{
color: #4BCCFD;
}
</style>
background-color css
<style>
a { background-color: #4BCCFD; }
a { background-color: rgb(75,204,253); }
div.DivClassName
{
background-color: #4BCCFD;
}
.BgClassName
{
background-color: #4BCCFD;
}
</style>
border-color css
<style>
span { border-color: #4BCCFD; }
span { border-color: rgb(75,204,253); }
td.TdClassName
{
border-color: #4BCCFD;
}
.TagClassName
{
border-color: #4BCCFD;
}
</style>