Shades of Malibu #4CBEFD
Tints of Malibu #4CBEFD
RGB
CMYK
RGB Variations
Color information
#4CBEFD (or 0x4CBEFD) is known color: Malibu. HEX triplet: 4C, BE and FD. RGB value is (76,190,253). Sum of RGB (Red+Green+Blue) = 76+190+253=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBEFD is #B34102. Grayscale: #A2A2A2. Windows color (decimal): -11747587 or 16629324. OLE color: 16629324.
HSL color Cylindrical-coordinate representation of color #4CBEFD: hue angle of 201.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBEFD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 190 | 253 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.36º | 0.98% | 0.65% | - |
| HSV(B) | 201.36º | 0.7% | 0.99% | - |
| XYZ | 39.12 | 45.46 | 99.64 | - |
| YUV | 163.1 | 178.73 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 253 | 0.70 | 0.25 | 0 | 0.01 | 201.36 | 0.98 | 0.65 |
| Hex | 4C | BE | FD | 46 | 19 | 0 | 1 | C9 | 62 | 41 |
| Octal | 114 | 276 | 375 | 106 | 31 | 0 | 1 | 311 | 142 | 101 |
| Binary | 1001100 | 10111110 | 11111101 | 1000110 | 11001 | 0 | 1 | 11001001 | 1100010 | 1000001 |
Color Harmonies of #4CBEFD
Complementary color
Monochromatic Colors of #4CBEFD
Black with #4CBEFD
Text Example
Text Example
White with #4CBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBEFD; }
p { color: rgb(76,190,253); }
H1.HeaderClassName
{
color: #4CBEFD;
}
.AnyTagClassName
{
color: #4CBEFD;
}
</style>
background-color css
<style>
a { background-color: #4CBEFD; }
a { background-color: rgb(76,190,253); }
div.DivClassName
{
background-color: #4CBEFD;
}
.BgClassName
{
background-color: #4CBEFD;
}
</style>
border-color css
<style>
span { border-color: #4CBEFD; }
span { border-color: rgb(76,190,253); }
td.TdClassName
{
border-color: #4CBEFD;
}
.TagClassName
{
border-color: #4CBEFD;
}
</style>