Shades of Malibu #4FAFED
Tints of Malibu #4FAFED
RGB
CMYK
RGB Variations
Color information
#4FAFED (or 0x4FAFED) is known color: Malibu. HEX triplet: 4F, AF and ED. RGB value is (79,175,237). Sum of RGB (Red+Green+Blue) = 79+175+237=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAFED is #B05012. Grayscale: #999999. Windows color (decimal): -11554835 or 15576911. OLE color: 15576911.
HSL color Cylindrical-coordinate representation of color #4FAFED: hue angle of 203.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FAFED is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 175 | 237 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.07 |
| HSL | 203.54º | 0.81% | 0.62% | - |
| HSV(B) | 203.54º | 0.67% | 0.93% | - |
| XYZ | 33.84 | 38.44 | 85.76 | - |
| YUV | 153.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 237 | 0.67 | 0.26 | 0 | 0.07 | 203.54 | 0.81 | 0.62 |
| Hex | 4F | AF | ED | 43 | 1A | 0 | 7 | CC | 51 | 3E |
| Octal | 117 | 257 | 355 | 103 | 32 | 0 | 7 | 314 | 121 | 76 |
| Binary | 1001111 | 10101111 | 11101101 | 1000011 | 11010 | 0 | 111 | 11001100 | 1010001 | 111110 |
Color Harmonies of #4FAFED
Complementary color
Monochromatic Colors of #4FAFED
Black with #4FAFED
Text Example
Text Example
White with #4FAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFED; }
p { color: rgb(79,175,237); }
H1.HeaderClassName
{
color: #4FAFED;
}
.AnyTagClassName
{
color: #4FAFED;
}
</style>
background-color css
<style>
a { background-color: #4FAFED; }
a { background-color: rgb(79,175,237); }
div.DivClassName
{
background-color: #4FAFED;
}
.BgClassName
{
background-color: #4FAFED;
}
</style>
border-color css
<style>
span { border-color: #4FAFED; }
span { border-color: rgb(79,175,237); }
td.TdClassName
{
border-color: #4FAFED;
}
.TagClassName
{
border-color: #4FAFED;
}
</style>