Shades of Malibu #4CB4FF
Tints of Malibu #4CB4FF
RGB
CMYK
RGB Variations
Color information
#4CB4FF (or 0x4CB4FF) is known color: Malibu. HEX triplet: 4C, B4 and FF. RGB value is (76,180,255). Sum of RGB (Red+Green+Blue) = 76+180+255=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CB4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB4FF is #B34B00. Grayscale: #9D9D9D. Windows color (decimal): -11750145 or 16757836. OLE color: 16757836.
HSL color Cylindrical-coordinate representation of color #4CB4FF: hue angle of 205.14º 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 #4CB4FF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 180 | 255 | - |
| CMYK | 0.70 | 0.29 | 0 | 0 |
| HSL | 205.14º | 1% | 0.65% | - |
| HSV(B) | 205.14º | 0.7% | 1% | - |
| XYZ | 37.35 | 41.4 | 100.63 | - |
| YUV | 157.45 | 183.04 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 255 | 0.70 | 0.29 | 0 | 0 | 205.14 | 1 | 0.65 |
| Hex | 4C | B4 | FF | 46 | 1D | 0 | 0 | CD | 64 | 41 |
| Octal | 114 | 264 | 377 | 106 | 35 | 0 | 0 | 315 | 144 | 101 |
| Binary | 1001100 | 10110100 | 11111111 | 1000110 | 11101 | 0 | 0 | 11001101 | 1100100 | 1000001 |
Color Harmonies of #4CB4FF
Complementary color
Monochromatic Colors of #4CB4FF
Black with #4CB4FF
Text Example
Text Example
White with #4CB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB4FF; }
p { color: rgb(76,180,255); }
H1.HeaderClassName
{
color: #4CB4FF;
}
.AnyTagClassName
{
color: #4CB4FF;
}
</style>
background-color css
<style>
a { background-color: #4CB4FF; }
a { background-color: rgb(76,180,255); }
div.DivClassName
{
background-color: #4CB4FF;
}
.BgClassName
{
background-color: #4CB4FF;
}
</style>
border-color css
<style>
span { border-color: #4CB4FF; }
span { border-color: rgb(76,180,255); }
td.TdClassName
{
border-color: #4CB4FF;
}
.TagClassName
{
border-color: #4CB4FF;
}
</style>