Shades of Ocean Green #46A47D
Tints of Ocean Green #46A47D
RGB
CMYK
RGB Variations
Color information
#46A47D (or 0x46A47D) is known color: Ocean Green. HEX triplet: 46, A4 and 7D. RGB value is (70,164,125). Sum of RGB (Red+Green+Blue) = 70+164+125=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #46A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A47D is #B95B82. Grayscale: #838383. Windows color (decimal): -12147587 or 8234054. OLE color: 8234054.
HSL color Cylindrical-coordinate representation of color #46A47D: hue angle of 155.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A47D is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 164 | 125 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.36 |
| HSL | 155.11º | 0.4% | 0.46% | - |
| HSV(B) | 155.11º | 0.57% | 0.64% | - |
| XYZ | 19.5 | 29.33 | 24.04 | - |
| YUV | 131.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 164 | 125 | 0.57 | 0 | 0.24 | 0.36 | 155.11 | 0.4 | 0.46 |
| Hex | 46 | A4 | 7D | 39 | 0 | 18 | 24 | 9B | 28 | 2E |
| Octal | 106 | 244 | 175 | 71 | 0 | 30 | 44 | 233 | 50 | 56 |
| Binary | 1000110 | 10100100 | 1111101 | 111001 | 0 | 11000 | 100100 | 10011011 | 101000 | 101110 |
Color Harmonies of #46A47D
Complementary color
Monochromatic Colors of #46A47D
Black with #46A47D
Text Example
Text Example
White with #46A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A47D; }
p { color: rgb(70,164,125); }
H1.HeaderClassName
{
color: #46A47D;
}
.AnyTagClassName
{
color: #46A47D;
}
</style>
background-color css
<style>
a { background-color: #46A47D; }
a { background-color: rgb(70,164,125); }
div.DivClassName
{
background-color: #46A47D;
}
.BgClassName
{
background-color: #46A47D;
}
</style>
border-color css
<style>
span { border-color: #46A47D; }
span { border-color: rgb(70,164,125); }
td.TdClassName
{
border-color: #46A47D;
}
.TagClassName
{
border-color: #46A47D;
}
</style>