Shades of Half Baked #4F959B
Tints of Half Baked #4F959B
RGB
CMYK
RGB Variations
Color information
#4F959B (or 0x4F959B) is known color: Half Baked. HEX triplet: 4F, 95 and 9B. RGB value is (79,149,155). Sum of RGB (Red+Green+Blue) = 79+149+155=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 149 (58.59% from 255 or 38.90% 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 #4F959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F959B is #B06A64. Grayscale: #808080. Windows color (decimal): -11561573 or 10196303. OLE color: 10196303.
HSL color Cylindrical-coordinate representation of color #4F959B: hue angle of 184.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F959B is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 149 | 155 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.39 |
| HSL | 184.74º | 0.32% | 0.46% | - |
| HSV(B) | 184.74º | 0.49% | 0.61% | - |
| XYZ | 19.89 | 25.52 | 34.89 | - |
| YUV | 128.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 155 | 0.49 | 0.04 | 0 | 0.39 | 184.74 | 0.32 | 0.46 |
| Hex | 4F | 95 | 9B | 31 | 4 | 0 | 27 | B9 | 20 | 2E |
| Octal | 117 | 225 | 233 | 61 | 4 | 0 | 47 | 271 | 40 | 56 |
| Binary | 1001111 | 10010101 | 10011011 | 110001 | 100 | 0 | 100111 | 10111001 | 100000 | 101110 |
Color Harmonies of #4F959B
Complementary color
Monochromatic Colors of #4F959B
Black with #4F959B
Text Example
Text Example
White with #4F959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F959B; }
p { color: rgb(79,149,155); }
H1.HeaderClassName
{
color: #4F959B;
}
.AnyTagClassName
{
color: #4F959B;
}
</style>
background-color css
<style>
a { background-color: #4F959B; }
a { background-color: rgb(79,149,155); }
div.DivClassName
{
background-color: #4F959B;
}
.BgClassName
{
background-color: #4F959B;
}
</style>
border-color css
<style>
span { border-color: #4F959B; }
span { border-color: rgb(79,149,155); }
td.TdClassName
{
border-color: #4F959B;
}
.TagClassName
{
border-color: #4F959B;
}
</style>