Shades of Half Baked #499BA1
Tints of Half Baked #499BA1
RGB
CMYK
RGB Variations
Color information
#499BA1 (or 0x499BA1) is known color: Half Baked. HEX triplet: 49, 9B and A1. RGB value is (73,155,161). Sum of RGB (Red+Green+Blue) = 73+155+161=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #499BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BA1 is #B6645E. Grayscale: #838383. Windows color (decimal): -11953247 or 10591049. OLE color: 10591049.
HSL color Cylindrical-coordinate representation of color #499BA1: hue angle of 184.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499BA1 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 155 | 161 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.37 |
| HSL | 184.09º | 0.38% | 0.46% | - |
| HSV(B) | 184.09º | 0.55% | 0.63% | - |
| XYZ | 20.9 | 27.43 | 37.91 | - |
| YUV | 131.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 161 | 0.55 | 0.04 | 0 | 0.37 | 184.09 | 0.38 | 0.46 |
| Hex | 49 | 9B | A1 | 37 | 4 | 0 | 25 | B8 | 26 | 2E |
| Octal | 111 | 233 | 241 | 67 | 4 | 0 | 45 | 270 | 46 | 56 |
| Binary | 1001001 | 10011011 | 10100001 | 110111 | 100 | 0 | 100101 | 10111000 | 100110 | 101110 |
Color Harmonies of #499BA1
Complementary color
Monochromatic Colors of #499BA1
Black with #499BA1
Text Example
Text Example
White with #499BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BA1; }
p { color: rgb(73,155,161); }
H1.HeaderClassName
{
color: #499BA1;
}
.AnyTagClassName
{
color: #499BA1;
}
</style>
background-color css
<style>
a { background-color: #499BA1; }
a { background-color: rgb(73,155,161); }
div.DivClassName
{
background-color: #499BA1;
}
.BgClassName
{
background-color: #499BA1;
}
</style>
border-color css
<style>
span { border-color: #499BA1; }
span { border-color: rgb(73,155,161); }
td.TdClassName
{
border-color: #499BA1;
}
.TagClassName
{
border-color: #499BA1;
}
</style>