Shades of Half Baked #4F898A
Tints of Half Baked #4F898A
RGB
CMYK
RGB Variations
Color information
#4F898A (or 0x4F898A) is known color: Half Baked. HEX triplet: 4F, 89 and 8A. RGB value is (79,137,138). Sum of RGB (Red+Green+Blue) = 79+137+138=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F898A is #B07675. Grayscale: #777777. Windows color (decimal): -11564662 or 9079119. OLE color: 9079119.
HSL color Cylindrical-coordinate representation of color #4F898A: hue angle of 181.02º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F898A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 138 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.46 |
| HSL | 181.02º | 0.27% | 0.43% | - |
| HSV(B) | 181.02º | 0.43% | 0.54% | - |
| XYZ | 16.76 | 21.39 | 27.29 | - |
| YUV | 119.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 138 | 0.43 | 0.01 | 0 | 0.46 | 181.02 | 0.27 | 0.43 |
| Hex | 4F | 89 | 8A | 2B | 1 | 0 | 2E | B5 | 1B | 2B |
| Octal | 117 | 211 | 212 | 53 | 1 | 0 | 56 | 265 | 33 | 53 |
| Binary | 1001111 | 10001001 | 10001010 | 101011 | 1 | 0 | 101110 | 10110101 | 11011 | 101011 |
Color Harmonies of #4F898A
Complementary color
Monochromatic Colors of #4F898A
Black with #4F898A
Text Example
Text Example
White with #4F898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F898A; }
p { color: rgb(79,137,138); }
H1.HeaderClassName
{
color: #4F898A;
}
.AnyTagClassName
{
color: #4F898A;
}
</style>
background-color css
<style>
a { background-color: #4F898A; }
a { background-color: rgb(79,137,138); }
div.DivClassName
{
background-color: #4F898A;
}
.BgClassName
{
background-color: #4F898A;
}
</style>
border-color css
<style>
span { border-color: #4F898A; }
span { border-color: rgb(79,137,138); }
td.TdClassName
{
border-color: #4F898A;
}
.TagClassName
{
border-color: #4F898A;
}
</style>