Shades of Half Baked #4F8891
Tints of Half Baked #4F8891
RGB
CMYK
RGB Variations
Color information
#4F8891 (or 0x4F8891) is known color: Half Baked. HEX triplet: 4F, 88 and 91. RGB value is (79,136,145). Sum of RGB (Red+Green+Blue) = 79+136+145=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8891 is #B0776E. Grayscale: #777777. Windows color (decimal): -11564911 or 9537615. OLE color: 9537615.
HSL color Cylindrical-coordinate representation of color #4F8891: hue angle of 188.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F8891 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 136 | 145 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.43 |
| HSL | 188.18º | 0.29% | 0.44% | - |
| HSV(B) | 188.18º | 0.46% | 0.57% | - |
| XYZ | 17.14 | 21.31 | 30 | - |
| YUV | 119.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 145 | 0.46 | 0.06 | 0 | 0.43 | 188.18 | 0.29 | 0.44 |
| Hex | 4F | 88 | 91 | 2E | 6 | 0 | 2B | BC | 1D | 2C |
| Octal | 117 | 210 | 221 | 56 | 6 | 0 | 53 | 274 | 35 | 54 |
| Binary | 1001111 | 10001000 | 10010001 | 101110 | 110 | 0 | 101011 | 10111100 | 11101 | 101100 |
Color Harmonies of #4F8891
Complementary color
Monochromatic Colors of #4F8891
Black with #4F8891
Text Example
Text Example
White with #4F8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8891; }
p { color: rgb(79,136,145); }
H1.HeaderClassName
{
color: #4F8891;
}
.AnyTagClassName
{
color: #4F8891;
}
</style>
background-color css
<style>
a { background-color: #4F8891; }
a { background-color: rgb(79,136,145); }
div.DivClassName
{
background-color: #4F8891;
}
.BgClassName
{
background-color: #4F8891;
}
</style>
border-color css
<style>
span { border-color: #4F8891; }
span { border-color: rgb(79,136,145); }
td.TdClassName
{
border-color: #4F8891;
}
.TagClassName
{
border-color: #4F8891;
}
</style>