Shades of Maya Blue #4BCDFE
Tints of Maya Blue #4BCDFE
RGB
CMYK
RGB Variations
Color information
#4BCDFE (or 0x4BCDFE) is known color: Maya Blue. HEX triplet: 4B, CD and FE. RGB value is (75,205,254). Sum of RGB (Red+Green+Blue) = 75+205+254=534 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.04% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BCDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCDFE is #B43201. Grayscale: #ABABAB. Windows color (decimal): -11809282 or 16698699. OLE color: 16698699.
HSL color Cylindrical-coordinate representation of color #4BCDFE: hue angle of 196.42º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCDFE is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 205 | 254 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.00 |
| HSL | 196.42º | 0.99% | 0.65% | - |
| HSV(B) | 196.42º | 0.7% | 1% | - |
| XYZ | 42.62 | 52.31 | 101.62 | - |
| YUV | 171.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 254 | 0.70 | 0.19 | 0 | 0.00 | 196.42 | 0.99 | 0.65 |
| Hex | 4B | CD | FE | 46 | 13 | 0 | 0 | C4 | 63 | 41 |
| Octal | 113 | 315 | 376 | 106 | 23 | 0 | 0 | 304 | 143 | 101 |
| Binary | 1001011 | 11001101 | 11111110 | 1000110 | 10011 | 0 | 0 | 11000100 | 1100011 | 1000001 |
Color Harmonies of #4BCDFE
Complementary color
Monochromatic Colors of #4BCDFE
Black with #4BCDFE
Text Example
Text Example
White with #4BCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDFE; }
p { color: rgb(75,205,254); }
H1.HeaderClassName
{
color: #4BCDFE;
}
.AnyTagClassName
{
color: #4BCDFE;
}
</style>
background-color css
<style>
a { background-color: #4BCDFE; }
a { background-color: rgb(75,205,254); }
div.DivClassName
{
background-color: #4BCDFE;
}
.BgClassName
{
background-color: #4BCDFE;
}
</style>
border-color css
<style>
span { border-color: #4BCDFE; }
span { border-color: rgb(75,205,254); }
td.TdClassName
{
border-color: #4BCDFE;
}
.TagClassName
{
border-color: #4BCDFE;
}
</style>