Shades of Half Baked #4F9299
Tints of Half Baked #4F9299
RGB
CMYK
RGB Variations
Color information
#4F9299 (or 0x4F9299) is known color: Half Baked. HEX triplet: 4F, 92 and 99. RGB value is (79,146,153). Sum of RGB (Red+Green+Blue) = 79+146+153=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F9299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9299 is #B06D66. Grayscale: #7E7E7E. Windows color (decimal): -11562343 or 10064463. OLE color: 10064463.
HSL color Cylindrical-coordinate representation of color #4F9299: hue angle of 185.68º 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 #4F9299 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 146 | 153 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.4 |
| HSL | 185.68º | 0.32% | 0.45% | - |
| HSV(B) | 185.68º | 0.48% | 0.6% | - |
| XYZ | 19.25 | 24.52 | 33.86 | - |
| YUV | 126.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 153 | 0.48 | 0.05 | 0 | 0.4 | 185.68 | 0.32 | 0.45 |
| Hex | 4F | 92 | 99 | 30 | 5 | 0 | 28 | BA | 20 | 2D |
| Octal | 117 | 222 | 231 | 60 | 5 | 0 | 50 | 272 | 40 | 55 |
| Binary | 1001111 | 10010010 | 10011001 | 110000 | 101 | 0 | 101000 | 10111010 | 100000 | 101101 |
Color Harmonies of #4F9299
Complementary color
Monochromatic Colors of #4F9299
Black with #4F9299
Text Example
Text Example
White with #4F9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9299; }
p { color: rgb(79,146,153); }
H1.HeaderClassName
{
color: #4F9299;
}
.AnyTagClassName
{
color: #4F9299;
}
</style>
background-color css
<style>
a { background-color: #4F9299; }
a { background-color: rgb(79,146,153); }
div.DivClassName
{
background-color: #4F9299;
}
.BgClassName
{
background-color: #4F9299;
}
</style>
border-color css
<style>
span { border-color: #4F9299; }
span { border-color: rgb(79,146,153); }
td.TdClassName
{
border-color: #4F9299;
}
.TagClassName
{
border-color: #4F9299;
}
</style>