Shades of Half Baked #4F9198
Tints of Half Baked #4F9198
RGB
CMYK
RGB Variations
Color information
#4F9198 (or 0x4F9198) is known color: Half Baked. HEX triplet: 4F, 91 and 98. RGB value is (79,145,152). Sum of RGB (Red+Green+Blue) = 79+145+152=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9198 is #B06E67. Grayscale: #7D7D7D. Windows color (decimal): -11562600 or 9998671. OLE color: 9998671.
HSL color Cylindrical-coordinate representation of color #4F9198: hue angle of 185.75º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9198 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 145 | 152 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.40 |
| HSL | 185.75º | 0.32% | 0.45% | - |
| HSV(B) | 185.75º | 0.48% | 0.6% | - |
| XYZ | 19.02 | 24.18 | 33.37 | - |
| YUV | 126.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 152 | 0.48 | 0.05 | 0 | 0.40 | 185.75 | 0.32 | 0.45 |
| Hex | 4F | 91 | 98 | 30 | 5 | 0 | 28 | BA | 20 | 2D |
| Octal | 117 | 221 | 230 | 60 | 5 | 0 | 50 | 272 | 40 | 55 |
| Binary | 1001111 | 10010001 | 10011000 | 110000 | 101 | 0 | 101000 | 10111010 | 100000 | 101101 |
Color Harmonies of #4F9198
Complementary color
Monochromatic Colors of #4F9198
Black with #4F9198
Text Example
Text Example
White with #4F9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9198; }
p { color: rgb(79,145,152); }
H1.HeaderClassName
{
color: #4F9198;
}
.AnyTagClassName
{
color: #4F9198;
}
</style>
background-color css
<style>
a { background-color: #4F9198; }
a { background-color: rgb(79,145,152); }
div.DivClassName
{
background-color: #4F9198;
}
.BgClassName
{
background-color: #4F9198;
}
</style>
border-color css
<style>
span { border-color: #4F9198; }
span { border-color: rgb(79,145,152); }
td.TdClassName
{
border-color: #4F9198;
}
.TagClassName
{
border-color: #4F9198;
}
</style>