Shades of Half Baked #4A979A
Tints of Half Baked #4A979A
RGB
CMYK
RGB Variations
Color information
#4A979A (or 0x4A979A) is known color: Half Baked. HEX triplet: 4A, 97 and 9A. RGB value is (74,151,154). Sum of RGB (Red+Green+Blue) = 74+151+154=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A979A is #B56865. Grayscale: #808080. Windows color (decimal): -11888742 or 10131274. OLE color: 10131274.
HSL color Cylindrical-coordinate representation of color #4A979A: hue angle of 182.25º 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 #4A979A is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 151 | 154 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.40 |
| HSL | 182.25º | 0.35% | 0.45% | - |
| HSV(B) | 182.25º | 0.52% | 0.6% | - |
| XYZ | 19.72 | 25.92 | 34.54 | - |
| YUV | 128.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 154 | 0.52 | 0.02 | 0 | 0.40 | 182.25 | 0.35 | 0.45 |
| Hex | 4A | 97 | 9A | 34 | 2 | 0 | 28 | B6 | 23 | 2D |
| Octal | 112 | 227 | 232 | 64 | 2 | 0 | 50 | 266 | 43 | 55 |
| Binary | 1001010 | 10010111 | 10011010 | 110100 | 10 | 0 | 101000 | 10110110 | 100011 | 101101 |
Color Harmonies of #4A979A
Complementary color
Monochromatic Colors of #4A979A
Black with #4A979A
Text Example
Text Example
White with #4A979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A979A; }
p { color: rgb(74,151,154); }
H1.HeaderClassName
{
color: #4A979A;
}
.AnyTagClassName
{
color: #4A979A;
}
</style>
background-color css
<style>
a { background-color: #4A979A; }
a { background-color: rgb(74,151,154); }
div.DivClassName
{
background-color: #4A979A;
}
.BgClassName
{
background-color: #4A979A;
}
</style>
border-color css
<style>
span { border-color: #4A979A; }
span { border-color: rgb(74,151,154); }
td.TdClassName
{
border-color: #4A979A;
}
.TagClassName
{
border-color: #4A979A;
}
</style>