Shades of Half Baked #4F9592
Tints of Half Baked #4F9592
RGB
CMYK
RGB Variations
Color information
#4F9592 (or 0x4F9592) is known color: Half Baked. HEX triplet: 4F, 95 and 92. RGB value is (79,149,146). Sum of RGB (Red+Green+Blue) = 79+149+146=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9592 is #B06A6D. Grayscale: #7F7F7F. Windows color (decimal): -11561582 or 9606479. OLE color: 9606479.
HSL color Cylindrical-coordinate representation of color #4F9592: hue angle of 177.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9592 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 146 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.42 |
| HSL | 177.43º | 0.31% | 0.45% | - |
| HSV(B) | 177.43º | 0.47% | 0.58% | - |
| XYZ | 19.16 | 25.23 | 31.05 | - |
| YUV | 127.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 146 | 0.47 | 0 | 0.02 | 0.42 | 177.43 | 0.31 | 0.45 |
| Hex | 4F | 95 | 92 | 2F | 0 | 2 | 2A | B1 | 1F | 2D |
| Octal | 117 | 225 | 222 | 57 | 0 | 2 | 52 | 261 | 37 | 55 |
| Binary | 1001111 | 10010101 | 10010010 | 101111 | 0 | 10 | 101010 | 10110001 | 11111 | 101101 |
Color Harmonies of #4F9592
Complementary color
Monochromatic Colors of #4F9592
Black with #4F9592
Text Example
Text Example
White with #4F9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9592; }
p { color: rgb(79,149,146); }
H1.HeaderClassName
{
color: #4F9592;
}
.AnyTagClassName
{
color: #4F9592;
}
</style>
background-color css
<style>
a { background-color: #4F9592; }
a { background-color: rgb(79,149,146); }
div.DivClassName
{
background-color: #4F9592;
}
.BgClassName
{
background-color: #4F9592;
}
</style>
border-color css
<style>
span { border-color: #4F9592; }
span { border-color: rgb(79,149,146); }
td.TdClassName
{
border-color: #4F9592;
}
.TagClassName
{
border-color: #4F9592;
}
</style>