Shades of Malibu #4FB8DF
Tints of Malibu #4FB8DF
RGB
CMYK
RGB Variations
Color information
#4FB8DF (or 0x4FB8DF) is known color: Malibu. HEX triplet: 4F, B8 and DF. RGB value is (79,184,223). Sum of RGB (Red+Green+Blue) = 79+184+223=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FB8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB8DF is #B04720. Grayscale: #9C9C9C. Windows color (decimal): -11552545 or 14661711. OLE color: 14661711.
HSL color Cylindrical-coordinate representation of color #4FB8DF: hue angle of 196.25º 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 #4FB8DF is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 184 | 223 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.13 |
| HSL | 196.25º | 0.69% | 0.59% | - |
| HSV(B) | 196.25º | 0.65% | 0.87% | - |
| XYZ | 33.68 | 41.27 | 76 | - |
| YUV | 157.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 223 | 0.65 | 0.17 | 0 | 0.13 | 196.25 | 0.69 | 0.59 |
| Hex | 4F | B8 | DF | 41 | 11 | 0 | D | C4 | 45 | 3B |
| Octal | 117 | 270 | 337 | 101 | 21 | 0 | 15 | 304 | 105 | 73 |
| Binary | 1001111 | 10111000 | 11011111 | 1000001 | 10001 | 0 | 1101 | 11000100 | 1000101 | 111011 |
Color Harmonies of #4FB8DF
Complementary color
Monochromatic Colors of #4FB8DF
Black with #4FB8DF
Text Example
Text Example
White with #4FB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB8DF; }
p { color: rgb(79,184,223); }
H1.HeaderClassName
{
color: #4FB8DF;
}
.AnyTagClassName
{
color: #4FB8DF;
}
</style>
background-color css
<style>
a { background-color: #4FB8DF; }
a { background-color: rgb(79,184,223); }
div.DivClassName
{
background-color: #4FB8DF;
}
.BgClassName
{
background-color: #4FB8DF;
}
</style>
border-color css
<style>
span { border-color: #4FB8DF; }
span { border-color: rgb(79,184,223); }
td.TdClassName
{
border-color: #4FB8DF;
}
.TagClassName
{
border-color: #4FB8DF;
}
</style>