Shades of Half Baked #4A959D
Tints of Half Baked #4A959D
RGB
CMYK
RGB Variations
Color information
#4A959D (or 0x4A959D) is known color: Half Baked. HEX triplet: 4A, 95 and 9D. RGB value is (74,149,157). Sum of RGB (Red+Green+Blue) = 74+149+157=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A959D is #B56A62. Grayscale: #7F7F7F. Windows color (decimal): -11889251 or 10327370. OLE color: 10327370.
HSL color Cylindrical-coordinate representation of color #4A959D: hue angle of 185.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A959D is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 149 | 157 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.38 |
| HSL | 185.78º | 0.36% | 0.45% | - |
| HSV(B) | 185.78º | 0.53% | 0.62% | - |
| XYZ | 19.66 | 25.39 | 35.76 | - |
| YUV | 127.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 157 | 0.53 | 0.05 | 0 | 0.38 | 185.78 | 0.36 | 0.45 |
| Hex | 4A | 95 | 9D | 35 | 5 | 0 | 26 | BA | 24 | 2D |
| Octal | 112 | 225 | 235 | 65 | 5 | 0 | 46 | 272 | 44 | 55 |
| Binary | 1001010 | 10010101 | 10011101 | 110101 | 101 | 0 | 100110 | 10111010 | 100100 | 101101 |
Color Harmonies of #4A959D
Complementary color
Monochromatic Colors of #4A959D
Black with #4A959D
Text Example
Text Example
White with #4A959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A959D; }
p { color: rgb(74,149,157); }
H1.HeaderClassName
{
color: #4A959D;
}
.AnyTagClassName
{
color: #4A959D;
}
</style>
background-color css
<style>
a { background-color: #4A959D; }
a { background-color: rgb(74,149,157); }
div.DivClassName
{
background-color: #4A959D;
}
.BgClassName
{
background-color: #4A959D;
}
</style>
border-color css
<style>
span { border-color: #4A959D; }
span { border-color: rgb(74,149,157); }
td.TdClassName
{
border-color: #4A959D;
}
.TagClassName
{
border-color: #4A959D;
}
</style>