Shades of Malibu #4CB9FF
Tints of Malibu #4CB9FF
RGB
CMYK
RGB Variations
Color information
#4CB9FF (or 0x4CB9FF) is known color: Malibu. HEX triplet: 4C, B9 and FF. RGB value is (76,185,255). Sum of RGB (Red+Green+Blue) = 76+185+255=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB9FF is #B34600. Grayscale: #A0A0A0. Windows color (decimal): -11748865 or 16759116. OLE color: 16759116.
HSL color Cylindrical-coordinate representation of color #4CB9FF: hue angle of 203.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CB9FF is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 185 | 255 | - |
| CMYK | 0.70 | 0.27 | 0 | 0 |
| HSL | 203.46º | 1% | 0.65% | - |
| HSV(B) | 203.46º | 0.7% | 1% | - |
| XYZ | 38.38 | 43.45 | 100.97 | - |
| YUV | 160.39 | 181.39 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 255 | 0.70 | 0.27 | 0 | 0 | 203.46 | 1 | 0.65 |
| Hex | 4C | B9 | FF | 46 | 1B | 0 | 0 | CB | 64 | 41 |
| Octal | 114 | 271 | 377 | 106 | 33 | 0 | 0 | 313 | 144 | 101 |
| Binary | 1001100 | 10111001 | 11111111 | 1000110 | 11011 | 0 | 0 | 11001011 | 1100100 | 1000001 |
Color Harmonies of #4CB9FF
Complementary color
Monochromatic Colors of #4CB9FF
Black with #4CB9FF
Text Example
Text Example
White with #4CB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB9FF; }
p { color: rgb(76,185,255); }
H1.HeaderClassName
{
color: #4CB9FF;
}
.AnyTagClassName
{
color: #4CB9FF;
}
</style>
background-color css
<style>
a { background-color: #4CB9FF; }
a { background-color: rgb(76,185,255); }
div.DivClassName
{
background-color: #4CB9FF;
}
.BgClassName
{
background-color: #4CB9FF;
}
</style>
border-color css
<style>
span { border-color: #4CB9FF; }
span { border-color: rgb(76,185,255); }
td.TdClassName
{
border-color: #4CB9FF;
}
.TagClassName
{
border-color: #4CB9FF;
}
</style>