Shades of Malibu #4DB5FD
Tints of Malibu #4DB5FD
RGB
CMYK
RGB Variations
Color information
#4DB5FD (or 0x4DB5FD) is known color: Malibu. HEX triplet: 4D, B5 and FD. RGB value is (77,181,253). Sum of RGB (Red+Green+Blue) = 77+181+253=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DB5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB5FD is #B24A02. Grayscale: #9D9D9D. Windows color (decimal): -11684355 or 16627021. OLE color: 16627021.
HSL color Cylindrical-coordinate representation of color #4DB5FD: hue angle of 204.55º 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 #4DB5FD is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 77 | 181 | 253 | - |
CMYK | 0.70 | 0.28 | 0 | 0.01 |
HSL | 204.55º | 0.98% | 0.65% | - |
HSV(B) | 204.55º | 0.7% | 0.99% | - |
XYZ | 37.31 | 41.72 | 99.01 | - |
YUV | 158.11 | 181.54 | 70.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 181 | 253 | 0.70 | 0.28 | 0 | 0.01 | 204.55 | 0.98 | 0.65 |
Hex | 4D | B5 | FD | 46 | 1C | 0 | 1 | CD | 62 | 41 |
Octal | 115 | 265 | 375 | 106 | 34 | 0 | 1 | 315 | 142 | 101 |
Binary | 1001101 | 10110101 | 11111101 | 1000110 | 11100 | 0 | 1 | 11001101 | 1100010 | 1000001 |
Color Harmonies of #4DB5FD
Complementary color
Monochromatic Colors of #4DB5FD
Black with #4DB5FD
Text Example
Text Example
White with #4DB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5FD; }
p { color: rgb(77,181,253); }
H1.HeaderClassName
{
color: #4DB5FD;
}
.AnyTagClassName
{
color: #4DB5FD;
}
</style>
background-color css
<style>
a { background-color: #4DB5FD; }
a { background-color: rgb(77,181,253); }
div.DivClassName
{
background-color: #4DB5FD;
}
.BgClassName
{
background-color: #4DB5FD;
}
</style>
border-color css
<style>
span { border-color: #4DB5FD; }
span { border-color: rgb(77,181,253); }
td.TdClassName
{
border-color: #4DB5FD;
}
.TagClassName
{
border-color: #4DB5FD;
}
</style>