Shades of Malibu #4DAEFA
Tints of Malibu #4DAEFA
RGB
CMYK
RGB Variations
Color information
#4DAEFA (or 0x4DAEFA) is known color: Malibu. HEX triplet: 4D, AE and FA. RGB value is (77,174,250). Sum of RGB (Red+Green+Blue) = 77+174+250=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAEFA is #B25105. Grayscale: #999999. Windows color (decimal): -11686150 or 16428621. OLE color: 16428621.
HSL color Cylindrical-coordinate representation of color #4DAEFA: hue angle of 206.36º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAEFA is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 174 | 250 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.02 |
| HSL | 206.36º | 0.95% | 0.64% | - |
| HSV(B) | 206.36º | 0.69% | 0.98% | - |
| XYZ | 35.45 | 38.75 | 96.05 | - |
| YUV | 153.66 | 182.36 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 250 | 0.69 | 0.30 | 0 | 0.02 | 206.36 | 0.95 | 0.64 |
| Hex | 4D | AE | FA | 45 | 1E | 0 | 2 | CE | 5F | 40 |
| Octal | 115 | 256 | 372 | 105 | 36 | 0 | 2 | 316 | 137 | 100 |
| Binary | 1001101 | 10101110 | 11111010 | 1000101 | 11110 | 0 | 10 | 11001110 | 1011111 | 1000000 |
Color Harmonies of #4DAEFA
Complementary color
Monochromatic Colors of #4DAEFA
Black with #4DAEFA
Text Example
Text Example
White with #4DAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEFA; }
p { color: rgb(77,174,250); }
H1.HeaderClassName
{
color: #4DAEFA;
}
.AnyTagClassName
{
color: #4DAEFA;
}
</style>
background-color css
<style>
a { background-color: #4DAEFA; }
a { background-color: rgb(77,174,250); }
div.DivClassName
{
background-color: #4DAEFA;
}
.BgClassName
{
background-color: #4DAEFA;
}
</style>
border-color css
<style>
span { border-color: #4DAEFA; }
span { border-color: rgb(77,174,250); }
td.TdClassName
{
border-color: #4DAEFA;
}
.TagClassName
{
border-color: #4DAEFA;
}
</style>