Shades of Maya Blue #4AC6FE
Tints of Maya Blue #4AC6FE
RGB
CMYK
RGB Variations
Color information
#4AC6FE (or 0x4AC6FE) is known color: Maya Blue. HEX triplet: 4A, C6 and FE. RGB value is (74,198,254). Sum of RGB (Red+Green+Blue) = 74+198+254=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AC6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC6FE is #B53901. Grayscale: #A6A6A6. Windows color (decimal): -11876610 or 16696906. OLE color: 16696906.
HSL color Cylindrical-coordinate representation of color #4AC6FE: hue angle of 198.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AC6FE is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 198 | 254 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.00 |
| HSL | 198.67º | 0.99% | 0.64% | - |
| HSV(B) | 198.67º | 0.71% | 1% | - |
| XYZ | 40.91 | 49 | 101.07 | - |
| YUV | 167.31 | 176.92 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 254 | 0.71 | 0.22 | 0 | 0.00 | 198.67 | 0.99 | 0.64 |
| Hex | 4A | C6 | FE | 47 | 16 | 0 | 0 | C7 | 63 | 40 |
| Octal | 112 | 306 | 376 | 107 | 26 | 0 | 0 | 307 | 143 | 100 |
| Binary | 1001010 | 11000110 | 11111110 | 1000111 | 10110 | 0 | 0 | 11000111 | 1100011 | 1000000 |
Color Harmonies of #4AC6FE
Complementary color
Monochromatic Colors of #4AC6FE
Black with #4AC6FE
Text Example
Text Example
White with #4AC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC6FE; }
p { color: rgb(74,198,254); }
H1.HeaderClassName
{
color: #4AC6FE;
}
.AnyTagClassName
{
color: #4AC6FE;
}
</style>
background-color css
<style>
a { background-color: #4AC6FE; }
a { background-color: rgb(74,198,254); }
div.DivClassName
{
background-color: #4AC6FE;
}
.BgClassName
{
background-color: #4AC6FE;
}
</style>
border-color css
<style>
span { border-color: #4AC6FE; }
span { border-color: rgb(74,198,254); }
td.TdClassName
{
border-color: #4AC6FE;
}
.TagClassName
{
border-color: #4AC6FE;
}
</style>