Shades of Half Baked #4A989B
Tints of Half Baked #4A989B
RGB
CMYK
RGB Variations
Color information
#4A989B (or 0x4A989B) is known color: Half Baked. HEX triplet: 4A, 98 and 9B. RGB value is (74,152,155). Sum of RGB (Red+Green+Blue) = 74+152+155=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A989B is #B56764. Grayscale: #808080. Windows color (decimal): -11888485 or 10197066. OLE color: 10197066.
HSL color Cylindrical-coordinate representation of color #4A989B: hue angle of 182.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A989B is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 152 | 155 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.39 |
| HSL | 182.22º | 0.35% | 0.45% | - |
| HSV(B) | 182.22º | 0.52% | 0.61% | - |
| XYZ | 19.97 | 26.28 | 35.03 | - |
| YUV | 129.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 155 | 0.52 | 0.02 | 0 | 0.39 | 182.22 | 0.35 | 0.45 |
| Hex | 4A | 98 | 9B | 34 | 2 | 0 | 27 | B6 | 23 | 2D |
| Octal | 112 | 230 | 233 | 64 | 2 | 0 | 47 | 266 | 43 | 55 |
| Binary | 1001010 | 10011000 | 10011011 | 110100 | 10 | 0 | 100111 | 10110110 | 100011 | 101101 |
Color Harmonies of #4A989B
Complementary color
Monochromatic Colors of #4A989B
Black with #4A989B
Text Example
Text Example
White with #4A989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A989B; }
p { color: rgb(74,152,155); }
H1.HeaderClassName
{
color: #4A989B;
}
.AnyTagClassName
{
color: #4A989B;
}
</style>
background-color css
<style>
a { background-color: #4A989B; }
a { background-color: rgb(74,152,155); }
div.DivClassName
{
background-color: #4A989B;
}
.BgClassName
{
background-color: #4A989B;
}
</style>
border-color css
<style>
span { border-color: #4A989B; }
span { border-color: rgb(74,152,155); }
td.TdClassName
{
border-color: #4A989B;
}
.TagClassName
{
border-color: #4A989B;
}
</style>