Shades of Malibu #4FAFE6
Tints of Malibu #4FAFE6
RGB
CMYK
RGB Variations
Color information
#4FAFE6 (or 0x4FAFE6) is known color: Malibu. HEX triplet: 4F, AF and E6. RGB value is (79,175,230). Sum of RGB (Red+Green+Blue) = 79+175+230=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #4FAFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAFE6 is #B05019. Grayscale: #989898. Windows color (decimal): -11554842 or 15118159. OLE color: 15118159.
HSL color Cylindrical-coordinate representation of color #4FAFE6: hue angle of 201.85º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAFE6 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 175 | 230 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.10 |
| HSL | 201.85º | 0.75% | 0.61% | - |
| HSV(B) | 201.85º | 0.66% | 0.9% | - |
| XYZ | 32.84 | 38.04 | 80.47 | - |
| YUV | 152.57 | 171.7 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 230 | 0.66 | 0.24 | 0 | 0.10 | 201.85 | 0.75 | 0.61 |
| Hex | 4F | AF | E6 | 42 | 18 | 0 | A | CA | 4B | 3D |
| Octal | 117 | 257 | 346 | 102 | 30 | 0 | 12 | 312 | 113 | 75 |
| Binary | 1001111 | 10101111 | 11100110 | 1000010 | 11000 | 0 | 1010 | 11001010 | 1001011 | 111101 |
Color Harmonies of #4FAFE6
Complementary color
Monochromatic Colors of #4FAFE6
Black with #4FAFE6
Text Example
Text Example
White with #4FAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFE6; }
p { color: rgb(79,175,230); }
H1.HeaderClassName
{
color: #4FAFE6;
}
.AnyTagClassName
{
color: #4FAFE6;
}
</style>
background-color css
<style>
a { background-color: #4FAFE6; }
a { background-color: rgb(79,175,230); }
div.DivClassName
{
background-color: #4FAFE6;
}
.BgClassName
{
background-color: #4FAFE6;
}
</style>
border-color css
<style>
span { border-color: #4FAFE6; }
span { border-color: rgb(79,175,230); }
td.TdClassName
{
border-color: #4FAFE6;
}
.TagClassName
{
border-color: #4FAFE6;
}
</style>