Shades of Half Baked #4E919B
Tints of Half Baked #4E919B
RGB
CMYK
RGB Variations
Color information
#4E919B (or 0x4E919B) is known color: Half Baked. HEX triplet: 4E, 91 and 9B. RGB value is (78,145,155). Sum of RGB (Red+Green+Blue) = 78+145+155=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E919B is #B16E64. Grayscale: #7D7D7D. Windows color (decimal): -11628133 or 10195278. OLE color: 10195278.
HSL color Cylindrical-coordinate representation of color #4E919B: hue angle of 187.79º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E919B is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 145 | 155 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.39 |
| HSL | 187.79º | 0.33% | 0.46% | - |
| HSV(B) | 187.79º | 0.5% | 0.61% | - |
| XYZ | 19.18 | 24.24 | 34.68 | - |
| YUV | 126.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 155 | 0.50 | 0.06 | 0 | 0.39 | 187.79 | 0.33 | 0.46 |
| Hex | 4E | 91 | 9B | 32 | 6 | 0 | 27 | BC | 21 | 2E |
| Octal | 116 | 221 | 233 | 62 | 6 | 0 | 47 | 274 | 41 | 56 |
| Binary | 1001110 | 10010001 | 10011011 | 110010 | 110 | 0 | 100111 | 10111100 | 100001 | 101110 |
Color Harmonies of #4E919B
Complementary color
Monochromatic Colors of #4E919B
Black with #4E919B
Text Example
Text Example
White with #4E919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E919B; }
p { color: rgb(78,145,155); }
H1.HeaderClassName
{
color: #4E919B;
}
.AnyTagClassName
{
color: #4E919B;
}
</style>
background-color css
<style>
a { background-color: #4E919B; }
a { background-color: rgb(78,145,155); }
div.DivClassName
{
background-color: #4E919B;
}
.BgClassName
{
background-color: #4E919B;
}
</style>
border-color css
<style>
span { border-color: #4E919B; }
span { border-color: rgb(78,145,155); }
td.TdClassName
{
border-color: #4E919B;
}
.TagClassName
{
border-color: #4E919B;
}
</style>