Shades of Ocean Green #4A9473
Tints of Ocean Green #4A9473
RGB
CMYK
RGB Variations
Color information
#4A9473 (or 0x4A9473) is known color: Ocean Green. HEX triplet: 4A, 94 and 73. RGB value is (74,148,115). Sum of RGB (Red+Green+Blue) = 74+148+115=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9473 is #B56B8C. Grayscale: #7A7A7A. Windows color (decimal): -11889549 or 7574602. OLE color: 7574602.
HSL color Cylindrical-coordinate representation of color #4A9473: hue angle of 153.24º 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 #4A9473 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 115 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.42 |
| HSL | 153.24º | 0.33% | 0.44% | - |
| HSV(B) | 153.24º | 0.5% | 0.58% | - |
| XYZ | 16.51 | 23.87 | 19.96 | - |
| YUV | 122.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 115 | 0.50 | 0 | 0.22 | 0.42 | 153.24 | 0.33 | 0.44 |
| Hex | 4A | 94 | 73 | 32 | 0 | 16 | 2A | 99 | 21 | 2C |
| Octal | 112 | 224 | 163 | 62 | 0 | 26 | 52 | 231 | 41 | 54 |
| Binary | 1001010 | 10010100 | 1110011 | 110010 | 0 | 10110 | 101010 | 10011001 | 100001 | 101100 |
Color Harmonies of #4A9473
Complementary color
Monochromatic Colors of #4A9473
Black with #4A9473
Text Example
Text Example
White with #4A9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9473; }
p { color: rgb(74,148,115); }
H1.HeaderClassName
{
color: #4A9473;
}
.AnyTagClassName
{
color: #4A9473;
}
</style>
background-color css
<style>
a { background-color: #4A9473; }
a { background-color: rgb(74,148,115); }
div.DivClassName
{
background-color: #4A9473;
}
.BgClassName
{
background-color: #4A9473;
}
</style>
border-color css
<style>
span { border-color: #4A9473; }
span { border-color: rgb(74,148,115); }
td.TdClassName
{
border-color: #4A9473;
}
.TagClassName
{
border-color: #4A9473;
}
</style>