Shades of Half Baked #4F919C
Tints of Half Baked #4F919C
RGB
CMYK
RGB Variations
Color information
#4F919C (or 0x4F919C) is known color: Half Baked. HEX triplet: 4F, 91 and 9C. RGB value is (79,145,156). Sum of RGB (Red+Green+Blue) = 79+145+156=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F919C is #B06E63. Grayscale: #7E7E7E. Windows color (decimal): -11562596 or 10260815. OLE color: 10260815.
HSL color Cylindrical-coordinate representation of color #4F919C: hue angle of 188.57º degrees, saturation: 0.33, 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 #4F919C is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 145 | 156 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.39 |
| HSL | 188.57º | 0.33% | 0.46% | - |
| HSV(B) | 188.57º | 0.49% | 0.61% | - |
| XYZ | 19.35 | 24.31 | 35.13 | - |
| YUV | 126.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 156 | 0.49 | 0.07 | 0 | 0.39 | 188.57 | 0.33 | 0.46 |
| Hex | 4F | 91 | 9C | 31 | 7 | 0 | 27 | BD | 21 | 2E |
| Octal | 117 | 221 | 234 | 61 | 7 | 0 | 47 | 275 | 41 | 56 |
| Binary | 1001111 | 10010001 | 10011100 | 110001 | 111 | 0 | 100111 | 10111101 | 100001 | 101110 |
Color Harmonies of #4F919C
Complementary color
Monochromatic Colors of #4F919C
Black with #4F919C
Text Example
Text Example
White with #4F919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F919C; }
p { color: rgb(79,145,156); }
H1.HeaderClassName
{
color: #4F919C;
}
.AnyTagClassName
{
color: #4F919C;
}
</style>
background-color css
<style>
a { background-color: #4F919C; }
a { background-color: rgb(79,145,156); }
div.DivClassName
{
background-color: #4F919C;
}
.BgClassName
{
background-color: #4F919C;
}
</style>
border-color css
<style>
span { border-color: #4F919C; }
span { border-color: rgb(79,145,156); }
td.TdClassName
{
border-color: #4F919C;
}
.TagClassName
{
border-color: #4F919C;
}
</style>