Shades of Half Baked #4A939B
Tints of Half Baked #4A939B
RGB
CMYK
RGB Variations
Color information
#4A939B (or 0x4A939B) is known color: Half Baked. HEX triplet: 4A, 93 and 9B. RGB value is (74,147,155). Sum of RGB (Red+Green+Blue) = 74+147+155=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A939B is #B56C64. Grayscale: #7D7D7D. Windows color (decimal): -11889765 or 10195786. OLE color: 10195786.
HSL color Cylindrical-coordinate representation of color #4A939B: hue angle of 185.93º 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 #4A939B is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 147 | 155 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.39 |
| HSL | 185.93º | 0.35% | 0.45% | - |
| HSV(B) | 185.93º | 0.52% | 0.61% | - |
| XYZ | 19.17 | 24.69 | 34.77 | - |
| YUV | 126.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 155 | 0.52 | 0.05 | 0 | 0.39 | 185.93 | 0.35 | 0.45 |
| Hex | 4A | 93 | 9B | 34 | 5 | 0 | 27 | BA | 23 | 2D |
| Octal | 112 | 223 | 233 | 64 | 5 | 0 | 47 | 272 | 43 | 55 |
| Binary | 1001010 | 10010011 | 10011011 | 110100 | 101 | 0 | 100111 | 10111010 | 100011 | 101101 |
Color Harmonies of #4A939B
Complementary color
Monochromatic Colors of #4A939B
Black with #4A939B
Text Example
Text Example
White with #4A939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A939B; }
p { color: rgb(74,147,155); }
H1.HeaderClassName
{
color: #4A939B;
}
.AnyTagClassName
{
color: #4A939B;
}
</style>
background-color css
<style>
a { background-color: #4A939B; }
a { background-color: rgb(74,147,155); }
div.DivClassName
{
background-color: #4A939B;
}
.BgClassName
{
background-color: #4A939B;
}
</style>
border-color css
<style>
span { border-color: #4A939B; }
span { border-color: rgb(74,147,155); }
td.TdClassName
{
border-color: #4A939B;
}
.TagClassName
{
border-color: #4A939B;
}
</style>