Shades of Malibu #4BCAF5
Tints of Malibu #4BCAF5
RGB
CMYK
RGB Variations
Color information
#4BCAF5 (or 0x4BCAF5) is known color: Malibu. HEX triplet: 4B, CA and F5. RGB value is (75,202,245). Sum of RGB (Red+Green+Blue) = 75+202+245=522 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.37% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #4BCAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAF5 is #B4350A. Grayscale: #A8A8A8. Windows color (decimal): -11810059 or 16108107. OLE color: 16108107.
HSL color Cylindrical-coordinate representation of color #4BCAF5: hue angle of 195.18º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCAF5 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 202 | 245 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.04 |
| HSL | 195.18º | 0.89% | 0.63% | - |
| HSV(B) | 195.18º | 0.69% | 0.96% | - |
| XYZ | 40.5 | 50.33 | 93.97 | - |
| YUV | 168.93 | 170.92 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 245 | 0.69 | 0.18 | 0 | 0.04 | 195.18 | 0.89 | 0.63 |
| Hex | 4B | CA | F5 | 45 | 12 | 0 | 4 | C3 | 59 | 3F |
| Octal | 113 | 312 | 365 | 105 | 22 | 0 | 4 | 303 | 131 | 77 |
| Binary | 1001011 | 11001010 | 11110101 | 1000101 | 10010 | 0 | 100 | 11000011 | 1011001 | 111111 |
Color Harmonies of #4BCAF5
Complementary color
Monochromatic Colors of #4BCAF5
Black with #4BCAF5
Text Example
Text Example
White with #4BCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAF5; }
p { color: rgb(75,202,245); }
H1.HeaderClassName
{
color: #4BCAF5;
}
.AnyTagClassName
{
color: #4BCAF5;
}
</style>
background-color css
<style>
a { background-color: #4BCAF5; }
a { background-color: rgb(75,202,245); }
div.DivClassName
{
background-color: #4BCAF5;
}
.BgClassName
{
background-color: #4BCAF5;
}
</style>
border-color css
<style>
span { border-color: #4BCAF5; }
span { border-color: rgb(75,202,245); }
td.TdClassName
{
border-color: #4BCAF5;
}
.TagClassName
{
border-color: #4BCAF5;
}
</style>