Shades of Half Baked #499097
Tints of Half Baked #499097
RGB
CMYK
RGB Variations
Color information
#499097 (or 0x499097) is known color: Half Baked. HEX triplet: 49, 90 and 97. RGB value is (73,144,151). Sum of RGB (Red+Green+Blue) = 73+144+151=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #499097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499097 is #B66F68. Grayscale: #7B7B7B. Windows color (decimal): -11956073 or 9932873. OLE color: 9932873.
HSL color Cylindrical-coordinate representation of color #499097: hue angle of 185.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499097 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 144 | 151 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.41 |
| HSL | 185.38º | 0.35% | 0.44% | - |
| HSV(B) | 185.38º | 0.52% | 0.59% | - |
| XYZ | 18.31 | 23.6 | 32.87 | - |
| YUV | 123.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 151 | 0.52 | 0.05 | 0 | 0.41 | 185.38 | 0.35 | 0.44 |
| Hex | 49 | 90 | 97 | 34 | 5 | 0 | 29 | B9 | 23 | 2C |
| Octal | 111 | 220 | 227 | 64 | 5 | 0 | 51 | 271 | 43 | 54 |
| Binary | 1001001 | 10010000 | 10010111 | 110100 | 101 | 0 | 101001 | 10111001 | 100011 | 101100 |
Color Harmonies of #499097
Complementary color
Monochromatic Colors of #499097
Black with #499097
Text Example
Text Example
White with #499097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499097; }
p { color: rgb(73,144,151); }
H1.HeaderClassName
{
color: #499097;
}
.AnyTagClassName
{
color: #499097;
}
</style>
background-color css
<style>
a { background-color: #499097; }
a { background-color: rgb(73,144,151); }
div.DivClassName
{
background-color: #499097;
}
.BgClassName
{
background-color: #499097;
}
</style>
border-color css
<style>
span { border-color: #499097; }
span { border-color: rgb(73,144,151); }
td.TdClassName
{
border-color: #499097;
}
.TagClassName
{
border-color: #499097;
}
</style>