Shades of Maya Blue #4CBFFE
Tints of Maya Blue #4CBFFE
RGB
CMYK
RGB Variations
Color information
#4CBFFE (or 0x4CBFFE) is known color: Maya Blue. HEX triplet: 4C, BF and FE. RGB value is (76,191,254). Sum of RGB (Red+Green+Blue) = 76+191+254=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CBFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFFE is #B34001. Grayscale: #A3A3A3. Windows color (decimal): -11747330 or 16695116. OLE color: 16695116.
HSL color Cylindrical-coordinate representation of color #4CBFFE: hue angle of 201.24º 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 #4CBFFE is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 191 | 254 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.00 |
| HSL | 201.24º | 0.99% | 0.65% | - |
| HSV(B) | 201.24º | 0.7% | 1% | - |
| XYZ | 39.5 | 45.95 | 100.55 | - |
| YUV | 163.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 254 | 0.70 | 0.25 | 0 | 0.00 | 201.24 | 0.99 | 0.65 |
| Hex | 4C | BF | FE | 46 | 19 | 0 | 0 | C9 | 63 | 41 |
| Octal | 114 | 277 | 376 | 106 | 31 | 0 | 0 | 311 | 143 | 101 |
| Binary | 1001100 | 10111111 | 11111110 | 1000110 | 11001 | 0 | 0 | 11001001 | 1100011 | 1000001 |
Color Harmonies of #4CBFFE
Complementary color
Monochromatic Colors of #4CBFFE
Black with #4CBFFE
Text Example
Text Example
White with #4CBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFFE; }
p { color: rgb(76,191,254); }
H1.HeaderClassName
{
color: #4CBFFE;
}
.AnyTagClassName
{
color: #4CBFFE;
}
</style>
background-color css
<style>
a { background-color: #4CBFFE; }
a { background-color: rgb(76,191,254); }
div.DivClassName
{
background-color: #4CBFFE;
}
.BgClassName
{
background-color: #4CBFFE;
}
</style>
border-color css
<style>
span { border-color: #4CBFFE; }
span { border-color: rgb(76,191,254); }
td.TdClassName
{
border-color: #4CBFFE;
}
.TagClassName
{
border-color: #4CBFFE;
}
</style>