Shades of Half Baked #4B959D
Tints of Half Baked #4B959D
RGB
CMYK
RGB Variations
Color information
#4B959D (or 0x4B959D) is known color: Half Baked. HEX triplet: 4B, 95 and 9D. RGB value is (75,149,157). Sum of RGB (Red+Green+Blue) = 75+149+157=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B959D is #B46A62. Grayscale: #7F7F7F. Windows color (decimal): -11823715 or 10327371. OLE color: 10327371.
HSL color Cylindrical-coordinate representation of color #4B959D: hue angle of 185.85º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B959D is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 149 | 157 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.38 |
| HSL | 185.85º | 0.35% | 0.45% | - |
| HSV(B) | 185.85º | 0.52% | 0.62% | - |
| XYZ | 19.73 | 25.43 | 35.77 | - |
| YUV | 127.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 157 | 0.52 | 0.05 | 0 | 0.38 | 185.85 | 0.35 | 0.45 |
| Hex | 4B | 95 | 9D | 34 | 5 | 0 | 26 | BA | 23 | 2D |
| Octal | 113 | 225 | 235 | 64 | 5 | 0 | 46 | 272 | 43 | 55 |
| Binary | 1001011 | 10010101 | 10011101 | 110100 | 101 | 0 | 100110 | 10111010 | 100011 | 101101 |
Color Harmonies of #4B959D
Complementary color
Monochromatic Colors of #4B959D
Black with #4B959D
Text Example
Text Example
White with #4B959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B959D; }
p { color: rgb(75,149,157); }
H1.HeaderClassName
{
color: #4B959D;
}
.AnyTagClassName
{
color: #4B959D;
}
</style>
background-color css
<style>
a { background-color: #4B959D; }
a { background-color: rgb(75,149,157); }
div.DivClassName
{
background-color: #4B959D;
}
.BgClassName
{
background-color: #4B959D;
}
</style>
border-color css
<style>
span { border-color: #4B959D; }
span { border-color: rgb(75,149,157); }
td.TdClassName
{
border-color: #4B959D;
}
.TagClassName
{
border-color: #4B959D;
}
</style>