Shades of Half Baked #4A9295
Tints of Half Baked #4A9295
RGB
CMYK
RGB Variations
Color information
#4A9295 (or 0x4A9295) is known color: Half Baked. HEX triplet: 4A, 92 and 95. RGB value is (74,146,149). Sum of RGB (Red+Green+Blue) = 74+146+149=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9295 is #B56D6A. Grayscale: #7C7C7C. Windows color (decimal): -11890027 or 9802314. OLE color: 9802314.
HSL color Cylindrical-coordinate representation of color #4A9295: hue angle of 182.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9295 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 146 | 149 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.42 |
| HSL | 182.4º | 0.34% | 0.44% | - |
| HSV(B) | 182.4º | 0.5% | 0.58% | - |
| XYZ | 18.53 | 24.18 | 32.13 | - |
| YUV | 124.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 149 | 0.50 | 0.02 | 0 | 0.42 | 182.4 | 0.34 | 0.44 |
| Hex | 4A | 92 | 95 | 32 | 2 | 0 | 2A | B6 | 22 | 2C |
| Octal | 112 | 222 | 225 | 62 | 2 | 0 | 52 | 266 | 42 | 54 |
| Binary | 1001010 | 10010010 | 10010101 | 110010 | 10 | 0 | 101010 | 10110110 | 100010 | 101100 |
Color Harmonies of #4A9295
Complementary color
Monochromatic Colors of #4A9295
Black with #4A9295
Text Example
Text Example
White with #4A9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9295; }
p { color: rgb(74,146,149); }
H1.HeaderClassName
{
color: #4A9295;
}
.AnyTagClassName
{
color: #4A9295;
}
</style>
background-color css
<style>
a { background-color: #4A9295; }
a { background-color: rgb(74,146,149); }
div.DivClassName
{
background-color: #4A9295;
}
.BgClassName
{
background-color: #4A9295;
}
</style>
border-color css
<style>
span { border-color: #4A9295; }
span { border-color: rgb(74,146,149); }
td.TdClassName
{
border-color: #4A9295;
}
.TagClassName
{
border-color: #4A9295;
}
</style>