Shades of Malibu #4FB7DF
Tints of Malibu #4FB7DF
RGB
CMYK
RGB Variations
Color information
#4FB7DF (or 0x4FB7DF) is known color: Malibu. HEX triplet: 4F, B7 and DF. RGB value is (79,183,223). Sum of RGB (Red+Green+Blue) = 79+183+223=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FB7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB7DF is #B04820. Grayscale: #9C9C9C. Windows color (decimal): -11552801 or 14661455. OLE color: 14661455.
HSL color Cylindrical-coordinate representation of color #4FB7DF: hue angle of 196.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FB7DF is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 183 | 223 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.13 |
| HSL | 196.67º | 0.69% | 0.59% | - |
| HSV(B) | 196.67º | 0.65% | 0.87% | - |
| XYZ | 33.48 | 40.86 | 75.93 | - |
| YUV | 156.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 183 | 223 | 0.65 | 0.18 | 0 | 0.13 | 196.67 | 0.69 | 0.59 |
| Hex | 4F | B7 | DF | 41 | 12 | 0 | D | C5 | 45 | 3B |
| Octal | 117 | 267 | 337 | 101 | 22 | 0 | 15 | 305 | 105 | 73 |
| Binary | 1001111 | 10110111 | 11011111 | 1000001 | 10010 | 0 | 1101 | 11000101 | 1000101 | 111011 |
Color Harmonies of #4FB7DF
Complementary color
Monochromatic Colors of #4FB7DF
Black with #4FB7DF
Text Example
Text Example
White with #4FB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB7DF; }
p { color: rgb(79,183,223); }
H1.HeaderClassName
{
color: #4FB7DF;
}
.AnyTagClassName
{
color: #4FB7DF;
}
</style>
background-color css
<style>
a { background-color: #4FB7DF; }
a { background-color: rgb(79,183,223); }
div.DivClassName
{
background-color: #4FB7DF;
}
.BgClassName
{
background-color: #4FB7DF;
}
</style>
border-color css
<style>
span { border-color: #4FB7DF; }
span { border-color: rgb(79,183,223); }
td.TdClassName
{
border-color: #4FB7DF;
}
.TagClassName
{
border-color: #4FB7DF;
}
</style>