Shades of Malibu #4BCAF6
Tints of Malibu #4BCAF6
RGB
CMYK
RGB Variations
Color information
#4BCAF6 (or 0x4BCAF6) is known color: Malibu. HEX triplet: 4B, CA and F6. RGB value is (75,202,246). Sum of RGB (Red+Green+Blue) = 75+202+246=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #4BCAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAF6 is #B43509. Grayscale: #A8A8A8. Windows color (decimal): -11810058 or 16173643. OLE color: 16173643.
HSL color Cylindrical-coordinate representation of color #4BCAF6: hue angle of 195.44º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCAF6 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 202 | 246 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.04 |
| HSL | 195.44º | 0.9% | 0.63% | - |
| HSV(B) | 195.44º | 0.7% | 0.96% | - |
| XYZ | 40.66 | 50.39 | 94.77 | - |
| YUV | 169.04 | 171.42 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 246 | 0.70 | 0.18 | 0 | 0.04 | 195.44 | 0.9 | 0.63 |
| Hex | 4B | CA | F6 | 46 | 12 | 0 | 4 | C3 | 5A | 3F |
| Octal | 113 | 312 | 366 | 106 | 22 | 0 | 4 | 303 | 132 | 77 |
| Binary | 1001011 | 11001010 | 11110110 | 1000110 | 10010 | 0 | 100 | 11000011 | 1011010 | 111111 |
Color Harmonies of #4BCAF6
Complementary color
Monochromatic Colors of #4BCAF6
Black with #4BCAF6
Text Example
Text Example
White with #4BCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAF6; }
p { color: rgb(75,202,246); }
H1.HeaderClassName
{
color: #4BCAF6;
}
.AnyTagClassName
{
color: #4BCAF6;
}
</style>
background-color css
<style>
a { background-color: #4BCAF6; }
a { background-color: rgb(75,202,246); }
div.DivClassName
{
background-color: #4BCAF6;
}
.BgClassName
{
background-color: #4BCAF6;
}
</style>
border-color css
<style>
span { border-color: #4BCAF6; }
span { border-color: rgb(75,202,246); }
td.TdClassName
{
border-color: #4BCAF6;
}
.TagClassName
{
border-color: #4BCAF6;
}
</style>