Shades of Half Baked #4B888F
Tints of Half Baked #4B888F
RGB
CMYK
RGB Variations
Color information
#4B888F (or 0x4B888F) is known color: Half Baked. HEX triplet: 4B, 88 and 8F. RGB value is (75,136,143). Sum of RGB (Red+Green+Blue) = 75+136+143=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B888F is #B47770. Grayscale: #767676. Windows color (decimal): -11827057 or 9406539. OLE color: 9406539.
HSL color Cylindrical-coordinate representation of color #4B888F: hue angle of 186.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B888F is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 136 | 143 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.44 |
| HSL | 186.18º | 0.31% | 0.43% | - |
| HSV(B) | 186.18º | 0.48% | 0.56% | - |
| XYZ | 16.66 | 21.09 | 29.18 | - |
| YUV | 118.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 143 | 0.48 | 0.05 | 0 | 0.44 | 186.18 | 0.31 | 0.43 |
| Hex | 4B | 88 | 8F | 30 | 5 | 0 | 2C | BA | 1F | 2B |
| Octal | 113 | 210 | 217 | 60 | 5 | 0 | 54 | 272 | 37 | 53 |
| Binary | 1001011 | 10001000 | 10001111 | 110000 | 101 | 0 | 101100 | 10111010 | 11111 | 101011 |
Color Harmonies of #4B888F
Complementary color
Monochromatic Colors of #4B888F
Black with #4B888F
Text Example
Text Example
White with #4B888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B888F; }
p { color: rgb(75,136,143); }
H1.HeaderClassName
{
color: #4B888F;
}
.AnyTagClassName
{
color: #4B888F;
}
</style>
background-color css
<style>
a { background-color: #4B888F; }
a { background-color: rgb(75,136,143); }
div.DivClassName
{
background-color: #4B888F;
}
.BgClassName
{
background-color: #4B888F;
}
</style>
border-color css
<style>
span { border-color: #4B888F; }
span { border-color: rgb(75,136,143); }
td.TdClassName
{
border-color: #4B888F;
}
.TagClassName
{
border-color: #4B888F;
}
</style>