Shades of Malibu #4DCBED
Tints of Malibu #4DCBED
RGB
CMYK
RGB Variations
Color information
#4DCBED (or 0x4DCBED) is known color: Malibu. HEX triplet: 4D, CB and ED. RGB value is (77,203,237). Sum of RGB (Red+Green+Blue) = 77+203+237=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCBED is #B23412. Grayscale: #A8A8A8. Windows color (decimal): -11678739 or 15584077. OLE color: 15584077.
HSL color Cylindrical-coordinate representation of color #4DCBED: hue angle of 192.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCBED is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 203 | 237 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.07 |
| HSL | 192.75º | 0.82% | 0.62% | - |
| HSV(B) | 192.75º | 0.68% | 0.93% | - |
| XYZ | 39.7 | 50.4 | 87.76 | - |
| YUV | 169.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 237 | 0.68 | 0.14 | 0 | 0.07 | 192.75 | 0.82 | 0.62 |
| Hex | 4D | CB | ED | 44 | E | 0 | 7 | C1 | 52 | 3E |
| Octal | 115 | 313 | 355 | 104 | 16 | 0 | 7 | 301 | 122 | 76 |
| Binary | 1001101 | 11001011 | 11101101 | 1000100 | 1110 | 0 | 111 | 11000001 | 1010010 | 111110 |
Color Harmonies of #4DCBED
Complementary color
Monochromatic Colors of #4DCBED
Black with #4DCBED
Text Example
Text Example
White with #4DCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBED; }
p { color: rgb(77,203,237); }
H1.HeaderClassName
{
color: #4DCBED;
}
.AnyTagClassName
{
color: #4DCBED;
}
</style>
background-color css
<style>
a { background-color: #4DCBED; }
a { background-color: rgb(77,203,237); }
div.DivClassName
{
background-color: #4DCBED;
}
.BgClassName
{
background-color: #4DCBED;
}
</style>
border-color css
<style>
span { border-color: #4DCBED; }
span { border-color: rgb(77,203,237); }
td.TdClassName
{
border-color: #4DCBED;
}
.TagClassName
{
border-color: #4DCBED;
}
</style>