Shades of Half Baked #4A999F
Tints of Half Baked #4A999F
RGB
CMYK
RGB Variations
Color information
#4A999F (or 0x4A999F) is known color: Half Baked. HEX triplet: 4A, 99 and 9F. RGB value is (74,153,159). Sum of RGB (Red+Green+Blue) = 74+153+159=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A999F is #B56660. Grayscale: #818181. Windows color (decimal): -11888225 or 10459466. OLE color: 10459466.
HSL color Cylindrical-coordinate representation of color #4A999F: hue angle of 184.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A999F is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 153 | 159 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.38 |
| HSL | 184.24º | 0.36% | 0.46% | - |
| HSV(B) | 184.24º | 0.53% | 0.62% | - |
| XYZ | 20.47 | 26.74 | 36.88 | - |
| YUV | 130.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 159 | 0.53 | 0.04 | 0 | 0.38 | 184.24 | 0.36 | 0.46 |
| Hex | 4A | 99 | 9F | 35 | 4 | 0 | 26 | B8 | 24 | 2E |
| Octal | 112 | 231 | 237 | 65 | 4 | 0 | 46 | 270 | 44 | 56 |
| Binary | 1001010 | 10011001 | 10011111 | 110101 | 100 | 0 | 100110 | 10111000 | 100100 | 101110 |
Color Harmonies of #4A999F
Complementary color
Monochromatic Colors of #4A999F
Black with #4A999F
Text Example
Text Example
White with #4A999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A999F; }
p { color: rgb(74,153,159); }
H1.HeaderClassName
{
color: #4A999F;
}
.AnyTagClassName
{
color: #4A999F;
}
</style>
background-color css
<style>
a { background-color: #4A999F; }
a { background-color: rgb(74,153,159); }
div.DivClassName
{
background-color: #4A999F;
}
.BgClassName
{
background-color: #4A999F;
}
</style>
border-color css
<style>
span { border-color: #4A999F; }
span { border-color: rgb(74,153,159); }
td.TdClassName
{
border-color: #4A999F;
}
.TagClassName
{
border-color: #4A999F;
}
</style>