Shades of Malibu #4FB0ED
Tints of Malibu #4FB0ED
RGB
CMYK
RGB Variations
Color information
#4FB0ED (or 0x4FB0ED) is known color: Malibu. HEX triplet: 4F, B0 and ED. RGB value is (79,176,237). Sum of RGB (Red+Green+Blue) = 79+176+237=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FB0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB0ED is #B04F12. Grayscale: #999999. Windows color (decimal): -11554579 or 15577167. OLE color: 15577167.
HSL color Cylindrical-coordinate representation of color #4FB0ED: hue angle of 203.16º 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 #4FB0ED is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 176 | 237 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.07 |
| HSL | 203.16º | 0.81% | 0.62% | - |
| HSV(B) | 203.16º | 0.67% | 0.93% | - |
| XYZ | 34.04 | 38.83 | 85.82 | - |
| YUV | 153.95 | 174.86 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 237 | 0.67 | 0.26 | 0 | 0.07 | 203.16 | 0.81 | 0.62 |
| Hex | 4F | B0 | ED | 43 | 1A | 0 | 7 | CB | 51 | 3E |
| Octal | 117 | 260 | 355 | 103 | 32 | 0 | 7 | 313 | 121 | 76 |
| Binary | 1001111 | 10110000 | 11101101 | 1000011 | 11010 | 0 | 111 | 11001011 | 1010001 | 111110 |
Color Harmonies of #4FB0ED
Complementary color
Monochromatic Colors of #4FB0ED
Black with #4FB0ED
Text Example
Text Example
White with #4FB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB0ED; }
p { color: rgb(79,176,237); }
H1.HeaderClassName
{
color: #4FB0ED;
}
.AnyTagClassName
{
color: #4FB0ED;
}
</style>
background-color css
<style>
a { background-color: #4FB0ED; }
a { background-color: rgb(79,176,237); }
div.DivClassName
{
background-color: #4FB0ED;
}
.BgClassName
{
background-color: #4FB0ED;
}
</style>
border-color css
<style>
span { border-color: #4FB0ED; }
span { border-color: rgb(79,176,237); }
td.TdClassName
{
border-color: #4FB0ED;
}
.TagClassName
{
border-color: #4FB0ED;
}
</style>