Shades of Half Baked #4B99A2
Tints of Half Baked #4B99A2
RGB
CMYK
RGB Variations
Color information
#4B99A2 (or 0x4B99A2) is known color: Half Baked. HEX triplet: 4B, 99 and A2. RGB value is (75,153,162). Sum of RGB (Red+Green+Blue) = 75+153+162=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B99A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B99A2 is #B4665D. Grayscale: #828282. Windows color (decimal): -11822686 or 10656075. OLE color: 10656075.
HSL color Cylindrical-coordinate representation of color #4B99A2: hue angle of 186.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B99A2 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 153 | 162 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.36 |
| HSL | 186.21º | 0.37% | 0.46% | - |
| HSV(B) | 186.21º | 0.54% | 0.64% | - |
| XYZ | 20.81 | 26.89 | 38.28 | - |
| YUV | 130.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 162 | 0.54 | 0.06 | 0 | 0.36 | 186.21 | 0.37 | 0.46 |
| Hex | 4B | 99 | A2 | 36 | 6 | 0 | 24 | BA | 25 | 2E |
| Octal | 113 | 231 | 242 | 66 | 6 | 0 | 44 | 272 | 45 | 56 |
| Binary | 1001011 | 10011001 | 10100010 | 110110 | 110 | 0 | 100100 | 10111010 | 100101 | 101110 |
Color Harmonies of #4B99A2
Complementary color
Monochromatic Colors of #4B99A2
Black with #4B99A2
Text Example
Text Example
White with #4B99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B99A2; }
p { color: rgb(75,153,162); }
H1.HeaderClassName
{
color: #4B99A2;
}
.AnyTagClassName
{
color: #4B99A2;
}
</style>
background-color css
<style>
a { background-color: #4B99A2; }
a { background-color: rgb(75,153,162); }
div.DivClassName
{
background-color: #4B99A2;
}
.BgClassName
{
background-color: #4B99A2;
}
</style>
border-color css
<style>
span { border-color: #4B99A2; }
span { border-color: rgb(75,153,162); }
td.TdClassName
{
border-color: #4B99A2;
}
.TagClassName
{
border-color: #4B99A2;
}
</style>