Shades of Half Baked #4F959A
Tints of Half Baked #4F959A
RGB
CMYK
RGB Variations
Color information
#4F959A (or 0x4F959A) is known color: Half Baked. HEX triplet: 4F, 95 and 9A. RGB value is (79,149,154). Sum of RGB (Red+Green+Blue) = 79+149+154=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F959A is #B06A65. Grayscale: #808080. Windows color (decimal): -11561574 or 10130767. OLE color: 10130767.
HSL color Cylindrical-coordinate representation of color #4F959A: hue angle of 184º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F959A is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 149 | 154 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.40 |
| HSL | 184º | 0.32% | 0.46% | - |
| HSV(B) | 184º | 0.49% | 0.6% | - |
| XYZ | 19.8 | 25.49 | 34.45 | - |
| YUV | 128.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 154 | 0.49 | 0.03 | 0 | 0.40 | 184 | 0.32 | 0.46 |
| Hex | 4F | 95 | 9A | 31 | 3 | 0 | 28 | B8 | 20 | 2E |
| Octal | 117 | 225 | 232 | 61 | 3 | 0 | 50 | 270 | 40 | 56 |
| Binary | 1001111 | 10010101 | 10011010 | 110001 | 11 | 0 | 101000 | 10111000 | 100000 | 101110 |
Color Harmonies of #4F959A
Complementary color
Monochromatic Colors of #4F959A
Black with #4F959A
Text Example
Text Example
White with #4F959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F959A; }
p { color: rgb(79,149,154); }
H1.HeaderClassName
{
color: #4F959A;
}
.AnyTagClassName
{
color: #4F959A;
}
</style>
background-color css
<style>
a { background-color: #4F959A; }
a { background-color: rgb(79,149,154); }
div.DivClassName
{
background-color: #4F959A;
}
.BgClassName
{
background-color: #4F959A;
}
</style>
border-color css
<style>
span { border-color: #4F959A; }
span { border-color: rgb(79,149,154); }
td.TdClassName
{
border-color: #4F959A;
}
.TagClassName
{
border-color: #4F959A;
}
</style>