Shades of Malibu #4EAEFC
Tints of Malibu #4EAEFC
RGB
CMYK
RGB Variations
Color information
#4EAEFC (or 0x4EAEFC) is known color: Malibu. HEX triplet: 4E, AE and FC. RGB value is (78,174,252). Sum of RGB (Red+Green+Blue) = 78+174+252=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAEFC is #B15103. Grayscale: #999999. Windows color (decimal): -11620612 or 16559694. OLE color: 16559694.
HSL color Cylindrical-coordinate representation of color #4EAEFC: hue angle of 206.9º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EAEFC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 174 | 252 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.01 |
| HSL | 206.9º | 0.97% | 0.65% | - |
| HSV(B) | 206.9º | 0.69% | 0.99% | - |
| XYZ | 35.85 | 38.92 | 97.72 | - |
| YUV | 154.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 252 | 0.69 | 0.31 | 0 | 0.01 | 206.9 | 0.97 | 0.65 |
| Hex | 4E | AE | FC | 45 | 1F | 0 | 1 | CF | 61 | 41 |
| Octal | 116 | 256 | 374 | 105 | 37 | 0 | 1 | 317 | 141 | 101 |
| Binary | 1001110 | 10101110 | 11111100 | 1000101 | 11111 | 0 | 1 | 11001111 | 1100001 | 1000001 |
Color Harmonies of #4EAEFC
Complementary color
Monochromatic Colors of #4EAEFC
Black with #4EAEFC
Text Example
Text Example
White with #4EAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAEFC; }
p { color: rgb(78,174,252); }
H1.HeaderClassName
{
color: #4EAEFC;
}
.AnyTagClassName
{
color: #4EAEFC;
}
</style>
background-color css
<style>
a { background-color: #4EAEFC; }
a { background-color: rgb(78,174,252); }
div.DivClassName
{
background-color: #4EAEFC;
}
.BgClassName
{
background-color: #4EAEFC;
}
</style>
border-color css
<style>
span { border-color: #4EAEFC; }
span { border-color: rgb(78,174,252); }
td.TdClassName
{
border-color: #4EAEFC;
}
.TagClassName
{
border-color: #4EAEFC;
}
</style>