Shades of Malibu #4FB2FA
Tints of Malibu #4FB2FA
RGB
CMYK
RGB Variations
Color information
#4FB2FA (or 0x4FB2FA) is known color: Malibu. HEX triplet: 4F, B2 and FA. RGB value is (79,178,250). Sum of RGB (Red+Green+Blue) = 79+178+250=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2FA is #B04D05. Grayscale: #9C9C9C. Windows color (decimal): -11554054 or 16429647. OLE color: 16429647.
HSL color Cylindrical-coordinate representation of color #4FB2FA: hue angle of 205.26º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FB2FA is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 178 | 250 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.02 |
| HSL | 205.26º | 0.94% | 0.65% | - |
| HSV(B) | 205.26º | 0.68% | 0.98% | - |
| XYZ | 36.4 | 40.41 | 96.32 | - |
| YUV | 156.61 | 180.7 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 250 | 0.68 | 0.29 | 0 | 0.02 | 205.26 | 0.94 | 0.65 |
| Hex | 4F | B2 | FA | 44 | 1D | 0 | 2 | CD | 5E | 41 |
| Octal | 117 | 262 | 372 | 104 | 35 | 0 | 2 | 315 | 136 | 101 |
| Binary | 1001111 | 10110010 | 11111010 | 1000100 | 11101 | 0 | 10 | 11001101 | 1011110 | 1000001 |
Color Harmonies of #4FB2FA
Complementary color
Monochromatic Colors of #4FB2FA
Black with #4FB2FA
Text Example
Text Example
White with #4FB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB2FA; }
p { color: rgb(79,178,250); }
H1.HeaderClassName
{
color: #4FB2FA;
}
.AnyTagClassName
{
color: #4FB2FA;
}
</style>
background-color css
<style>
a { background-color: #4FB2FA; }
a { background-color: rgb(79,178,250); }
div.DivClassName
{
background-color: #4FB2FA;
}
.BgClassName
{
background-color: #4FB2FA;
}
</style>
border-color css
<style>
span { border-color: #4FB2FA; }
span { border-color: rgb(79,178,250); }
td.TdClassName
{
border-color: #4FB2FA;
}
.TagClassName
{
border-color: #4FB2FA;
}
</style>