Shades of Maya Blue #4BCBFD
Tints of Maya Blue #4BCBFD
RGB
CMYK
RGB Variations
Color information
#4BCBFD (or 0x4BCBFD) is known color: Maya Blue. HEX triplet: 4B, CB and FD. RGB value is (75,203,253). Sum of RGB (Red+Green+Blue) = 75+203+253=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BCBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCBFD is #B43402. Grayscale: #AAAAAA. Windows color (decimal): -11809795 or 16632651. OLE color: 16632651.
HSL color Cylindrical-coordinate representation of color #4BCBFD: hue angle of 196.85º 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 #4BCBFD is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 203 | 253 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.01 |
| HSL | 196.85º | 0.98% | 0.64% | - |
| HSV(B) | 196.85º | 0.7% | 0.99% | - |
| XYZ | 41.99 | 51.3 | 100.62 | - |
| YUV | 170.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 253 | 0.70 | 0.20 | 0 | 0.01 | 196.85 | 0.98 | 0.64 |
| Hex | 4B | CB | FD | 46 | 14 | 0 | 1 | C5 | 62 | 40 |
| Octal | 113 | 313 | 375 | 106 | 24 | 0 | 1 | 305 | 142 | 100 |
| Binary | 1001011 | 11001011 | 11111101 | 1000110 | 10100 | 0 | 1 | 11000101 | 1100010 | 1000000 |
Color Harmonies of #4BCBFD
Complementary color
Monochromatic Colors of #4BCBFD
Black with #4BCBFD
Text Example
Text Example
White with #4BCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBFD; }
p { color: rgb(75,203,253); }
H1.HeaderClassName
{
color: #4BCBFD;
}
.AnyTagClassName
{
color: #4BCBFD;
}
</style>
background-color css
<style>
a { background-color: #4BCBFD; }
a { background-color: rgb(75,203,253); }
div.DivClassName
{
background-color: #4BCBFD;
}
.BgClassName
{
background-color: #4BCBFD;
}
</style>
border-color css
<style>
span { border-color: #4BCBFD; }
span { border-color: rgb(75,203,253); }
td.TdClassName
{
border-color: #4BCBFD;
}
.TagClassName
{
border-color: #4BCBFD;
}
</style>