Shades of Half Baked #4A9399
Tints of Half Baked #4A9399
RGB
CMYK
RGB Variations
Color information
#4A9399 (or 0x4A9399) is known color: Half Baked. HEX triplet: 4A, 93 and 99. RGB value is (74,147,153). Sum of RGB (Red+Green+Blue) = 74+147+153=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A9399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9399 is #B56C66. Grayscale: #7D7D7D. Windows color (decimal): -11889767 or 10064714. OLE color: 10064714.
HSL color Cylindrical-coordinate representation of color #4A9399: hue angle of 184.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9399 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 147 | 153 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.4 |
| HSL | 184.56º | 0.35% | 0.45% | - |
| HSV(B) | 184.56º | 0.52% | 0.6% | - |
| XYZ | 19.01 | 24.62 | 33.89 | - |
| YUV | 125.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 153 | 0.52 | 0.04 | 0 | 0.4 | 184.56 | 0.35 | 0.45 |
| Hex | 4A | 93 | 99 | 34 | 4 | 0 | 28 | B9 | 23 | 2D |
| Octal | 112 | 223 | 231 | 64 | 4 | 0 | 50 | 271 | 43 | 55 |
| Binary | 1001010 | 10010011 | 10011001 | 110100 | 100 | 0 | 101000 | 10111001 | 100011 | 101101 |
Color Harmonies of #4A9399
Complementary color
Monochromatic Colors of #4A9399
Black with #4A9399
Text Example
Text Example
White with #4A9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9399; }
p { color: rgb(74,147,153); }
H1.HeaderClassName
{
color: #4A9399;
}
.AnyTagClassName
{
color: #4A9399;
}
</style>
background-color css
<style>
a { background-color: #4A9399; }
a { background-color: rgb(74,147,153); }
div.DivClassName
{
background-color: #4A9399;
}
.BgClassName
{
background-color: #4A9399;
}
</style>
border-color css
<style>
span { border-color: #4A9399; }
span { border-color: rgb(74,147,153); }
td.TdClassName
{
border-color: #4A9399;
}
.TagClassName
{
border-color: #4A9399;
}
</style>