Shades of Maya Blue #4ACCFE
Tints of Maya Blue #4ACCFE
RGB
CMYK
RGB Variations
Color information
#4ACCFE (or 0x4ACCFE) is known color: Maya Blue. HEX triplet: 4A, CC and FE. RGB value is (74,204,254). Sum of RGB (Red+Green+Blue) = 74+204+254=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ACCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCFE is #B53301. Grayscale: #AAAAAA. Windows color (decimal): -11875074 or 16698442. OLE color: 16698442.
HSL color Cylindrical-coordinate representation of color #4ACCFE: hue angle of 196.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 #4ACCFE is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 204 | 254 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.00 |
| HSL | 196.67º | 0.99% | 0.64% | - |
| HSV(B) | 196.67º | 0.71% | 1% | - |
| XYZ | 42.31 | 51.8 | 101.53 | - |
| YUV | 170.83 | 174.93 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 254 | 0.71 | 0.20 | 0 | 0.00 | 196.67 | 0.99 | 0.64 |
| Hex | 4A | CC | FE | 47 | 14 | 0 | 0 | C5 | 63 | 40 |
| Octal | 112 | 314 | 376 | 107 | 24 | 0 | 0 | 305 | 143 | 100 |
| Binary | 1001010 | 11001100 | 11111110 | 1000111 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000000 |
Color Harmonies of #4ACCFE
Complementary color
Monochromatic Colors of #4ACCFE
Black with #4ACCFE
Text Example
Text Example
White with #4ACCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCFE; }
p { color: rgb(74,204,254); }
H1.HeaderClassName
{
color: #4ACCFE;
}
.AnyTagClassName
{
color: #4ACCFE;
}
</style>
background-color css
<style>
a { background-color: #4ACCFE; }
a { background-color: rgb(74,204,254); }
div.DivClassName
{
background-color: #4ACCFE;
}
.BgClassName
{
background-color: #4ACCFE;
}
</style>
border-color css
<style>
span { border-color: #4ACCFE; }
span { border-color: rgb(74,204,254); }
td.TdClassName
{
border-color: #4ACCFE;
}
.TagClassName
{
border-color: #4ACCFE;
}
</style>