Shades of Half Baked #4A8F94
Tints of Half Baked #4A8F94
RGB
CMYK
RGB Variations
Color information
#4A8F94 (or 0x4A8F94) is known color: Half Baked. HEX triplet: 4A, 8F and 94. RGB value is (74,143,148). Sum of RGB (Red+Green+Blue) = 74+143+148=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A8F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8F94 is #B5706B. Grayscale: #7A7A7A. Windows color (decimal): -11890796 or 9736010. OLE color: 9736010.
HSL color Cylindrical-coordinate representation of color #4A8F94: hue angle of 184.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8F94 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
RGB | 74 | 143 | 148 | - |
CMYK | 0.50 | 0.03 | 0 | 0.42 |
HSL | 184.05º | 0.33% | 0.44% | - |
HSV(B) | 184.05º | 0.5% | 0.58% | - |
XYZ | 17.99 | 23.24 | 31.55 | - |
YUV | 122.94 | 142.14 | 93.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 143 | 148 | 0.50 | 0.03 | 0 | 0.42 | 184.05 | 0.33 | 0.44 |
Hex | 4A | 8F | 94 | 32 | 3 | 0 | 2A | B8 | 21 | 2C |
Octal | 112 | 217 | 224 | 62 | 3 | 0 | 52 | 270 | 41 | 54 |
Binary | 1001010 | 10001111 | 10010100 | 110010 | 11 | 0 | 101010 | 10111000 | 100001 | 101100 |
Color Harmonies of #4A8F94
Complementary color
Monochromatic Colors of #4A8F94
Black with #4A8F94
Text Example
Text Example
White with #4A8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F94; }
p { color: rgb(74,143,148); }
H1.HeaderClassName
{
color: #4A8F94;
}
.AnyTagClassName
{
color: #4A8F94;
}
</style>
background-color css
<style>
a { background-color: #4A8F94; }
a { background-color: rgb(74,143,148); }
div.DivClassName
{
background-color: #4A8F94;
}
.BgClassName
{
background-color: #4A8F94;
}
</style>
border-color css
<style>
span { border-color: #4A8F94; }
span { border-color: rgb(74,143,148); }
td.TdClassName
{
border-color: #4A8F94;
}
.TagClassName
{
border-color: #4A8F94;
}
</style>