Shades of Malibu #4FB2ED
Tints of Malibu #4FB2ED
RGB
CMYK
RGB Variations
Color information
#4FB2ED (or 0x4FB2ED) is known color: Malibu. HEX triplet: 4F, B2 and ED. RGB value is (79,178,237). Sum of RGB (Red+Green+Blue) = 79+178+237=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FB2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB2ED is #B04D12. Grayscale: #9A9A9A. Windows color (decimal): -11554067 or 15577679. OLE color: 15577679.
HSL color Cylindrical-coordinate representation of color #4FB2ED: hue angle of 202.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FB2ED is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 178 | 237 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.07 |
| HSL | 202.41º | 0.81% | 0.62% | - |
| HSV(B) | 202.41º | 0.67% | 0.93% | - |
| XYZ | 34.43 | 39.62 | 85.95 | - |
| YUV | 155.13 | 174.2 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 178 | 237 | 0.67 | 0.25 | 0 | 0.07 | 202.41 | 0.81 | 0.62 |
| Hex | 4F | B2 | ED | 43 | 19 | 0 | 7 | CA | 51 | 3E |
| Octal | 117 | 262 | 355 | 103 | 31 | 0 | 7 | 312 | 121 | 76 |
| Binary | 1001111 | 10110010 | 11101101 | 1000011 | 11001 | 0 | 111 | 11001010 | 1010001 | 111110 |
Color Harmonies of #4FB2ED
Complementary color
Monochromatic Colors of #4FB2ED
Black with #4FB2ED
Text Example
Text Example
White with #4FB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB2ED; }
p { color: rgb(79,178,237); }
H1.HeaderClassName
{
color: #4FB2ED;
}
.AnyTagClassName
{
color: #4FB2ED;
}
</style>
background-color css
<style>
a { background-color: #4FB2ED; }
a { background-color: rgb(79,178,237); }
div.DivClassName
{
background-color: #4FB2ED;
}
.BgClassName
{
background-color: #4FB2ED;
}
</style>
border-color css
<style>
span { border-color: #4FB2ED; }
span { border-color: rgb(79,178,237); }
td.TdClassName
{
border-color: #4FB2ED;
}
.TagClassName
{
border-color: #4FB2ED;
}
</style>