Shades of Malibu #4FB7E0
Tints of Malibu #4FB7E0
RGB
CMYK
RGB Variations
Color information
#4FB7E0 (or 0x4FB7E0) is known color: Malibu. HEX triplet: 4F, B7 and E0. RGB value is (79,183,224). Sum of RGB (Red+Green+Blue) = 79+183+224=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FB7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB7E0 is #B0481F. Grayscale: #9C9C9C. Windows color (decimal): -11552800 or 14726991. OLE color: 14726991.
HSL color Cylindrical-coordinate representation of color #4FB7E0: hue angle of 196.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FB7E0 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 183 | 224 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.12 |
| HSL | 196.97º | 0.7% | 0.59% | - |
| HSV(B) | 196.97º | 0.65% | 0.88% | - |
| XYZ | 33.61 | 40.91 | 76.65 | - |
| YUV | 156.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 224 | 0.65 | 0.18 | 0 | 0.12 | 196.97 | 0.7 | 0.59 |
| Hex | 4F | B7 | E0 | 41 | 12 | 0 | C | C5 | 46 | 3B |
| Octal | 117 | 267 | 340 | 101 | 22 | 0 | 14 | 305 | 106 | 73 |
| Binary | 1001111 | 10110111 | 11100000 | 1000001 | 10010 | 0 | 1100 | 11000101 | 1000110 | 111011 |
Color Harmonies of #4FB7E0
Complementary color
Monochromatic Colors of #4FB7E0
Black with #4FB7E0
Text Example
Text Example
White with #4FB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB7E0; }
p { color: rgb(79,183,224); }
H1.HeaderClassName
{
color: #4FB7E0;
}
.AnyTagClassName
{
color: #4FB7E0;
}
</style>
background-color css
<style>
a { background-color: #4FB7E0; }
a { background-color: rgb(79,183,224); }
div.DivClassName
{
background-color: #4FB7E0;
}
.BgClassName
{
background-color: #4FB7E0;
}
</style>
border-color css
<style>
span { border-color: #4FB7E0; }
span { border-color: rgb(79,183,224); }
td.TdClassName
{
border-color: #4FB7E0;
}
.TagClassName
{
border-color: #4FB7E0;
}
</style>