Shades of Half Baked #4B999B
Tints of Half Baked #4B999B
RGB
CMYK
RGB Variations
Color information
#4B999B (or 0x4B999B) is known color: Half Baked. HEX triplet: 4B, 99 and 9B. RGB value is (75,153,155). Sum of RGB (Red+Green+Blue) = 75+153+155=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B999B is #B46664. Grayscale: #818181. Windows color (decimal): -11822693 or 10197323. OLE color: 10197323.
HSL color Cylindrical-coordinate representation of color #4B999B: hue angle of 181.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B999B is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 153 | 155 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.39 |
| HSL | 181.5º | 0.35% | 0.45% | - |
| HSV(B) | 181.5º | 0.52% | 0.61% | - |
| XYZ | 20.21 | 26.64 | 35.09 | - |
| YUV | 129.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 155 | 0.52 | 0.01 | 0 | 0.39 | 181.5 | 0.35 | 0.45 |
| Hex | 4B | 99 | 9B | 34 | 1 | 0 | 27 | B6 | 23 | 2D |
| Octal | 113 | 231 | 233 | 64 | 1 | 0 | 47 | 266 | 43 | 55 |
| Binary | 1001011 | 10011001 | 10011011 | 110100 | 1 | 0 | 100111 | 10110110 | 100011 | 101101 |
Color Harmonies of #4B999B
Complementary color
Monochromatic Colors of #4B999B
Black with #4B999B
Text Example
Text Example
White with #4B999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B999B; }
p { color: rgb(75,153,155); }
H1.HeaderClassName
{
color: #4B999B;
}
.AnyTagClassName
{
color: #4B999B;
}
</style>
background-color css
<style>
a { background-color: #4B999B; }
a { background-color: rgb(75,153,155); }
div.DivClassName
{
background-color: #4B999B;
}
.BgClassName
{
background-color: #4B999B;
}
</style>
border-color css
<style>
span { border-color: #4B999B; }
span { border-color: rgb(75,153,155); }
td.TdClassName
{
border-color: #4B999B;
}
.TagClassName
{
border-color: #4B999B;
}
</style>