Shades of Half Baked #4F919B
Tints of Half Baked #4F919B
RGB
CMYK
RGB Variations
Color information
#4F919B (or 0x4F919B) is known color: Half Baked. HEX triplet: 4F, 91 and 9B. RGB value is (79,145,155). Sum of RGB (Red+Green+Blue) = 79+145+155=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F919B is #B06E64. Grayscale: #7E7E7E. Windows color (decimal): -11562597 or 10195279. OLE color: 10195279.
HSL color Cylindrical-coordinate representation of color #4F919B: hue angle of 187.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F919B is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 145 | 155 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.39 |
| HSL | 187.89º | 0.32% | 0.46% | - |
| HSV(B) | 187.89º | 0.49% | 0.61% | - |
| XYZ | 19.27 | 24.28 | 34.68 | - |
| YUV | 126.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 155 | 0.49 | 0.06 | 0 | 0.39 | 187.89 | 0.32 | 0.46 |
| Hex | 4F | 91 | 9B | 31 | 6 | 0 | 27 | BC | 20 | 2E |
| Octal | 117 | 221 | 233 | 61 | 6 | 0 | 47 | 274 | 40 | 56 |
| Binary | 1001111 | 10010001 | 10011011 | 110001 | 110 | 0 | 100111 | 10111100 | 100000 | 101110 |
Color Harmonies of #4F919B
Complementary color
Monochromatic Colors of #4F919B
Black with #4F919B
Text Example
Text Example
White with #4F919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F919B; }
p { color: rgb(79,145,155); }
H1.HeaderClassName
{
color: #4F919B;
}
.AnyTagClassName
{
color: #4F919B;
}
</style>
background-color css
<style>
a { background-color: #4F919B; }
a { background-color: rgb(79,145,155); }
div.DivClassName
{
background-color: #4F919B;
}
.BgClassName
{
background-color: #4F919B;
}
</style>
border-color css
<style>
span { border-color: #4F919B; }
span { border-color: rgb(79,145,155); }
td.TdClassName
{
border-color: #4F919B;
}
.TagClassName
{
border-color: #4F919B;
}
</style>