Shades of Half Baked #4A8F95
Tints of Half Baked #4A8F95
RGB
CMYK
RGB Variations
Color information
#4A8F95 (or 0x4A8F95) is known color: Half Baked. HEX triplet: 4A, 8F and 95. RGB value is (74,143,149). Sum of RGB (Red+Green+Blue) = 74+143+149=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A8F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8F95 is #B5706A. Grayscale: #7A7A7A. Windows color (decimal): -11890795 or 9801546. OLE color: 9801546.
HSL color Cylindrical-coordinate representation of color #4A8F95: hue angle of 184.8º 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 #4A8F95 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 143 | 149 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.42 |
| HSL | 184.8º | 0.34% | 0.44% | - |
| HSV(B) | 184.8º | 0.5% | 0.58% | - |
| XYZ | 18.07 | 23.27 | 31.97 | - |
| YUV | 123.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 149 | 0.50 | 0.04 | 0 | 0.42 | 184.8 | 0.34 | 0.44 |
| Hex | 4A | 8F | 95 | 32 | 4 | 0 | 2A | B9 | 22 | 2C |
| Octal | 112 | 217 | 225 | 62 | 4 | 0 | 52 | 271 | 42 | 54 |
| Binary | 1001010 | 10001111 | 10010101 | 110010 | 100 | 0 | 101010 | 10111001 | 100010 | 101100 |
Color Harmonies of #4A8F95
Complementary color
Monochromatic Colors of #4A8F95
Black with #4A8F95
Text Example
Text Example
White with #4A8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F95; }
p { color: rgb(74,143,149); }
H1.HeaderClassName
{
color: #4A8F95;
}
.AnyTagClassName
{
color: #4A8F95;
}
</style>
background-color css
<style>
a { background-color: #4A8F95; }
a { background-color: rgb(74,143,149); }
div.DivClassName
{
background-color: #4A8F95;
}
.BgClassName
{
background-color: #4A8F95;
}
</style>
border-color css
<style>
span { border-color: #4A8F95; }
span { border-color: rgb(74,143,149); }
td.TdClassName
{
border-color: #4A8F95;
}
.TagClassName
{
border-color: #4A8F95;
}
</style>