Shades of Malibu #4FBEEB
Tints of Malibu #4FBEEB
RGB
CMYK
RGB Variations
Color information
#4FBEEB (or 0x4FBEEB) is known color: Malibu. HEX triplet: 4F, BE and EB. RGB value is (79,190,235). Sum of RGB (Red+Green+Blue) = 79+190+235=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBEEB is #B04114. Grayscale: #A1A1A1. Windows color (decimal): -11550997 or 15449679. OLE color: 15449679.
HSL color Cylindrical-coordinate representation of color #4FBEEB: hue angle of 197.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FBEEB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 190 | 235 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.08 |
| HSL | 197.31º | 0.8% | 0.62% | - |
| HSV(B) | 197.31º | 0.66% | 0.92% | - |
| XYZ | 36.63 | 44.49 | 85.25 | - |
| YUV | 161.94 | 169.23 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 235 | 0.66 | 0.19 | 0 | 0.08 | 197.31 | 0.8 | 0.62 |
| Hex | 4F | BE | EB | 42 | 13 | 0 | 8 | C5 | 50 | 3E |
| Octal | 117 | 276 | 353 | 102 | 23 | 0 | 10 | 305 | 120 | 76 |
| Binary | 1001111 | 10111110 | 11101011 | 1000010 | 10011 | 0 | 1000 | 11000101 | 1010000 | 111110 |
Color Harmonies of #4FBEEB
Complementary color
Monochromatic Colors of #4FBEEB
Black with #4FBEEB
Text Example
Text Example
White with #4FBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBEEB; }
p { color: rgb(79,190,235); }
H1.HeaderClassName
{
color: #4FBEEB;
}
.AnyTagClassName
{
color: #4FBEEB;
}
</style>
background-color css
<style>
a { background-color: #4FBEEB; }
a { background-color: rgb(79,190,235); }
div.DivClassName
{
background-color: #4FBEEB;
}
.BgClassName
{
background-color: #4FBEEB;
}
</style>
border-color css
<style>
span { border-color: #4FBEEB; }
span { border-color: rgb(79,190,235); }
td.TdClassName
{
border-color: #4FBEEB;
}
.TagClassName
{
border-color: #4FBEEB;
}
</style>